project.pbxproj 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00E356F31AD99517003FC87E /* NexilisSampleCodeTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* NexilisSampleCodeTests.m */; };
  10. 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
  11. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  12. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  13. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
  14. CDC88DE32C1ADADA00AAD3FD /* CallNative.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDC88DE12C1ADADA00AAD3FD /* CallNative.swift */; };
  15. CDC88DE42C1ADADA00AAD3FD /* CallNative.m in Sources */ = {isa = PBXBuildFile; fileRef = CDC88DE22C1ADADA00AAD3FD /* CallNative.m */; };
  16. E68E22CDE222865676B4BB35 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = CF7026E816C35E7678397550 /* PrivacyInfo.xcprivacy */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  24. remoteInfo = NexilisSampleCode;
  25. };
  26. /* End PBXContainerItemProxy section */
  27. /* Begin PBXFileReference section */
  28. 00E356EE1AD99517003FC87E /* NexilisSampleCodeTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NexilisSampleCodeTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  29. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  30. 00E356F21AD99517003FC87E /* NexilisSampleCodeTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NexilisSampleCodeTests.m; sourceTree = "<group>"; };
  31. 13B07F961A680F5B00A75B9A /* NexilisSampleCode.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NexilisSampleCode.app; sourceTree = BUILT_PRODUCTS_DIR; };
  32. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = NexilisSampleCode/AppDelegate.h; sourceTree = "<group>"; };
  33. 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = NexilisSampleCode/AppDelegate.mm; sourceTree = "<group>"; };
  34. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NexilisSampleCode/Images.xcassets; sourceTree = "<group>"; };
  35. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NexilisSampleCode/Info.plist; sourceTree = "<group>"; };
  36. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = NexilisSampleCode/main.m; sourceTree = "<group>"; };
  37. 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = PrivacyInfo.xcprivacy; path = NexilisSampleCode/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
  38. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = NexilisSampleCode/LaunchScreen.storyboard; sourceTree = "<group>"; };
  39. CDC88DE02C1ADADA00AAD3FD /* NexilisSampleCode-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "NexilisSampleCode-Bridging-Header.h"; sourceTree = "<group>"; };
  40. CDC88DE12C1ADADA00AAD3FD /* CallNative.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CallNative.swift; sourceTree = "<group>"; };
  41. CDC88DE22C1ADADA00AAD3FD /* CallNative.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CallNative.m; sourceTree = "<group>"; };
  42. CF7026E816C35E7678397550 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xml; name = PrivacyInfo.xcprivacy; path = NexilisSampleCode/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
  43. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  44. /* End PBXFileReference section */
  45. /* Begin PBXFrameworksBuildPhase section */
  46. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  47. isa = PBXFrameworksBuildPhase;
  48. buildActionMask = 2147483647;
  49. files = (
  50. );
  51. runOnlyForDeploymentPostprocessing = 0;
  52. };
  53. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  54. isa = PBXFrameworksBuildPhase;
  55. buildActionMask = 2147483647;
  56. files = (
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. /* End PBXFrameworksBuildPhase section */
  61. /* Begin PBXGroup section */
  62. 00E356EF1AD99517003FC87E /* NexilisSampleCodeTests */ = {
  63. isa = PBXGroup;
  64. children = (
  65. 00E356F21AD99517003FC87E /* NexilisSampleCodeTests.m */,
  66. 00E356F01AD99517003FC87E /* Supporting Files */,
  67. );
  68. path = NexilisSampleCodeTests;
  69. sourceTree = "<group>";
  70. };
  71. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  72. isa = PBXGroup;
  73. children = (
  74. 00E356F11AD99517003FC87E /* Info.plist */,
  75. );
  76. name = "Supporting Files";
  77. sourceTree = "<group>";
  78. };
  79. 13B07FAE1A68108700A75B9A /* NexilisSampleCode */ = {
  80. isa = PBXGroup;
  81. children = (
  82. CDC88DE22C1ADADA00AAD3FD /* CallNative.m */,
  83. CDC88DE12C1ADADA00AAD3FD /* CallNative.swift */,
  84. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  85. 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
  86. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  87. 13B07FB61A68108700A75B9A /* Info.plist */,
  88. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
  89. 13B07FB71A68108700A75B9A /* main.m */,
  90. 13B07FB81A68108700A75B9A /* PrivacyInfo.xcprivacy */,
  91. CF7026E816C35E7678397550 /* PrivacyInfo.xcprivacy */,
  92. CDC88DE02C1ADADA00AAD3FD /* NexilisSampleCode-Bridging-Header.h */,
  93. );
  94. name = NexilisSampleCode;
  95. sourceTree = "<group>";
  96. };
  97. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  98. isa = PBXGroup;
  99. children = (
  100. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  101. );
  102. name = Frameworks;
  103. sourceTree = "<group>";
  104. };
  105. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  106. isa = PBXGroup;
  107. children = (
  108. );
  109. name = Libraries;
  110. sourceTree = "<group>";
  111. };
  112. 83CBB9F61A601CBA00E9B192 = {
  113. isa = PBXGroup;
  114. children = (
  115. 13B07FAE1A68108700A75B9A /* NexilisSampleCode */,
  116. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  117. 00E356EF1AD99517003FC87E /* NexilisSampleCodeTests */,
  118. 83CBBA001A601CBA00E9B192 /* Products */,
  119. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  120. BBD78D7AC51CEA395F1C20DB /* Pods */,
  121. );
  122. indentWidth = 2;
  123. sourceTree = "<group>";
  124. tabWidth = 2;
  125. usesTabs = 0;
  126. };
  127. 83CBBA001A601CBA00E9B192 /* Products */ = {
  128. isa = PBXGroup;
  129. children = (
  130. 13B07F961A680F5B00A75B9A /* NexilisSampleCode.app */,
  131. 00E356EE1AD99517003FC87E /* NexilisSampleCodeTests.xctest */,
  132. );
  133. name = Products;
  134. sourceTree = "<group>";
  135. };
  136. BBD78D7AC51CEA395F1C20DB /* Pods */ = {
  137. isa = PBXGroup;
  138. children = (
  139. );
  140. path = Pods;
  141. sourceTree = "<group>";
  142. };
  143. /* End PBXGroup section */
  144. /* Begin PBXNativeTarget section */
  145. 00E356ED1AD99517003FC87E /* NexilisSampleCodeTests */ = {
  146. isa = PBXNativeTarget;
  147. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "NexilisSampleCodeTests" */;
  148. buildPhases = (
  149. 00E356EA1AD99517003FC87E /* Sources */,
  150. 00E356EB1AD99517003FC87E /* Frameworks */,
  151. 00E356EC1AD99517003FC87E /* Resources */,
  152. );
  153. buildRules = (
  154. );
  155. dependencies = (
  156. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  157. );
  158. name = NexilisSampleCodeTests;
  159. productName = NexilisSampleCodeTests;
  160. productReference = 00E356EE1AD99517003FC87E /* NexilisSampleCodeTests.xctest */;
  161. productType = "com.apple.product-type.bundle.unit-test";
  162. };
  163. 13B07F861A680F5B00A75B9A /* NexilisSampleCode */ = {
  164. isa = PBXNativeTarget;
  165. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "NexilisSampleCode" */;
  166. buildPhases = (
  167. 13B07F871A680F5B00A75B9A /* Sources */,
  168. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  169. 13B07F8E1A680F5B00A75B9A /* Resources */,
  170. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  171. );
  172. buildRules = (
  173. );
  174. dependencies = (
  175. );
  176. name = NexilisSampleCode;
  177. productName = NexilisSampleCode;
  178. productReference = 13B07F961A680F5B00A75B9A /* NexilisSampleCode.app */;
  179. productType = "com.apple.product-type.application";
  180. };
  181. /* End PBXNativeTarget section */
  182. /* Begin PBXProject section */
  183. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  184. isa = PBXProject;
  185. attributes = {
  186. LastUpgradeCheck = 1210;
  187. TargetAttributes = {
  188. 00E356ED1AD99517003FC87E = {
  189. CreatedOnToolsVersion = 6.2;
  190. TestTargetID = 13B07F861A680F5B00A75B9A;
  191. };
  192. 13B07F861A680F5B00A75B9A = {
  193. LastSwiftMigration = 1540;
  194. };
  195. };
  196. };
  197. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "NexilisSampleCode" */;
  198. compatibilityVersion = "Xcode 12.0";
  199. developmentRegion = en;
  200. hasScannedForEncodings = 0;
  201. knownRegions = (
  202. en,
  203. Base,
  204. );
  205. mainGroup = 83CBB9F61A601CBA00E9B192;
  206. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  207. projectDirPath = "";
  208. projectRoot = "";
  209. targets = (
  210. 13B07F861A680F5B00A75B9A /* NexilisSampleCode */,
  211. 00E356ED1AD99517003FC87E /* NexilisSampleCodeTests */,
  212. );
  213. };
  214. /* End PBXProject section */
  215. /* Begin PBXResourcesBuildPhase section */
  216. 00E356EC1AD99517003FC87E /* Resources */ = {
  217. isa = PBXResourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  224. isa = PBXResourcesBuildPhase;
  225. buildActionMask = 2147483647;
  226. files = (
  227. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
  228. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  229. E68E22CDE222865676B4BB35 /* PrivacyInfo.xcprivacy in Resources */,
  230. );
  231. runOnlyForDeploymentPostprocessing = 0;
  232. };
  233. /* End PBXResourcesBuildPhase section */
  234. /* Begin PBXShellScriptBuildPhase section */
  235. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  236. isa = PBXShellScriptBuildPhase;
  237. buildActionMask = 2147483647;
  238. files = (
  239. );
  240. inputPaths = (
  241. "$(SRCROOT)/.xcode.env.local",
  242. "$(SRCROOT)/.xcode.env",
  243. );
  244. name = "Bundle React Native code and images";
  245. outputPaths = (
  246. );
  247. runOnlyForDeploymentPostprocessing = 0;
  248. shellPath = /bin/sh;
  249. 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";
  250. };
  251. /* End PBXShellScriptBuildPhase section */
  252. /* Begin PBXSourcesBuildPhase section */
  253. 00E356EA1AD99517003FC87E /* Sources */ = {
  254. isa = PBXSourcesBuildPhase;
  255. buildActionMask = 2147483647;
  256. files = (
  257. 00E356F31AD99517003FC87E /* NexilisSampleCodeTests.m in Sources */,
  258. );
  259. runOnlyForDeploymentPostprocessing = 0;
  260. };
  261. 13B07F871A680F5B00A75B9A /* Sources */ = {
  262. isa = PBXSourcesBuildPhase;
  263. buildActionMask = 2147483647;
  264. files = (
  265. 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
  266. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  267. CDC88DE42C1ADADA00AAD3FD /* CallNative.m in Sources */,
  268. CDC88DE32C1ADADA00AAD3FD /* CallNative.swift in Sources */,
  269. );
  270. runOnlyForDeploymentPostprocessing = 0;
  271. };
  272. /* End PBXSourcesBuildPhase section */
  273. /* Begin PBXTargetDependency section */
  274. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  275. isa = PBXTargetDependency;
  276. target = 13B07F861A680F5B00A75B9A /* NexilisSampleCode */;
  277. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  278. };
  279. /* End PBXTargetDependency section */
  280. /* Begin XCBuildConfiguration section */
  281. 00E356F61AD99517003FC87E /* Debug */ = {
  282. isa = XCBuildConfiguration;
  283. buildSettings = {
  284. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  285. BUNDLE_LOADER = "$(TEST_HOST)";
  286. GCC_PREPROCESSOR_DEFINITIONS = (
  287. "DEBUG=1",
  288. "$(inherited)",
  289. );
  290. INFOPLIST_FILE = NexilisSampleCodeTests/Info.plist;
  291. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  292. LD_RUNPATH_SEARCH_PATHS = (
  293. "$(inherited)",
  294. "@executable_path/Frameworks",
  295. "@loader_path/Frameworks",
  296. );
  297. OTHER_LDFLAGS = (
  298. "-ObjC",
  299. "-lc++",
  300. "$(inherited)",
  301. );
  302. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  303. PRODUCT_NAME = "$(TARGET_NAME)";
  304. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NexilisSampleCode.app/NexilisSampleCode";
  305. };
  306. name = Debug;
  307. };
  308. 00E356F71AD99517003FC87E /* Release */ = {
  309. isa = XCBuildConfiguration;
  310. buildSettings = {
  311. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  312. BUNDLE_LOADER = "$(TEST_HOST)";
  313. COPY_PHASE_STRIP = NO;
  314. INFOPLIST_FILE = NexilisSampleCodeTests/Info.plist;
  315. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  316. LD_RUNPATH_SEARCH_PATHS = (
  317. "$(inherited)",
  318. "@executable_path/Frameworks",
  319. "@loader_path/Frameworks",
  320. );
  321. OTHER_LDFLAGS = (
  322. "-ObjC",
  323. "-lc++",
  324. "$(inherited)",
  325. );
  326. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  327. PRODUCT_NAME = "$(TARGET_NAME)";
  328. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NexilisSampleCode.app/NexilisSampleCode";
  329. };
  330. name = Release;
  331. };
  332. 13B07F941A680F5B00A75B9A /* Debug */ = {
  333. isa = XCBuildConfiguration;
  334. buildSettings = {
  335. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  336. CLANG_ENABLE_MODULES = YES;
  337. CURRENT_PROJECT_VERSION = 1;
  338. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  339. ENABLE_BITCODE = NO;
  340. INFOPLIST_FILE = NexilisSampleCode/Info.plist;
  341. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  342. LD_RUNPATH_SEARCH_PATHS = (
  343. "$(inherited)",
  344. "@executable_path/Frameworks",
  345. );
  346. MARKETING_VERSION = 1.0;
  347. OTHER_LDFLAGS = (
  348. "$(inherited)",
  349. "-ObjC",
  350. "-lc++",
  351. );
  352. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  353. PRODUCT_NAME = NexilisSampleCode;
  354. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  355. SUPPORTS_MACCATALYST = NO;
  356. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  357. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  358. SWIFT_OBJC_BRIDGING_HEADER = "NexilisSampleCode-Bridging-Header.h";
  359. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  360. SWIFT_VERSION = 5.0;
  361. TARGETED_DEVICE_FAMILY = 1;
  362. VERSIONING_SYSTEM = "apple-generic";
  363. };
  364. name = Debug;
  365. };
  366. 13B07F951A680F5B00A75B9A /* Release */ = {
  367. isa = XCBuildConfiguration;
  368. buildSettings = {
  369. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  370. CLANG_ENABLE_MODULES = YES;
  371. CURRENT_PROJECT_VERSION = 1;
  372. DEVELOPMENT_TEAM = FR2C2CZUYZ;
  373. INFOPLIST_FILE = NexilisSampleCode/Info.plist;
  374. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  375. LD_RUNPATH_SEARCH_PATHS = (
  376. "$(inherited)",
  377. "@executable_path/Frameworks",
  378. );
  379. MARKETING_VERSION = 1.0;
  380. OTHER_LDFLAGS = (
  381. "$(inherited)",
  382. "-ObjC",
  383. "-lc++",
  384. );
  385. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  386. PRODUCT_NAME = NexilisSampleCode;
  387. SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
  388. SUPPORTS_MACCATALYST = NO;
  389. SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD = NO;
  390. SUPPORTS_XR_DESIGNED_FOR_IPHONE_IPAD = NO;
  391. SWIFT_OBJC_BRIDGING_HEADER = "NexilisSampleCode-Bridging-Header.h";
  392. SWIFT_VERSION = 5.0;
  393. TARGETED_DEVICE_FAMILY = 1;
  394. VERSIONING_SYSTEM = "apple-generic";
  395. };
  396. name = Release;
  397. };
  398. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  399. isa = XCBuildConfiguration;
  400. buildSettings = {
  401. ALWAYS_SEARCH_USER_PATHS = NO;
  402. CC = "";
  403. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  404. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  405. CLANG_CXX_LIBRARY = "libc++";
  406. CLANG_ENABLE_MODULES = YES;
  407. CLANG_ENABLE_OBJC_ARC = YES;
  408. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  409. CLANG_WARN_BOOL_CONVERSION = YES;
  410. CLANG_WARN_COMMA = YES;
  411. CLANG_WARN_CONSTANT_CONVERSION = YES;
  412. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  413. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  414. CLANG_WARN_EMPTY_BODY = YES;
  415. CLANG_WARN_ENUM_CONVERSION = YES;
  416. CLANG_WARN_INFINITE_RECURSION = YES;
  417. CLANG_WARN_INT_CONVERSION = YES;
  418. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  419. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  420. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  421. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  422. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  423. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  424. CLANG_WARN_STRICT_PROTOTYPES = YES;
  425. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  426. CLANG_WARN_UNREACHABLE_CODE = YES;
  427. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  428. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  429. COPY_PHASE_STRIP = NO;
  430. CXX = "";
  431. ENABLE_STRICT_OBJC_MSGSEND = YES;
  432. ENABLE_TESTABILITY = YES;
  433. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  434. GCC_C_LANGUAGE_STANDARD = gnu99;
  435. GCC_DYNAMIC_NO_PIC = NO;
  436. GCC_NO_COMMON_BLOCKS = YES;
  437. GCC_OPTIMIZATION_LEVEL = 0;
  438. GCC_PREPROCESSOR_DEFINITIONS = (
  439. "DEBUG=1",
  440. "$(inherited)",
  441. );
  442. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  443. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  444. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  445. GCC_WARN_UNDECLARED_SELECTOR = YES;
  446. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  447. GCC_WARN_UNUSED_FUNCTION = YES;
  448. GCC_WARN_UNUSED_VARIABLE = YES;
  449. HEADER_SEARCH_PATHS = (
  450. "$(inherited)",
  451. "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
  452. "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core",
  453. "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers",
  454. "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios",
  455. "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
  456. "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers",
  457. "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
  458. "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
  459. );
  460. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  461. LD = "";
  462. LDPLUSPLUS = "";
  463. LD_RUNPATH_SEARCH_PATHS = (
  464. /usr/lib/swift,
  465. "$(inherited)",
  466. );
  467. LIBRARY_SEARCH_PATHS = (
  468. "\"$(SDKROOT)/usr/lib/swift\"",
  469. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  470. "\"$(inherited)\"",
  471. );
  472. MTL_ENABLE_DEBUG_INFO = YES;
  473. ONLY_ACTIVE_ARCH = YES;
  474. OTHER_CPLUSPLUSFLAGS = (
  475. "$(OTHER_CFLAGS)",
  476. "-DFOLLY_NO_CONFIG",
  477. "-DFOLLY_MOBILE=1",
  478. "-DFOLLY_USE_LIBCPP=1",
  479. "-DFOLLY_CFG_NO_COROUTINES=1",
  480. "-DFOLLY_HAVE_CLOCK_GETTIME=1",
  481. );
  482. OTHER_LDFLAGS = (
  483. "$(inherited)",
  484. " ",
  485. );
  486. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  487. SDKROOT = iphoneos;
  488. USE_HERMES = true;
  489. };
  490. name = Debug;
  491. };
  492. 83CBBA211A601CBA00E9B192 /* Release */ = {
  493. isa = XCBuildConfiguration;
  494. buildSettings = {
  495. ALWAYS_SEARCH_USER_PATHS = NO;
  496. CC = "";
  497. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  498. CLANG_CXX_LANGUAGE_STANDARD = "c++20";
  499. CLANG_CXX_LIBRARY = "libc++";
  500. CLANG_ENABLE_MODULES = YES;
  501. CLANG_ENABLE_OBJC_ARC = YES;
  502. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  503. CLANG_WARN_BOOL_CONVERSION = YES;
  504. CLANG_WARN_COMMA = YES;
  505. CLANG_WARN_CONSTANT_CONVERSION = YES;
  506. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  507. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  508. CLANG_WARN_EMPTY_BODY = YES;
  509. CLANG_WARN_ENUM_CONVERSION = YES;
  510. CLANG_WARN_INFINITE_RECURSION = YES;
  511. CLANG_WARN_INT_CONVERSION = YES;
  512. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  513. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  514. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  515. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  516. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  517. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  518. CLANG_WARN_STRICT_PROTOTYPES = YES;
  519. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  520. CLANG_WARN_UNREACHABLE_CODE = YES;
  521. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  522. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  523. COPY_PHASE_STRIP = YES;
  524. CXX = "";
  525. ENABLE_NS_ASSERTIONS = NO;
  526. ENABLE_STRICT_OBJC_MSGSEND = YES;
  527. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  528. GCC_C_LANGUAGE_STANDARD = gnu99;
  529. GCC_NO_COMMON_BLOCKS = YES;
  530. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  531. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  532. GCC_WARN_UNDECLARED_SELECTOR = YES;
  533. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  534. GCC_WARN_UNUSED_FUNCTION = YES;
  535. GCC_WARN_UNUSED_VARIABLE = YES;
  536. HEADER_SEARCH_PATHS = (
  537. "$(inherited)",
  538. "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers",
  539. "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon/ReactCommon.framework/Headers/react/nativemodule/core",
  540. "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers",
  541. "${PODS_CONFIGURATION_BUILD_DIR}/ReactCommon-Samples/ReactCommon_Samples.framework/Headers/platform/ios",
  542. "${PODS_CONFIGURATION_BUILD_DIR}/React-Fabric/React_Fabric.framework/Headers/react/renderer/components/view/platform/cxx",
  543. "${PODS_CONFIGURATION_BUILD_DIR}/React-NativeModulesApple/React_NativeModulesApple.framework/Headers",
  544. "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers",
  545. "${PODS_CONFIGURATION_BUILD_DIR}/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/platform/ios",
  546. );
  547. IPHONEOS_DEPLOYMENT_TARGET = 13.4;
  548. LD = "";
  549. LDPLUSPLUS = "";
  550. LD_RUNPATH_SEARCH_PATHS = (
  551. /usr/lib/swift,
  552. "$(inherited)",
  553. );
  554. LIBRARY_SEARCH_PATHS = (
  555. "\"$(SDKROOT)/usr/lib/swift\"",
  556. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  557. "\"$(inherited)\"",
  558. );
  559. MTL_ENABLE_DEBUG_INFO = NO;
  560. OTHER_CPLUSPLUSFLAGS = (
  561. "$(OTHER_CFLAGS)",
  562. "-DFOLLY_NO_CONFIG",
  563. "-DFOLLY_MOBILE=1",
  564. "-DFOLLY_USE_LIBCPP=1",
  565. "-DFOLLY_CFG_NO_COROUTINES=1",
  566. "-DFOLLY_HAVE_CLOCK_GETTIME=1",
  567. );
  568. OTHER_LDFLAGS = (
  569. "$(inherited)",
  570. " ",
  571. );
  572. REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
  573. SDKROOT = iphoneos;
  574. USE_HERMES = true;
  575. VALIDATE_PRODUCT = YES;
  576. };
  577. name = Release;
  578. };
  579. /* End XCBuildConfiguration section */
  580. /* Begin XCConfigurationList section */
  581. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "NexilisSampleCodeTests" */ = {
  582. isa = XCConfigurationList;
  583. buildConfigurations = (
  584. 00E356F61AD99517003FC87E /* Debug */,
  585. 00E356F71AD99517003FC87E /* Release */,
  586. );
  587. defaultConfigurationIsVisible = 0;
  588. defaultConfigurationName = Release;
  589. };
  590. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "NexilisSampleCode" */ = {
  591. isa = XCConfigurationList;
  592. buildConfigurations = (
  593. 13B07F941A680F5B00A75B9A /* Debug */,
  594. 13B07F951A680F5B00A75B9A /* Release */,
  595. );
  596. defaultConfigurationIsVisible = 0;
  597. defaultConfigurationName = Release;
  598. };
  599. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "NexilisSampleCode" */ = {
  600. isa = XCConfigurationList;
  601. buildConfigurations = (
  602. 83CBBA201A601CBA00E9B192 /* Debug */,
  603. 83CBBA211A601CBA00E9B192 /* Release */,
  604. );
  605. defaultConfigurationIsVisible = 0;
  606. defaultConfigurationName = Release;
  607. };
  608. /* End XCConfigurationList section */
  609. };
  610. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  611. }