project.pbxproj 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0C80B921A6F3F58F76C31292 /* libPods-ReactNativeMultip80.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-ReactNativeMultip80.a */; };
  10. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  11. 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 761780EC2CA45674006654EE /* AppDelegate.swift */; };
  12. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
  13. /* End PBXBuildFile section */
  14. /* Begin PBXContainerItemProxy section */
  15. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  16. isa = PBXContainerItemProxy;
  17. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  18. proxyType = 1;
  19. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  20. remoteInfo = ReactNativeMultip80;
  21. };
  22. /* End PBXContainerItemProxy section */
  23. /* Begin PBXFileReference section */
  24. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  25. 13B07F961A680F5B00A75B9A /* ReactNativeMultip80.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = ReactNativeMultip80.app; sourceTree = BUILT_PRODUCTS_DIR; };
  26. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = ReactNativeMultip80/Images.xcassets; sourceTree = "<group>"; };
  27. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ReactNativeMultip80/Info.plist; sourceTree = "<group>"; };
  28. 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = ReactNativeMultip80/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
  29. 3B4392A12AC88292D35C810B /* Pods-ReactNativeMultip80.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeMultip80.debug.xcconfig"; path = "Target Support Files/Pods-ReactNativeMultip80/Pods-ReactNativeMultip80.debug.xcconfig"; sourceTree = "<group>"; };
  30. 5709B34CF0A7D63546082F79 /* Pods-ReactNativeMultip80.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-ReactNativeMultip80.release.xcconfig"; path = "Target Support Files/Pods-ReactNativeMultip80/Pods-ReactNativeMultip80.release.xcconfig"; sourceTree = "<group>"; };
  31. 5DCACB8F33CDC322A6C60F78 /* libPods-ReactNativeMultip80.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-ReactNativeMultip80.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  32. 761780EC2CA45674006654EE /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = AppDelegate.swift; path = ReactNativeMultip80/AppDelegate.swift; sourceTree = "<group>"; };
  33. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = ReactNativeMultip80/LaunchScreen.storyboard; sourceTree = "<group>"; };
  34. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  35. /* End PBXFileReference section */
  36. /* Begin PBXFrameworksBuildPhase section */
  37. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  38. isa = PBXFrameworksBuildPhase;
  39. buildActionMask = 2147483647;
  40. files = (
  41. 0C80B921A6F3F58F76C31292 /* libPods-ReactNativeMultip80.a in Frameworks */,
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. /* End PBXFrameworksBuildPhase section */
  46. /* Begin PBXGroup section */
  47. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  48. isa = PBXGroup;
  49. children = (
  50. 00E356F11AD99517003FC87E /* Info.plist */,
  51. );
  52. name = "Supporting Files";
  53. sourceTree = "<group>";
  54. };
  55. 13B07FAE1A68108700A75B9A /* ReactNativeMultip80 */ = {
  56. isa = PBXGroup;
  57. children = (
  58. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  59. 761780EC2CA45674006654EE /* AppDelegate.swift */,
  60. 13B07FB61A68108700A75B9A /* Info.plist */,
  61. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
  62. 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
  63. );
  64. name = ReactNativeMultip80;
  65. sourceTree = "<group>";
  66. };
  67. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  68. isa = PBXGroup;
  69. children = (
  70. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  71. 5DCACB8F33CDC322A6C60F78 /* libPods-ReactNativeMultip80.a */,
  72. );
  73. name = Frameworks;
  74. sourceTree = "<group>";
  75. };
  76. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  77. isa = PBXGroup;
  78. children = (
  79. );
  80. name = Libraries;
  81. sourceTree = "<group>";
  82. };
  83. 83CBB9F61A601CBA00E9B192 = {
  84. isa = PBXGroup;
  85. children = (
  86. 13B07FAE1A68108700A75B9A /* ReactNativeMultip80 */,
  87. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  88. 83CBBA001A601CBA00E9B192 /* Products */,
  89. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  90. BBD78D7AC51CEA395F1C20DB /* Pods */,
  91. );
  92. indentWidth = 2;
  93. sourceTree = "<group>";
  94. tabWidth = 2;
  95. usesTabs = 0;
  96. };
  97. 83CBBA001A601CBA00E9B192 /* Products */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 13B07F961A680F5B00A75B9A /* ReactNativeMultip80.app */,
  101. );
  102. name = Products;
  103. sourceTree = "<group>";
  104. };
  105. BBD78D7AC51CEA395F1C20DB /* Pods */ = {
  106. isa = PBXGroup;
  107. children = (
  108. 3B4392A12AC88292D35C810B /* Pods-ReactNativeMultip80.debug.xcconfig */,
  109. 5709B34CF0A7D63546082F79 /* Pods-ReactNativeMultip80.release.xcconfig */,
  110. );
  111. path = Pods;
  112. sourceTree = "<group>";
  113. };
  114. /* End PBXGroup section */
  115. /* Begin PBXNativeTarget section */
  116. 13B07F861A680F5B00A75B9A /* ReactNativeMultip80 */ = {
  117. isa = PBXNativeTarget;
  118. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ReactNativeMultip80" */;
  119. buildPhases = (
  120. C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
  121. 13B07F871A680F5B00A75B9A /* Sources */,
  122. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  123. 13B07F8E1A680F5B00A75B9A /* Resources */,
  124. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  125. 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
  126. E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
  127. );
  128. buildRules = (
  129. );
  130. dependencies = (
  131. );
  132. name = ReactNativeMultip80;
  133. productName = ReactNativeMultip80;
  134. productReference = 13B07F961A680F5B00A75B9A /* ReactNativeMultip80.app */;
  135. productType = "com.apple.product-type.application";
  136. };
  137. /* End PBXNativeTarget section */
  138. /* Begin PBXProject section */
  139. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  140. isa = PBXProject;
  141. attributes = {
  142. LastUpgradeCheck = 1210;
  143. TargetAttributes = {
  144. 13B07F861A680F5B00A75B9A = {
  145. LastSwiftMigration = 1120;
  146. };
  147. };
  148. };
  149. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ReactNativeMultip80" */;
  150. compatibilityVersion = "Xcode 12.0";
  151. developmentRegion = en;
  152. hasScannedForEncodings = 0;
  153. knownRegions = (
  154. en,
  155. Base,
  156. );
  157. mainGroup = 83CBB9F61A601CBA00E9B192;
  158. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  159. projectDirPath = "";
  160. projectRoot = "";
  161. targets = (
  162. 13B07F861A680F5B00A75B9A /* ReactNativeMultip80 */,
  163. );
  164. };
  165. /* End PBXProject section */
  166. /* Begin PBXResourcesBuildPhase section */
  167. 00E356EC1AD99517003FC87E /* Resources */ = {
  168. isa = PBXResourcesBuildPhase;
  169. buildActionMask = 2147483647;
  170. files = (
  171. );
  172. runOnlyForDeploymentPostprocessing = 0;
  173. };
  174. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  175. isa = PBXResourcesBuildPhase;
  176. buildActionMask = 2147483647;
  177. files = (
  178. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
  179. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. /* End PBXResourcesBuildPhase section */
  184. /* Begin PBXShellScriptBuildPhase section */
  185. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  186. isa = PBXShellScriptBuildPhase;
  187. buildActionMask = 2147483647;
  188. files = (
  189. );
  190. inputPaths = (
  191. "$(SRCROOT)/.xcode.env.local",
  192. "$(SRCROOT)/.xcode.env",
  193. );
  194. name = "Bundle React Native code and images";
  195. outputPaths = (
  196. );
  197. runOnlyForDeploymentPostprocessing = 0;
  198. shellPath = /bin/sh;
  199. shellScript = "set -e\n\nWITH_ENVIRONMENT=\"$REACT_NATIVE_PATH/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"$REACT_NATIVE_PATH/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
  200. };
  201. 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
  202. isa = PBXShellScriptBuildPhase;
  203. buildActionMask = 2147483647;
  204. files = (
  205. );
  206. inputFileListPaths = (
  207. "${PODS_ROOT}/Target Support Files/Pods-ReactNativeMultip80/Pods-ReactNativeMultip80-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  208. );
  209. name = "[CP] Embed Pods Frameworks";
  210. outputFileListPaths = (
  211. "${PODS_ROOT}/Target Support Files/Pods-ReactNativeMultip80/Pods-ReactNativeMultip80-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. shellPath = /bin/sh;
  215. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeMultip80/Pods-ReactNativeMultip80-frameworks.sh\"\n";
  216. showEnvVarsInLog = 0;
  217. };
  218. C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
  219. isa = PBXShellScriptBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. );
  223. inputFileListPaths = (
  224. );
  225. inputPaths = (
  226. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  227. "${PODS_ROOT}/Manifest.lock",
  228. );
  229. name = "[CP] Check Pods Manifest.lock";
  230. outputFileListPaths = (
  231. );
  232. outputPaths = (
  233. "$(DERIVED_FILE_DIR)/Pods-ReactNativeMultip80-checkManifestLockResult.txt",
  234. );
  235. runOnlyForDeploymentPostprocessing = 0;
  236. shellPath = /bin/sh;
  237. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  238. showEnvVarsInLog = 0;
  239. };
  240. E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
  241. isa = PBXShellScriptBuildPhase;
  242. buildActionMask = 2147483647;
  243. files = (
  244. );
  245. inputFileListPaths = (
  246. "${PODS_ROOT}/Target Support Files/Pods-ReactNativeMultip80/Pods-ReactNativeMultip80-resources-${CONFIGURATION}-input-files.xcfilelist",
  247. );
  248. name = "[CP] Copy Pods Resources";
  249. outputFileListPaths = (
  250. "${PODS_ROOT}/Target Support Files/Pods-ReactNativeMultip80/Pods-ReactNativeMultip80-resources-${CONFIGURATION}-output-files.xcfilelist",
  251. );
  252. runOnlyForDeploymentPostprocessing = 0;
  253. shellPath = /bin/sh;
  254. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-ReactNativeMultip80/Pods-ReactNativeMultip80-resources.sh\"\n";
  255. showEnvVarsInLog = 0;
  256. };
  257. /* End PBXShellScriptBuildPhase section */
  258. /* Begin PBXSourcesBuildPhase section */
  259. 13B07F871A680F5B00A75B9A /* Sources */ = {
  260. isa = PBXSourcesBuildPhase;
  261. buildActionMask = 2147483647;
  262. files = (
  263. 761780ED2CA45674006654EE /* AppDelegate.swift in Sources */,
  264. );
  265. runOnlyForDeploymentPostprocessing = 0;
  266. };
  267. /* End PBXSourcesBuildPhase section */
  268. /* Begin PBXTargetDependency section */
  269. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  270. isa = PBXTargetDependency;
  271. target = 13B07F861A680F5B00A75B9A /* ReactNativeMultip80 */;
  272. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  273. };
  274. /* End PBXTargetDependency section */
  275. /* Begin XCBuildConfiguration section */
  276. 13B07F941A680F5B00A75B9A /* Debug */ = {
  277. isa = XCBuildConfiguration;
  278. baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-ReactNativeMultip80.debug.xcconfig */;
  279. buildSettings = {
  280. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  281. CLANG_ENABLE_MODULES = YES;
  282. CURRENT_PROJECT_VERSION = 1;
  283. ENABLE_BITCODE = NO;
  284. INFOPLIST_FILE = ReactNativeMultip80/Info.plist;
  285. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  286. LD_RUNPATH_SEARCH_PATHS = (
  287. "$(inherited)",
  288. "@executable_path/Frameworks",
  289. );
  290. MARKETING_VERSION = 1.0;
  291. OTHER_LDFLAGS = (
  292. "$(inherited)",
  293. "-ObjC",
  294. "-lc++",
  295. );
  296. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  297. PRODUCT_NAME = ReactNativeMultip80;
  298. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  299. SWIFT_VERSION = 5.0;
  300. VERSIONING_SYSTEM = "apple-generic";
  301. };
  302. name = Debug;
  303. };
  304. 13B07F951A680F5B00A75B9A /* Release */ = {
  305. isa = XCBuildConfiguration;
  306. baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-ReactNativeMultip80.release.xcconfig */;
  307. buildSettings = {
  308. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  309. CLANG_ENABLE_MODULES = YES;
  310. CURRENT_PROJECT_VERSION = 1;
  311. INFOPLIST_FILE = ReactNativeMultip80/Info.plist;
  312. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  313. LD_RUNPATH_SEARCH_PATHS = (
  314. "$(inherited)",
  315. "@executable_path/Frameworks",
  316. );
  317. MARKETING_VERSION = 1.0;
  318. OTHER_LDFLAGS = (
  319. "$(inherited)",
  320. "-ObjC",
  321. "-lc++",
  322. );
  323. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  324. PRODUCT_NAME = ReactNativeMultip80;
  325. SWIFT_VERSION = 5.0;
  326. VERSIONING_SYSTEM = "apple-generic";
  327. };
  328. name = Release;
  329. };
  330. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  331. isa = XCBuildConfiguration;
  332. buildSettings = {
  333. ALWAYS_SEARCH_USER_PATHS = NO;
  334. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  335. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  336. CLANG_CXX_LIBRARY = "libc++";
  337. CLANG_ENABLE_MODULES = YES;
  338. CLANG_ENABLE_OBJC_ARC = YES;
  339. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  340. CLANG_WARN_BOOL_CONVERSION = YES;
  341. CLANG_WARN_COMMA = YES;
  342. CLANG_WARN_CONSTANT_CONVERSION = YES;
  343. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  344. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  345. CLANG_WARN_EMPTY_BODY = YES;
  346. CLANG_WARN_ENUM_CONVERSION = YES;
  347. CLANG_WARN_INFINITE_RECURSION = YES;
  348. CLANG_WARN_INT_CONVERSION = YES;
  349. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  350. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  351. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  352. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  353. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  354. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  355. CLANG_WARN_STRICT_PROTOTYPES = YES;
  356. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  357. CLANG_WARN_UNREACHABLE_CODE = YES;
  358. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  359. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  360. COPY_PHASE_STRIP = NO;
  361. ENABLE_STRICT_OBJC_MSGSEND = YES;
  362. ENABLE_TESTABILITY = YES;
  363. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  364. GCC_C_LANGUAGE_STANDARD = gnu99;
  365. GCC_DYNAMIC_NO_PIC = NO;
  366. GCC_NO_COMMON_BLOCKS = YES;
  367. GCC_OPTIMIZATION_LEVEL = 0;
  368. GCC_PREPROCESSOR_DEFINITIONS = (
  369. "DEBUG=1",
  370. "$(inherited)",
  371. );
  372. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  373. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  374. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  375. GCC_WARN_UNDECLARED_SELECTOR = YES;
  376. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  377. GCC_WARN_UNUSED_FUNCTION = YES;
  378. GCC_WARN_UNUSED_VARIABLE = YES;
  379. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  380. LD_RUNPATH_SEARCH_PATHS = (
  381. /usr/lib/swift,
  382. "$(inherited)",
  383. );
  384. LIBRARY_SEARCH_PATHS = (
  385. "\"$(SDKROOT)/usr/lib/swift\"",
  386. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  387. "\"$(inherited)\"",
  388. );
  389. MTL_ENABLE_DEBUG_INFO = YES;
  390. ONLY_ACTIVE_ARCH = YES;
  391. OTHER_CPLUSPLUSFLAGS = (
  392. "$(OTHER_CFLAGS)",
  393. "-DFOLLY_NO_CONFIG",
  394. "-DFOLLY_MOBILE=1",
  395. "-DFOLLY_USE_LIBCPP=1",
  396. "-DFOLLY_CFG_NO_COROUTINES=1",
  397. "-DFOLLY_HAVE_CLOCK_GETTIME=1",
  398. );
  399. SDKROOT = iphoneos;
  400. };
  401. name = Debug;
  402. };
  403. 83CBBA211A601CBA00E9B192 /* Release */ = {
  404. isa = XCBuildConfiguration;
  405. buildSettings = {
  406. ALWAYS_SEARCH_USER_PATHS = NO;
  407. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  408. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  409. CLANG_CXX_LIBRARY = "libc++";
  410. CLANG_ENABLE_MODULES = YES;
  411. CLANG_ENABLE_OBJC_ARC = YES;
  412. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  413. CLANG_WARN_BOOL_CONVERSION = YES;
  414. CLANG_WARN_COMMA = YES;
  415. CLANG_WARN_CONSTANT_CONVERSION = YES;
  416. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  417. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  418. CLANG_WARN_EMPTY_BODY = YES;
  419. CLANG_WARN_ENUM_CONVERSION = YES;
  420. CLANG_WARN_INFINITE_RECURSION = YES;
  421. CLANG_WARN_INT_CONVERSION = YES;
  422. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  423. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  424. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  425. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  426. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  427. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  428. CLANG_WARN_STRICT_PROTOTYPES = YES;
  429. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  430. CLANG_WARN_UNREACHABLE_CODE = YES;
  431. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  432. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  433. COPY_PHASE_STRIP = YES;
  434. ENABLE_NS_ASSERTIONS = NO;
  435. ENABLE_STRICT_OBJC_MSGSEND = YES;
  436. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  437. GCC_C_LANGUAGE_STANDARD = gnu99;
  438. GCC_NO_COMMON_BLOCKS = YES;
  439. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  440. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  441. GCC_WARN_UNDECLARED_SELECTOR = YES;
  442. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  443. GCC_WARN_UNUSED_FUNCTION = YES;
  444. GCC_WARN_UNUSED_VARIABLE = YES;
  445. IPHONEOS_DEPLOYMENT_TARGET = 15.1;
  446. LD_RUNPATH_SEARCH_PATHS = (
  447. /usr/lib/swift,
  448. "$(inherited)",
  449. );
  450. LIBRARY_SEARCH_PATHS = (
  451. "\"$(SDKROOT)/usr/lib/swift\"",
  452. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  453. "\"$(inherited)\"",
  454. );
  455. MTL_ENABLE_DEBUG_INFO = NO;
  456. OTHER_CPLUSPLUSFLAGS = (
  457. "$(OTHER_CFLAGS)",
  458. "-DFOLLY_NO_CONFIG",
  459. "-DFOLLY_MOBILE=1",
  460. "-DFOLLY_USE_LIBCPP=1",
  461. "-DFOLLY_CFG_NO_COROUTINES=1",
  462. "-DFOLLY_HAVE_CLOCK_GETTIME=1",
  463. );
  464. SDKROOT = iphoneos;
  465. VALIDATE_PRODUCT = YES;
  466. };
  467. name = Release;
  468. };
  469. /* End XCBuildConfiguration section */
  470. /* Begin XCConfigurationList section */
  471. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "ReactNativeMultip80" */ = {
  472. isa = XCConfigurationList;
  473. buildConfigurations = (
  474. 13B07F941A680F5B00A75B9A /* Debug */,
  475. 13B07F951A680F5B00A75B9A /* Release */,
  476. );
  477. defaultConfigurationIsVisible = 0;
  478. defaultConfigurationName = Release;
  479. };
  480. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "ReactNativeMultip80" */ = {
  481. isa = XCConfigurationList;
  482. buildConfigurations = (
  483. 83CBBA201A601CBA00E9B192 /* Debug */,
  484. 83CBBA211A601CBA00E9B192 /* Release */,
  485. );
  486. defaultConfigurationIsVisible = 0;
  487. defaultConfigurationName = Release;
  488. };
  489. /* End XCConfigurationList section */
  490. };
  491. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  492. }