|
47 | 47 | 8EB94ED2666648F3ACD427C1 /* rubicon-icon-font.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2F9381A263934921AA18C788 /* rubicon-icon-font.ttf */; }; |
48 | 48 | EFC080D9C57740B9BE42CFA6 /* SimpleLineIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FDD3CCE7476B4FCBB6E40BE9 /* SimpleLineIcons.ttf */; }; |
49 | 49 | E36E03D4C0614347BD1FF529 /* Zocial.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C5F2973332314F3090CE044D /* Zocial.ttf */; }; |
| 50 | + F90355EC5AE4488D8AC3A076 /* libRNFetchBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F2D9265AA354DE6B759F93A /* libRNFetchBlob.a */; }; |
| 51 | + 0FCD125FCBB04C22BBC14E4F /* libRNFirebase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = C82810B0F72E44CFBF184C10 /* libRNFirebase.a */; }; |
50 | 52 | /* End PBXBuildFile section */ |
51 | 53 |
|
52 | 54 | /* Begin PBXContainerItemProxy section */ |
|
278 | 280 | 2F9381A263934921AA18C788 /* rubicon-icon-font.ttf */ = {isa = PBXFileReference; name = "rubicon-icon-font.ttf"; path = "../node_modules/native-base/Fonts/rubicon-icon-font.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; |
279 | 281 | FDD3CCE7476B4FCBB6E40BE9 /* SimpleLineIcons.ttf */ = {isa = PBXFileReference; name = "SimpleLineIcons.ttf"; path = "../node_modules/native-base/Fonts/SimpleLineIcons.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; |
280 | 282 | C5F2973332314F3090CE044D /* Zocial.ttf */ = {isa = PBXFileReference; name = "Zocial.ttf"; path = "../node_modules/native-base/Fonts/Zocial.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; }; |
| 283 | + A8C244E03280488FA985513C /* RNFetchBlob.xcodeproj */ = {isa = PBXFileReference; name = "RNFetchBlob.xcodeproj"; path = "../node_modules/react-native-fetch-blob/ios/RNFetchBlob.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 284 | + 0F2D9265AA354DE6B759F93A /* libRNFetchBlob.a */ = {isa = PBXFileReference; name = "libRNFetchBlob.a"; path = "libRNFetchBlob.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
| 285 | + B6BA648C8AF7429A99A5114F /* RNFirebase.xcodeproj */ = {isa = PBXFileReference; name = "RNFirebase.xcodeproj"; path = "../node_modules/react-native-firebase/ios/RNFirebase.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 286 | + C82810B0F72E44CFBF184C10 /* libRNFirebase.a */ = {isa = PBXFileReference; name = "libRNFirebase.a"; path = "libRNFirebase.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
281 | 287 | /* End PBXFileReference section */ |
282 | 288 |
|
283 | 289 | /* Begin PBXFrameworksBuildPhase section */ |
|
304 | 310 | 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */, |
305 | 311 | 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */, |
306 | 312 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */, |
| 313 | + F90355EC5AE4488D8AC3A076 /* libRNFetchBlob.a in Frameworks */, |
| 314 | + 0FCD125FCBB04C22BBC14E4F /* libRNFirebase.a in Frameworks */, |
307 | 315 | ); |
308 | 316 | runOnlyForDeploymentPostprocessing = 0; |
309 | 317 | }; |
|
470 | 478 | 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */, |
471 | 479 | 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */, |
472 | 480 | 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */, |
| 481 | + A8C244E03280488FA985513C /* RNFetchBlob.xcodeproj */, |
| 482 | + B6BA648C8AF7429A99A5114F /* RNFirebase.xcodeproj */, |
473 | 483 | ); |
474 | 484 | name = Libraries; |
475 | 485 | sourceTree = "<group>"; |
|
1028 | 1038 | ); |
1029 | 1039 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1030 | 1040 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EZNet.app/EZNet"; |
| 1041 | + LIBRARY_SEARCH_PATHS = ( |
| 1042 | + "$(inherited)", |
| 1043 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1044 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1045 | + ); |
| 1046 | + HEADER_SEARCH_PATHS = ( |
| 1047 | + "$(inherited)", |
| 1048 | + "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
| 1049 | + "$(SRCROOT)\..\node_modules\react-native-firebase\ios\RNFirebase/**", |
| 1050 | + ); |
1031 | 1051 | }; |
1032 | 1052 | name = Debug; |
1033 | 1053 | }; |
|
1045 | 1065 | ); |
1046 | 1066 | PRODUCT_NAME = "$(TARGET_NAME)"; |
1047 | 1067 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EZNet.app/EZNet"; |
| 1068 | + LIBRARY_SEARCH_PATHS = ( |
| 1069 | + "$(inherited)", |
| 1070 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1071 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1072 | + ); |
| 1073 | + HEADER_SEARCH_PATHS = ( |
| 1074 | + "$(inherited)", |
| 1075 | + "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
| 1076 | + "$(SRCROOT)\..\node_modules\react-native-firebase\ios\RNFirebase/**", |
| 1077 | + ); |
1048 | 1078 | }; |
1049 | 1079 | name = Release; |
1050 | 1080 | }; |
|
1063 | 1093 | ); |
1064 | 1094 | PRODUCT_NAME = EZNet; |
1065 | 1095 | VERSIONING_SYSTEM = "apple-generic"; |
| 1096 | + HEADER_SEARCH_PATHS = ( |
| 1097 | + "$(inherited)", |
| 1098 | + "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
| 1099 | + "$(SRCROOT)\..\node_modules\react-native-firebase\ios\RNFirebase/**", |
| 1100 | + ); |
1066 | 1101 | }; |
1067 | 1102 | name = Debug; |
1068 | 1103 | }; |
|
1080 | 1115 | ); |
1081 | 1116 | PRODUCT_NAME = EZNet; |
1082 | 1117 | VERSIONING_SYSTEM = "apple-generic"; |
| 1118 | + HEADER_SEARCH_PATHS = ( |
| 1119 | + "$(inherited)", |
| 1120 | + "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
| 1121 | + "$(SRCROOT)\..\node_modules\react-native-firebase\ios\RNFirebase/**", |
| 1122 | + ); |
1083 | 1123 | }; |
1084 | 1124 | name = Release; |
1085 | 1125 | }; |
|
1106 | 1146 | SDKROOT = appletvos; |
1107 | 1147 | TARGETED_DEVICE_FAMILY = 3; |
1108 | 1148 | TVOS_DEPLOYMENT_TARGET = 9.2; |
| 1149 | + LIBRARY_SEARCH_PATHS = ( |
| 1150 | + "$(inherited)", |
| 1151 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1152 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1153 | + ); |
| 1154 | + HEADER_SEARCH_PATHS = ( |
| 1155 | + "$(inherited)", |
| 1156 | + "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
| 1157 | + "$(SRCROOT)\..\node_modules\react-native-firebase\ios\RNFirebase/**", |
| 1158 | + ); |
1109 | 1159 | }; |
1110 | 1160 | name = Debug; |
1111 | 1161 | }; |
|
1132 | 1182 | SDKROOT = appletvos; |
1133 | 1183 | TARGETED_DEVICE_FAMILY = 3; |
1134 | 1184 | TVOS_DEPLOYMENT_TARGET = 9.2; |
| 1185 | + LIBRARY_SEARCH_PATHS = ( |
| 1186 | + "$(inherited)", |
| 1187 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1188 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1189 | + ); |
| 1190 | + HEADER_SEARCH_PATHS = ( |
| 1191 | + "$(inherited)", |
| 1192 | + "$(SRCROOT)\..\node_modules\react-native-fetch-blob\ios/**", |
| 1193 | + "$(SRCROOT)\..\node_modules\react-native-firebase\ios\RNFirebase/**", |
| 1194 | + ); |
1135 | 1195 | }; |
1136 | 1196 | name = Release; |
1137 | 1197 | }; |
|
1153 | 1213 | SDKROOT = appletvos; |
1154 | 1214 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EZNet-tvOS.app/EZNet-tvOS"; |
1155 | 1215 | TVOS_DEPLOYMENT_TARGET = 10.1; |
| 1216 | + LIBRARY_SEARCH_PATHS = ( |
| 1217 | + "$(inherited)", |
| 1218 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1219 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1220 | + ); |
1156 | 1221 | }; |
1157 | 1222 | name = Debug; |
1158 | 1223 | }; |
|
1174 | 1239 | SDKROOT = appletvos; |
1175 | 1240 | TEST_HOST = "$(BUILT_PRODUCTS_DIR)/EZNet-tvOS.app/EZNet-tvOS"; |
1176 | 1241 | TVOS_DEPLOYMENT_TARGET = 10.1; |
| 1242 | + LIBRARY_SEARCH_PATHS = ( |
| 1243 | + "$(inherited)", |
| 1244 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1245 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
| 1246 | + ); |
1177 | 1247 | }; |
1178 | 1248 | name = Release; |
1179 | 1249 | }; |
|
0 commit comments