|
12 | 12 | 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
|
13 | 13 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
|
14 | 14 | 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
|
| 15 | + 6132EF182BDFF13200BBE14D /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 6132EF172BDFF13200BBE14D /* PrivacyInfo.xcprivacy */; }; |
15 | 16 | 7699B88040F8A987B510C191 /* libPods-Detox-DetoxTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-Detox-DetoxTests.a */; };
|
16 | 17 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
|
17 | 18 | /* End PBXBuildFile section */
|
|
41 | 42 | 5709B34CF0A7D63546082F79 /* Pods-Detox.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Detox.release.xcconfig"; path = "Target Support Files/Pods-Detox/Pods-Detox.release.xcconfig"; sourceTree = "<group>"; };
|
42 | 43 | 5B7EB9410499542E8C5724F5 /* Pods-Detox-DetoxTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Detox-DetoxTests.debug.xcconfig"; path = "Target Support Files/Pods-Detox-DetoxTests/Pods-Detox-DetoxTests.debug.xcconfig"; sourceTree = "<group>"; };
|
43 | 44 | 5DCACB8F33CDC322A6C60F78 /* libPods-Detox.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-Detox.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
| 45 | + 6132EF172BDFF13200BBE14D /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
44 | 46 | 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = Detox/LaunchScreen.storyboard; sourceTree = "<group>"; };
|
45 | 47 | 89C6BE57DB24E9ADA2F236DE /* Pods-Detox-DetoxTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Detox-DetoxTests.release.xcconfig"; path = "Target Support Files/Pods-Detox-DetoxTests/Pods-Detox-DetoxTests.release.xcconfig"; sourceTree = "<group>"; };
|
46 | 48 | ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
|
|
116 | 118 | 83CBB9F61A601CBA00E9B192 = {
|
117 | 119 | isa = PBXGroup;
|
118 | 120 | children = (
|
| 121 | + 6132EF172BDFF13200BBE14D /* PrivacyInfo.xcprivacy */, |
119 | 122 | 13B07FAE1A68108700A75B9A /* Detox */,
|
120 | 123 | 832341AE1AAA6A7D00B99B32 /* Libraries */,
|
121 | 124 | 00E356EF1AD99517003FC87E /* DetoxTests */,
|
|
242 | 245 | isa = PBXResourcesBuildPhase;
|
243 | 246 | buildActionMask = 2147483647;
|
244 | 247 | files = (
|
| 248 | + 6132EF182BDFF13200BBE14D /* PrivacyInfo.xcprivacy in Resources */, |
245 | 249 | 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
|
246 | 250 | 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
|
247 | 251 | );
|
|
572 | 576 | GCC_PREPROCESSOR_DEFINITIONS = (
|
573 | 577 | "DEBUG=1",
|
574 | 578 | "$(inherited)",
|
| 579 | + _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION, |
575 | 580 | );
|
576 | 581 | GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
577 | 582 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
599 | 604 | "-DFOLLY_MOBILE=1",
|
600 | 605 | "-DFOLLY_USE_LIBCPP=1",
|
601 | 606 | );
|
| 607 | + OTHER_LDFLAGS = "$(inherited)"; |
602 | 608 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
603 | 609 | SDKROOT = iphoneos;
|
604 | 610 | };
|
|
640 | 646 | "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
|
641 | 647 | GCC_C_LANGUAGE_STANDARD = gnu99;
|
642 | 648 | GCC_NO_COMMON_BLOCKS = YES;
|
| 649 | + GCC_PREPROCESSOR_DEFINITIONS = ( |
| 650 | + "$(inherited)", |
| 651 | + _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION, |
| 652 | + ); |
643 | 653 | GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
644 | 654 | GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
645 | 655 | GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
664 | 674 | "-DFOLLY_MOBILE=1",
|
665 | 675 | "-DFOLLY_USE_LIBCPP=1",
|
666 | 676 | );
|
| 677 | + OTHER_LDFLAGS = "$(inherited)"; |
667 | 678 | REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
|
668 | 679 | SDKROOT = iphoneos;
|
669 | 680 | VALIDATE_PRODUCT = YES;
|
|
0 commit comments