|
56 | 56 | DBC5C3186FE64F94BD3CDC19 /* MaterialCommunityIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = A2070A88714C43ED8AF708C3 /* MaterialCommunityIcons.ttf */; };
|
57 | 57 | FF359794CBFF4ABF92423426 /* libRCTToast.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2CFB39BBD9094475BB03A3E4 /* libRCTToast.a */; };
|
58 | 58 | C9F58827F1CF47999850925A /* libRCTOrientation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5597847AA2A04FEE894C9C9E /* libRCTOrientation.a */; };
|
| 59 | + 757248247DDE47D3A310353E /* libRNImagePicker.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 875BCBF7DC0645ACBA61563B /* libRNImagePicker.a */; }; |
59 | 60 | /* End PBXBuildFile section */
|
60 | 61 |
|
61 | 62 | /* Begin PBXContainerItemProxy section */
|
|
429 | 430 | FC7EC6A752C243FB9F1B8442 /* RNFetchBlob.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNFetchBlob.xcodeproj; path = "../node_modules/react-native-fetch-blob/ios/RNFetchBlob.xcodeproj"; sourceTree = "<group>"; };
|
430 | 431 | 713A523038564C27B0D2C2F7 /* RCTOrientation.xcodeproj */ = {isa = PBXFileReference; name = "RCTOrientation.xcodeproj"; path = "../node_modules/react-native-orientation/iOS/RCTOrientation.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; };
|
431 | 432 | 5597847AA2A04FEE894C9C9E /* libRCTOrientation.a */ = {isa = PBXFileReference; name = "libRCTOrientation.a"; path = "libRCTOrientation.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; };
|
| 433 | + CFBB80590829494E985F601B /* RNImagePicker.xcodeproj */ = {isa = PBXFileReference; name = "RNImagePicker.xcodeproj"; path = "../node_modules/react-native-image-picker/ios/RNImagePicker.xcodeproj"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = wrapper.pb-project; explicitFileType = undefined; includeInIndex = 0; }; |
| 434 | + 875BCBF7DC0645ACBA61563B /* libRNImagePicker.a */ = {isa = PBXFileReference; name = "libRNImagePicker.a"; path = "libRNImagePicker.a"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = archive.ar; explicitFileType = undefined; includeInIndex = 0; }; |
432 | 435 | /* End PBXFileReference section */
|
433 | 436 |
|
434 | 437 | /* Begin PBXFrameworksBuildPhase section */
|
|
470 | 473 | 4CD3C48024294A3A816F4CA9 /* libRNPhotoView.a in Frameworks */,
|
471 | 474 | C866080E83494D1C8B535591 /* libRNSafeArea.a in Frameworks */,
|
472 | 475 | C9F58827F1CF47999850925A /* libRCTOrientation.a in Frameworks */,
|
| 476 | + 757248247DDE47D3A310353E /* libRNImagePicker.a in Frameworks */, |
473 | 477 | );
|
474 | 478 | runOnlyForDeploymentPostprocessing = 0;
|
475 | 479 | };
|
|
683 | 687 | 06D71A26F8704D96B8C2D342 /* RNPhotoView.xcodeproj */,
|
684 | 688 | 8B355454DEEB4F28A5B4F8CA /* RNSafeArea.xcodeproj */,
|
685 | 689 | 713A523038564C27B0D2C2F7 /* RCTOrientation.xcodeproj */,
|
| 690 | + CFBB80590829494E985F601B /* RNImagePicker.xcodeproj */, |
686 | 691 | );
|
687 | 692 | name = Libraries;
|
688 | 693 | sourceTree = "<group>";
|
|
820 | 825 | name = Resources;
|
821 | 826 | sourceTree = "<group>";
|
822 | 827 | };
|
| 828 | + 32268A6D8E1742AE9C2D77A9 /* Frameworks */ = { |
| 829 | + isa = PBXGroup; |
| 830 | + children = ( |
| 831 | + ); |
| 832 | + name = Frameworks; |
| 833 | + path = Application; |
| 834 | + sourceTree = "<group>"; |
| 835 | + }; |
823 | 836 | /* End PBXGroup section */
|
824 | 837 |
|
825 | 838 | /* Begin PBXNativeTarget section */
|
|
1437 | 1450 | "$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
|
1438 | 1451 | "$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
|
1439 | 1452 | "$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
|
| 1453 | + "$(SRCROOT)/../node_modules/react-native-image-picker/ios", |
1440 | 1454 | );
|
1441 | 1455 | INFOPLIST_FILE = ZulipMobileTests/Info.plist;
|
1442 | 1456 | IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
|
1456 | 1470 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1457 | 1471 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1458 | 1472 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1473 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1459 | 1474 | );
|
1460 | 1475 | OTHER_LDFLAGS = (
|
1461 | 1476 | "$(inherited)",
|
|
1486 | 1501 | "$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
|
1487 | 1502 | "$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
|
1488 | 1503 | "$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
|
| 1504 | + "$(SRCROOT)/../node_modules/react-native-image-picker/ios", |
1489 | 1505 | );
|
1490 | 1506 | INFOPLIST_FILE = ZulipMobileTests/Info.plist;
|
1491 | 1507 | IPHONEOS_DEPLOYMENT_TARGET = 8.2;
|
|
1505 | 1521 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1506 | 1522 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
1507 | 1523 | "\"$(SRCROOT)/$(TARGET_NAME)\"",
|
| 1524 | + "\"$(SRCROOT)/$(TARGET_NAME)\"", |
1508 | 1525 | );
|
1509 | 1526 | OTHER_LDFLAGS = (
|
1510 | 1527 | "$(inherited)",
|
|
1540 | 1557 | "$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
|
1541 | 1558 | "$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
|
1542 | 1559 | "$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
|
| 1560 | + "$(SRCROOT)/../node_modules/react-native-image-picker/ios", |
1543 | 1561 | );
|
1544 | 1562 | INFOPLIST_FILE = ZulipMobile/Info.plist;
|
1545 | 1563 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
1580 | 1598 | "$(SRCROOT)/../node_modules/react-native-photo-view/ios/**",
|
1581 | 1599 | "$(SRCROOT)/../node_modules/react-native-safe-area/ios/RNSafeArea",
|
1582 | 1600 | "$(SRCROOT)/../node_modules/react-native-orientation/iOS/RCTOrientation/**",
|
| 1601 | + "$(SRCROOT)/../node_modules/react-native-image-picker/ios", |
1583 | 1602 | );
|
1584 | 1603 | INFOPLIST_FILE = ZulipMobile/Info.plist;
|
1585 | 1604 | IPHONEOS_DEPLOYMENT_TARGET = 8.0;
|
|
0 commit comments