|
58 | 58 | E7DB216622B2F3EC005AC45F /* RCTRootViewIntegrationTests.m in Sources */ = {isa = PBXBuildFile; fileRef = E7DB216122B2F3EC005AC45F /* RCTRootViewIntegrationTests.m */; };
|
59 | 59 | E7DB216722B2F69F005AC45F /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7DB213022B2C649005AC45F /* JavaScriptCore.framework */; };
|
60 | 60 | E7DB218C22B41FCD005AC45F /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E7DB218B22B41FCD005AC45F /* XCTest.framework */; };
|
| 61 | + F0D621C32BBB9E38005960AC /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = F0D621C22BBB9E38005960AC /* PrivacyInfo.xcprivacy */; }; |
61 | 62 | /* End PBXBuildFile section */
|
62 | 63 |
|
63 | 64 | /* Begin PBXContainerItemProxy section */
|
|
176 | 177 | E7DB216122B2F3EC005AC45F /* RCTRootViewIntegrationTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTRootViewIntegrationTests.m; sourceTree = "<group>"; };
|
177 | 178 | E7DB218B22B41FCD005AC45F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
178 | 179 | EDF27040BB5969AF2B1103C9 /* Pods-RNTesterIntegrationTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-RNTesterIntegrationTests.debug.xcconfig"; path = "Target Support Files/Pods-RNTesterIntegrationTests/Pods-RNTesterIntegrationTests.debug.xcconfig"; sourceTree = "<group>"; };
|
| 180 | + F0D621C22BBB9E38005960AC /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = "<group>"; }; |
179 | 181 | /* End PBXFileReference section */
|
180 | 182 |
|
181 | 183 | /* Begin PBXFrameworksBuildPhase section */
|
|
223 | 225 | isa = PBXGroup;
|
224 | 226 | children = (
|
225 | 227 | 0CC3BE1A25DDB68A0033CAEB /* RNTester.entitlements */,
|
| 228 | + F0D621C22BBB9E38005960AC /* PrivacyInfo.xcprivacy */, |
226 | 229 | E771AEEA22B44E3100EA1189 /* Info.plist */,
|
227 | 230 | 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
|
228 | 231 | 5C60EB1B226440DB0018C04F /* AppDelegate.mm */,
|
|
509 | 512 | files = (
|
510 | 513 | 2DDEF0101F84BF7B00DBDF73 /* Images.xcassets in Resources */,
|
511 | 514 | 8145AE06241172D900A3F8DA /* LaunchScreen.storyboard in Resources */,
|
| 515 | + F0D621C32BBB9E38005960AC /* PrivacyInfo.xcprivacy in Resources */, |
512 | 516 | 3D2AFAF51D646CF80089D1A3 /* [email protected] in Resources */,
|
513 | 517 | );
|
514 | 518 | runOnlyForDeploymentPostprocessing = 0;
|
|
937 | 941 | GCC_WARN_UNUSED_FUNCTION = YES;
|
938 | 942 | GCC_WARN_UNUSED_LABEL = YES;
|
939 | 943 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 944 | + HEADER_SEARCH_PATHS = ( |
| 945 | + "$(inherited)", |
| 946 | + "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers", |
| 947 | + "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core", |
| 948 | + "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios", |
| 949 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx", |
| 950 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers", |
| 951 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios", |
| 952 | + "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers", |
| 953 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers", |
| 954 | + ); |
940 | 955 | IPHONEOS_DEPLOYMENT_TARGET = 12.4;
|
941 | 956 | MTL_ENABLE_DEBUG_INFO = YES;
|
942 | 957 | ONLY_ACTIVE_ARCH = YES;
|
|
1019 | 1034 | GCC_WARN_UNUSED_FUNCTION = YES;
|
1020 | 1035 | GCC_WARN_UNUSED_LABEL = YES;
|
1021 | 1036 | GCC_WARN_UNUSED_VARIABLE = YES;
|
| 1037 | + HEADER_SEARCH_PATHS = ( |
| 1038 | + "$(inherited)", |
| 1039 | + "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers", |
| 1040 | + "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core", |
| 1041 | + "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios", |
| 1042 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx", |
| 1043 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers", |
| 1044 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios", |
| 1045 | + "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers", |
| 1046 | + "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers", |
| 1047 | + ); |
1022 | 1048 | IPHONEOS_DEPLOYMENT_TARGET = 12.4;
|
1023 | 1049 | MTL_ENABLE_DEBUG_INFO = NO;
|
1024 | 1050 | OTHER_CPLUSPLUSFLAGS = (
|
|
0 commit comments