|
42 | 42 | 1FEB46E0121F470996F70B07 /* libRNGestureHandler.a in Frameworks */ = {isa = PBXBuildFile; fileRef = E7CCB8C49F7D42D28A24A622 /* libRNGestureHandler.a */; };
|
43 | 43 | 2B9D443650914636ABB57100 /* libRNGestureHandler-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 147B5297FABB40E392987A98 /* libRNGestureHandler-tvOS.a */; };
|
44 | 44 | 4B787931F16149AB88D76FD7 /* libRNCAsyncStorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD2CEC315E846B5A29BAA35 /* libRNCAsyncStorage.a */; };
|
| 45 | + 6548DEBC162C43C4B479D83B /* libRNCWebView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BC58C63B444E4DF9A1D0BE93 /* libRNCWebView.a */; }; |
45 | 46 | /* End PBXBuildFile section */
|
46 | 47 |
|
47 | 48 | /* Begin PBXContainerItemProxy section */
|
|
354 | 355 | 147B5297FABB40E392987A98 /* libRNGestureHandler-tvOS.a */ = {isa = PBXFileReference; name = "libRNGestureHandler-tvOS.a"; path = "libRNGestureHandler-tvOS.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
355 | 356 | 6F994D615335488A9A176C02 /* RNCAsyncStorage.xcodeproj */ = {isa = PBXFileReference; name = "RNCAsyncStorage.xcodeproj"; path = "../node_modules/@react-native-community/async-storage/ios/RNCAsyncStorage.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
356 | 357 | DBD2CEC315E846B5A29BAA35 /* libRNCAsyncStorage.a */ = {isa = PBXFileReference; name = "libRNCAsyncStorage.a"; path = "libRNCAsyncStorage.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
| 358 | + AB0D853D2F5C47D88B5E768D /* RNCWebView.xcodeproj */ = {isa = PBXFileReference; name = "RNCWebView.xcodeproj"; path = "../node_modules/react-native-webview/ios/RNCWebView.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 359 | + BC58C63B444E4DF9A1D0BE93 /* libRNCWebView.a */ = {isa = PBXFileReference; name = "libRNCWebView.a"; path = "libRNCWebView.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
357 | 360 | /* End PBXFileReference section */
|
358 | 361 |
|
359 | 362 | /* Begin PBXFrameworksBuildPhase section */
|
|
384 | 387 | 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
|
385 | 388 | 1FEB46E0121F470996F70B07 /* libRNGestureHandler.a in Frameworks */,
|
386 | 389 | 4B787931F16149AB88D76FD7 /* libRNCAsyncStorage.a in Frameworks */,
|
| 390 | + 6548DEBC162C43C4B479D83B /* libRNCWebView.a in Frameworks */, |
387 | 391 | );
|
388 | 392 | runOnlyForDeploymentPostprocessing = 0;
|
389 | 393 | };
|
|
576 | 580 | 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
|
577 | 581 | 5E59F1BA8750480A82F4FB5D /* RNGestureHandler.xcodeproj */,
|
578 | 582 | 6F994D615335488A9A176C02 /* RNCAsyncStorage.xcodeproj */,
|
| 583 | + AB0D853D2F5C47D88B5E768D /* RNCWebView.xcodeproj */, |
579 | 584 | );
|
580 | 585 | name = Libraries;
|
581 | 586 | sourceTree = "<group>";
|
|
1206 | 1211 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1207 | 1212 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1208 | 1213 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1214 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1209 | 1215 | );
|
1210 | 1216 | HEADER_SEARCH_PATHS = (
|
1211 | 1217 | "$(inherited)",
|
1212 | 1218 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1213 | 1219 | "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
|
| 1220 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1214 | 1221 | );
|
1215 | 1222 | };
|
1216 | 1223 | name = Debug;
|
|
1235 | 1242 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1236 | 1243 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1237 | 1244 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1245 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1238 | 1246 | );
|
1239 | 1247 | HEADER_SEARCH_PATHS = (
|
1240 | 1248 | "$(inherited)",
|
1241 | 1249 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1242 | 1250 | "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
|
| 1251 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1243 | 1252 | );
|
1244 | 1253 | };
|
1245 | 1254 | name = Release;
|
|
1264 | 1273 | "$(inherited)",
|
1265 | 1274 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1266 | 1275 | "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
|
| 1276 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1267 | 1277 | );
|
1268 | 1278 | };
|
1269 | 1279 | name = Debug;
|
|
1287 | 1297 | "$(inherited)",
|
1288 | 1298 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1289 | 1299 | "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
|
| 1300 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1290 | 1301 | );
|
1291 | 1302 | };
|
1292 | 1303 | name = Release;
|
|
1319 | 1330 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1320 | 1331 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1321 | 1332 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1333 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1322 | 1334 | );
|
1323 | 1335 | HEADER_SEARCH_PATHS = (
|
1324 | 1336 | "$(inherited)",
|
1325 | 1337 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1326 | 1338 | "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
|
| 1339 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1327 | 1340 | );
|
1328 | 1341 | };
|
1329 | 1342 | name = Debug;
|
|
1356 | 1369 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1357 | 1370 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1358 | 1371 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1372 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1359 | 1373 | );
|
1360 | 1374 | HEADER_SEARCH_PATHS = (
|
1361 | 1375 | "$(inherited)",
|
1362 | 1376 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1363 | 1377 | "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
|
| 1378 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1364 | 1379 | );
|
1365 | 1380 | };
|
1366 | 1381 | name = Release;
|
|
1392 | 1407 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1393 | 1408 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1394 | 1409 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1410 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1395 | 1411 | );
|
1396 | 1412 | HEADER_SEARCH_PATHS = (
|
1397 | 1413 | "$(inherited)",
|
1398 | 1414 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1399 | 1415 | "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
|
| 1416 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1400 | 1417 | );
|
1401 | 1418 | };
|
1402 | 1419 | name = Debug;
|
|
1428 | 1445 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1429 | 1446 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1430 | 1447 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1448 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1431 | 1449 | );
|
1432 | 1450 | HEADER_SEARCH_PATHS = (
|
1433 | 1451 | "$(inherited)",
|
1434 | 1452 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1435 | 1453 | "$(SRCROOT)/../node_modules/@react-native-community/async-storage/ios",
|
| 1454 | + "$(SRCROOT)/../node_modules/react-native-webview/ios", |
1436 | 1455 | );
|
1437 | 1456 | };
|
1438 | 1457 | name = Release;
|
|
0 commit comments