project.pbxproj 23 KB

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