|
17 | 17 | 7D95B168267240E3008096E0 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
18 | 18 | 7D95B169267240E3008096E0 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; }; |
19 | 19 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; }; |
20 | | - DE090379E5BDFCC31EBBB1FC /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = D19CD0A976BD44CB326047B6 /* PrivacyInfo.xcprivacy */; }; |
| 20 | + DE090379E5BDFCC31EBBB1FC /* BuildFile in Resources */ = {isa = PBXBuildFile; }; |
21 | 21 | /* End PBXBuildFile section */ |
22 | 22 |
|
23 | 23 | /* Begin PBXFileReference section */ |
|
75 | 75 | 13B07FB61A68108700A75B9A /* Info.plist */, |
76 | 76 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */, |
77 | 77 | 13B07FB71A68108700A75B9A /* main.m */, |
78 | | - D19CD0A976BD44CB326047B6 /* PrivacyInfo.xcprivacy */, |
79 | 78 | ); |
80 | 79 | name = IntercomReactNativeExample; |
81 | 80 | sourceTree = "<group>"; |
|
223 | 222 | files = ( |
224 | 223 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */, |
225 | 224 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */, |
226 | | - DE090379E5BDFCC31EBBB1FC /* PrivacyInfo.xcprivacy in Resources */, |
| 225 | + DE090379E5BDFCC31EBBB1FC /* BuildFile in Resources */, |
227 | 226 | ); |
228 | 227 | runOnlyForDeploymentPostprocessing = 0; |
229 | 228 | }; |
|
646 | 645 | ONLY_ACTIVE_ARCH = YES; |
647 | 646 | OTHER_CFLAGS = "$(inherited)"; |
648 | 647 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
649 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 648 | + OTHER_LDFLAGS = ( |
| 649 | + "$(inherited)", |
| 650 | + " ", |
| 651 | + ); |
650 | 652 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
651 | 653 | SDKROOT = iphoneos; |
652 | 654 | USE_HERMES = false; |
|
712 | 714 | MTL_ENABLE_DEBUG_INFO = NO; |
713 | 715 | OTHER_CFLAGS = "$(inherited)"; |
714 | 716 | OTHER_CPLUSPLUSFLAGS = "$(inherited)"; |
715 | | - OTHER_LDFLAGS = "$(inherited) "; |
| 717 | + OTHER_LDFLAGS = ( |
| 718 | + "$(inherited)", |
| 719 | + " ", |
| 720 | + ); |
716 | 721 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native"; |
717 | 722 | SDKROOT = iphoneos; |
718 | 723 | USE_HERMES = false; |
|
0 commit comments