|
61 | 61 | 05FA81C8D74E40B498A3FD25 /* libRNSentry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0F0221B1BC594CA0A4B87F38 /* libRNSentry.a */; };
|
62 | 62 | 96FCD085381F419EAEB3E77F /* libRNSentry-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2EF15C5C86004DA6B2824FD1 /* libRNSentry-tvOS.a */; };
|
63 | 63 | 290D07911A1D4F089C449AAC /* libRNCWebView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5FE6D0A548BC403283D4A5DF /* libRNCWebView.a */; };
|
| 64 | + B2E85485AF564F8EA63A3C92 /* libFastImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 90E43C7B47BB464F811FB540 /* libFastImage.a */; }; |
64 | 65 | /* End PBXBuildFile section */
|
65 | 66 |
|
66 | 67 | /* Begin PBXContainerItemProxy section */
|
|
397 | 398 | 2EF15C5C86004DA6B2824FD1 /* libRNSentry-tvOS.a */ = {isa = PBXFileReference; name = "libRNSentry-tvOS.a"; path = "libRNSentry-tvOS.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
398 | 399 | EB325C6FC2034BE380F48CEB /* 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; };
|
399 | 400 | 5FE6D0A548BC403283D4A5DF /* libRNCWebView.a */ = {isa = PBXFileReference; name = "libRNCWebView.a"; path = "libRNCWebView.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
| 401 | + 46CFEDE41E444372BBE0B79D /* FastImage.xcodeproj */ = {isa = PBXFileReference; name = "FastImage.xcodeproj"; path = "../node_modules/react-native-fast-image/ios/FastImage.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 402 | + 90E43C7B47BB464F811FB540 /* libFastImage.a */ = {isa = PBXFileReference; name = "libFastImage.a"; path = "libFastImage.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
400 | 403 | /* End PBXFileReference section */
|
401 | 404 |
|
402 | 405 | /* Begin PBXFrameworksBuildPhase section */
|
|
443 | 446 | 7CB18947996B486BA380C730 /* libCodePush.a in Frameworks */,
|
444 | 447 | 05FA81C8D74E40B498A3FD25 /* libRNSentry.a in Frameworks */,
|
445 | 448 | 290D07911A1D4F089C449AAC /* libRNCWebView.a in Frameworks */,
|
| 449 | + B2E85485AF564F8EA63A3C92 /* libFastImage.a in Frameworks */, |
446 | 450 | );
|
447 | 451 | runOnlyForDeploymentPostprocessing = 0;
|
448 | 452 | };
|
|
652 | 656 | 28D17C9C888B441B915FE585 /* CodePush.xcodeproj */,
|
653 | 657 | CC54BC22BF41412290AD44BB /* RNSentry.xcodeproj */,
|
654 | 658 | EB325C6FC2034BE380F48CEB /* RNCWebView.xcodeproj */,
|
| 659 | + 46CFEDE41E444372BBE0B79D /* FastImage.xcodeproj */, |
655 | 660 | );
|
656 | 661 | name = Libraries;
|
657 | 662 | sourceTree = "<group>";
|
|
1324 | 1329 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1325 | 1330 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1326 | 1331 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1332 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1327 | 1333 | );
|
1328 | 1334 | HEADER_SEARCH_PATHS = (
|
1329 | 1335 | "$(inherited)",
|
|
1334 | 1340 | "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**",
|
1335 | 1341 | "$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
|
1336 | 1342 | "$(SRCROOT)/../node_modules/react-native-webview/ios",
|
| 1343 | + "$(SRCROOT)/../node_modules/react-native-fast-image/ios/FastImage/**", |
1337 | 1344 | );
|
1338 | 1345 | };
|
1339 | 1346 | name = Debug;
|
|
1364 | 1371 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1365 | 1372 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1366 | 1373 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1374 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1367 | 1375 | );
|
1368 | 1376 | HEADER_SEARCH_PATHS = (
|
1369 | 1377 | "$(inherited)",
|
|
1374 | 1382 | "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**",
|
1375 | 1383 | "$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
|
1376 | 1384 | "$(SRCROOT)/../node_modules/react-native-webview/ios",
|
| 1385 | + "$(SRCROOT)/../node_modules/react-native-fast-image/ios/FastImage/**", |
1377 | 1386 | );
|
1378 | 1387 | };
|
1379 | 1388 | name = Release;
|
|
1403 | 1412 | "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**",
|
1404 | 1413 | "$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
|
1405 | 1414 | "$(SRCROOT)/../node_modules/react-native-webview/ios",
|
| 1415 | + "$(SRCROOT)/../node_modules/react-native-fast-image/ios/FastImage/**", |
1406 | 1416 | );
|
1407 | 1417 | };
|
1408 | 1418 | name = Debug;
|
|
1431 | 1441 | "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**",
|
1432 | 1442 | "$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
|
1433 | 1443 | "$(SRCROOT)/../node_modules/react-native-webview/ios",
|
| 1444 | + "$(SRCROOT)/../node_modules/react-native-fast-image/ios/FastImage/**", |
1434 | 1445 | );
|
1435 | 1446 | };
|
1436 | 1447 | name = Release;
|
|
1469 | 1480 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1470 | 1481 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1471 | 1482 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1483 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1472 | 1484 | );
|
1473 | 1485 | HEADER_SEARCH_PATHS = (
|
1474 | 1486 | "$(inherited)",
|
|
1479 | 1491 | "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**",
|
1480 | 1492 | "$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
|
1481 | 1493 | "$(SRCROOT)/../node_modules/react-native-webview/ios",
|
| 1494 | + "$(SRCROOT)/../node_modules/react-native-fast-image/ios/FastImage/**", |
1482 | 1495 | );
|
1483 | 1496 | };
|
1484 | 1497 | name = Debug;
|
|
1517 | 1530 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1518 | 1531 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1519 | 1532 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1533 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1520 | 1534 | );
|
1521 | 1535 | HEADER_SEARCH_PATHS = (
|
1522 | 1536 | "$(inherited)",
|
|
1527 | 1541 | "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**",
|
1528 | 1542 | "$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
|
1529 | 1543 | "$(SRCROOT)/../node_modules/react-native-webview/ios",
|
| 1544 | + "$(SRCROOT)/../node_modules/react-native-fast-image/ios/FastImage/**", |
1530 | 1545 | );
|
1531 | 1546 | };
|
1532 | 1547 | name = Release;
|
|
1564 | 1579 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1565 | 1580 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1566 | 1581 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1582 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1567 | 1583 | );
|
1568 | 1584 | HEADER_SEARCH_PATHS = (
|
1569 | 1585 | "$(inherited)",
|
1570 | 1586 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1571 | 1587 | "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**",
|
1572 | 1588 | "$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
|
1573 | 1589 | "$(SRCROOT)/../node_modules/react-native-webview/ios",
|
| 1590 | + "$(SRCROOT)/../node_modules/react-native-fast-image/ios/FastImage/**", |
1574 | 1591 | );
|
1575 | 1592 | };
|
1576 | 1593 | name = Debug;
|
|
1608 | 1625 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1609 | 1626 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1610 | 1627 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1628 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1611 | 1629 | );
|
1612 | 1630 | HEADER_SEARCH_PATHS = (
|
1613 | 1631 | "$(inherited)",
|
1614 | 1632 | "$(SRCROOT)/../node_modules/react-native-gesture-handler/ios/**",
|
1615 | 1633 | "$(SRCROOT)/../node_modules/react-native-code-push/ios/CodePush/**",
|
1616 | 1634 | "$(SRCROOT)/../node_modules/react-native-sentry/ios/**",
|
1617 | 1635 | "$(SRCROOT)/../node_modules/react-native-webview/ios",
|
| 1636 | + "$(SRCROOT)/../node_modules/react-native-fast-image/ios/FastImage/**", |
1618 | 1637 | );
|
1619 | 1638 | };
|
1620 | 1639 | name = Release;
|
|
0 commit comments