project.pbxproj 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00E356F31AD99517003FC87E /* HelloWorldTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* HelloWorldTests.m */; };
  10. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  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. 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  14. 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  15. 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  16. 2DCD954D1E0B4F2C00145EB5 /* HelloWorldTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* HelloWorldTests.m */; };
  17. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXContainerItemProxy section */
  20. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  21. isa = PBXContainerItemProxy;
  22. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  23. proxyType = 1;
  24. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  25. remoteInfo = HelloWorld;
  26. };
  27. 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
  28. isa = PBXContainerItemProxy;
  29. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  30. proxyType = 1;
  31. remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
  32. remoteInfo = "HelloWorld-tvOS";
  33. };
  34. /* End PBXContainerItemProxy section */
  35. /* Begin PBXFileReference section */
  36. 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
  37. 00E356EE1AD99517003FC87E /* HelloWorldTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = HelloWorldTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  38. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  39. 00E356F21AD99517003FC87E /* HelloWorldTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = HelloWorldTests.m; sourceTree = "<group>"; };
  40. 13B07F961A680F5B00A75B9A /* HelloWorld.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = HelloWorld.app; sourceTree = BUILT_PRODUCTS_DIR; };
  41. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = HelloWorld/AppDelegate.h; sourceTree = "<group>"; };
  42. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = HelloWorld/AppDelegate.m; sourceTree = "<group>"; };
  43. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = HelloWorld/Images.xcassets; sourceTree = "<group>"; };
  44. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = HelloWorld/Info.plist; sourceTree = "<group>"; };
  45. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = HelloWorld/main.m; sourceTree = "<group>"; };
  46. 2D02E47B1E0B4A5D006451C7 /* HelloWorld-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "HelloWorld-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  47. 2D02E4901E0B4A5D006451C7 /* HelloWorld-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "HelloWorld-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  48. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = HelloWorld/LaunchScreen.storyboard; sourceTree = "<group>"; };
  49. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  50. ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
  51. /* End PBXFileReference section */
  52. /* Begin PBXFrameworksBuildPhase section */
  53. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  54. isa = PBXFrameworksBuildPhase;
  55. buildActionMask = 2147483647;
  56. files = (
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  61. isa = PBXFrameworksBuildPhase;
  62. buildActionMask = 2147483647;
  63. files = (
  64. );
  65. runOnlyForDeploymentPostprocessing = 0;
  66. };
  67. 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
  68. isa = PBXFrameworksBuildPhase;
  69. buildActionMask = 2147483647;
  70. files = (
  71. );
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
  75. isa = PBXFrameworksBuildPhase;
  76. buildActionMask = 2147483647;
  77. files = (
  78. );
  79. runOnlyForDeploymentPostprocessing = 0;
  80. };
  81. /* End PBXFrameworksBuildPhase section */
  82. /* Begin PBXGroup section */
  83. 00E356EF1AD99517003FC87E /* HelloWorldTests */ = {
  84. isa = PBXGroup;
  85. children = (
  86. 00E356F21AD99517003FC87E /* HelloWorldTests.m */,
  87. 00E356F01AD99517003FC87E /* Supporting Files */,
  88. );
  89. path = HelloWorldTests;
  90. sourceTree = "<group>";
  91. };
  92. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  93. isa = PBXGroup;
  94. children = (
  95. 00E356F11AD99517003FC87E /* Info.plist */,
  96. );
  97. name = "Supporting Files";
  98. sourceTree = "<group>";
  99. };
  100. 13B07FAE1A68108700A75B9A /* HelloWorld */ = {
  101. isa = PBXGroup;
  102. children = (
  103. 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
  104. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  105. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  106. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  107. 13B07FB61A68108700A75B9A /* Info.plist */,
  108. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
  109. 13B07FB71A68108700A75B9A /* main.m */,
  110. );
  111. name = HelloWorld;
  112. sourceTree = "<group>";
  113. };
  114. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  115. isa = PBXGroup;
  116. children = (
  117. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  118. ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
  119. );
  120. name = Frameworks;
  121. sourceTree = "<group>";
  122. };
  123. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  124. isa = PBXGroup;
  125. children = (
  126. );
  127. name = Libraries;
  128. sourceTree = "<group>";
  129. };
  130. 83CBB9F61A601CBA00E9B192 = {
  131. isa = PBXGroup;
  132. children = (
  133. 13B07FAE1A68108700A75B9A /* HelloWorld */,
  134. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  135. 00E356EF1AD99517003FC87E /* HelloWorldTests */,
  136. 83CBBA001A601CBA00E9B192 /* Products */,
  137. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  138. );
  139. indentWidth = 2;
  140. sourceTree = "<group>";
  141. tabWidth = 2;
  142. usesTabs = 0;
  143. };
  144. 83CBBA001A601CBA00E9B192 /* Products */ = {
  145. isa = PBXGroup;
  146. children = (
  147. 13B07F961A680F5B00A75B9A /* HelloWorld.app */,
  148. 00E356EE1AD99517003FC87E /* HelloWorldTests.xctest */,
  149. 2D02E47B1E0B4A5D006451C7 /* HelloWorld-tvOS.app */,
  150. 2D02E4901E0B4A5D006451C7 /* HelloWorld-tvOSTests.xctest */,
  151. );
  152. name = Products;
  153. sourceTree = "<group>";
  154. };
  155. /* End PBXGroup section */
  156. /* Begin PBXNativeTarget section */
  157. 00E356ED1AD99517003FC87E /* HelloWorldTests */ = {
  158. isa = PBXNativeTarget;
  159. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HelloWorldTests" */;
  160. buildPhases = (
  161. 00E356EA1AD99517003FC87E /* Sources */,
  162. 00E356EB1AD99517003FC87E /* Frameworks */,
  163. 00E356EC1AD99517003FC87E /* Resources */,
  164. );
  165. buildRules = (
  166. );
  167. dependencies = (
  168. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  169. );
  170. name = HelloWorldTests;
  171. productName = HelloWorldTests;
  172. productReference = 00E356EE1AD99517003FC87E /* HelloWorldTests.xctest */;
  173. productType = "com.apple.product-type.bundle.unit-test";
  174. };
  175. 13B07F861A680F5B00A75B9A /* HelloWorld */ = {
  176. isa = PBXNativeTarget;
  177. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HelloWorld" */;
  178. buildPhases = (
  179. FD10A7F022414F080027D42C /* Start Packager */,
  180. 13B07F871A680F5B00A75B9A /* Sources */,
  181. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  182. 13B07F8E1A680F5B00A75B9A /* Resources */,
  183. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  184. );
  185. buildRules = (
  186. );
  187. dependencies = (
  188. );
  189. name = HelloWorld;
  190. productName = HelloWorld;
  191. productReference = 13B07F961A680F5B00A75B9A /* HelloWorld.app */;
  192. productType = "com.apple.product-type.application";
  193. };
  194. 2D02E47A1E0B4A5D006451C7 /* HelloWorld-tvOS */ = {
  195. isa = PBXNativeTarget;
  196. buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HelloWorld-tvOS" */;
  197. buildPhases = (
  198. FD10A7F122414F3F0027D42C /* Start Packager */,
  199. 2D02E4771E0B4A5D006451C7 /* Sources */,
  200. 2D02E4781E0B4A5D006451C7 /* Frameworks */,
  201. 2D02E4791E0B4A5D006451C7 /* Resources */,
  202. 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
  203. );
  204. buildRules = (
  205. );
  206. dependencies = (
  207. );
  208. name = "HelloWorld-tvOS";
  209. productName = "HelloWorld-tvOS";
  210. productReference = 2D02E47B1E0B4A5D006451C7 /* HelloWorld-tvOS.app */;
  211. productType = "com.apple.product-type.application";
  212. };
  213. 2D02E48F1E0B4A5D006451C7 /* HelloWorld-tvOSTests */ = {
  214. isa = PBXNativeTarget;
  215. buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HelloWorld-tvOSTests" */;
  216. buildPhases = (
  217. 2D02E48C1E0B4A5D006451C7 /* Sources */,
  218. 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
  219. 2D02E48E1E0B4A5D006451C7 /* Resources */,
  220. );
  221. buildRules = (
  222. );
  223. dependencies = (
  224. 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
  225. );
  226. name = "HelloWorld-tvOSTests";
  227. productName = "HelloWorld-tvOSTests";
  228. productReference = 2D02E4901E0B4A5D006451C7 /* HelloWorld-tvOSTests.xctest */;
  229. productType = "com.apple.product-type.bundle.unit-test";
  230. };
  231. /* End PBXNativeTarget section */
  232. /* Begin PBXProject section */
  233. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  234. isa = PBXProject;
  235. attributes = {
  236. LastUpgradeCheck = 1130;
  237. TargetAttributes = {
  238. 00E356ED1AD99517003FC87E = {
  239. CreatedOnToolsVersion = 6.2;
  240. TestTargetID = 13B07F861A680F5B00A75B9A;
  241. };
  242. 13B07F861A680F5B00A75B9A = {
  243. LastSwiftMigration = 1120;
  244. };
  245. 2D02E47A1E0B4A5D006451C7 = {
  246. CreatedOnToolsVersion = 8.2.1;
  247. ProvisioningStyle = Automatic;
  248. };
  249. 2D02E48F1E0B4A5D006451C7 = {
  250. CreatedOnToolsVersion = 8.2.1;
  251. ProvisioningStyle = Automatic;
  252. TestTargetID = 2D02E47A1E0B4A5D006451C7;
  253. };
  254. };
  255. };
  256. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HelloWorld" */;
  257. compatibilityVersion = "Xcode 3.2";
  258. developmentRegion = en;
  259. hasScannedForEncodings = 0;
  260. knownRegions = (
  261. en,
  262. Base,
  263. );
  264. mainGroup = 83CBB9F61A601CBA00E9B192;
  265. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  266. projectDirPath = "";
  267. projectRoot = "";
  268. targets = (
  269. 13B07F861A680F5B00A75B9A /* HelloWorld */,
  270. 00E356ED1AD99517003FC87E /* HelloWorldTests */,
  271. 2D02E47A1E0B4A5D006451C7 /* HelloWorld-tvOS */,
  272. 2D02E48F1E0B4A5D006451C7 /* HelloWorld-tvOSTests */,
  273. );
  274. };
  275. /* End PBXProject section */
  276. /* Begin PBXResourcesBuildPhase section */
  277. 00E356EC1AD99517003FC87E /* Resources */ = {
  278. isa = PBXResourcesBuildPhase;
  279. buildActionMask = 2147483647;
  280. files = (
  281. );
  282. runOnlyForDeploymentPostprocessing = 0;
  283. };
  284. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  285. isa = PBXResourcesBuildPhase;
  286. buildActionMask = 2147483647;
  287. files = (
  288. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
  289. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  290. );
  291. runOnlyForDeploymentPostprocessing = 0;
  292. };
  293. 2D02E4791E0B4A5D006451C7 /* Resources */ = {
  294. isa = PBXResourcesBuildPhase;
  295. buildActionMask = 2147483647;
  296. files = (
  297. 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
  298. );
  299. runOnlyForDeploymentPostprocessing = 0;
  300. };
  301. 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
  302. isa = PBXResourcesBuildPhase;
  303. buildActionMask = 2147483647;
  304. files = (
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. /* End PBXResourcesBuildPhase section */
  309. /* Begin PBXShellScriptBuildPhase section */
  310. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  311. isa = PBXShellScriptBuildPhase;
  312. buildActionMask = 2147483647;
  313. files = (
  314. );
  315. inputPaths = (
  316. );
  317. name = "Bundle React Native code and images";
  318. outputPaths = (
  319. );
  320. runOnlyForDeploymentPostprocessing = 0;
  321. shellPath = /bin/sh;
  322. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
  323. };
  324. 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
  325. isa = PBXShellScriptBuildPhase;
  326. buildActionMask = 2147483647;
  327. files = (
  328. );
  329. inputPaths = (
  330. );
  331. name = "Bundle React Native Code And Images";
  332. outputPaths = (
  333. );
  334. runOnlyForDeploymentPostprocessing = 0;
  335. shellPath = /bin/sh;
  336. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
  337. };
  338. FD10A7F022414F080027D42C /* Start Packager */ = {
  339. isa = PBXShellScriptBuildPhase;
  340. buildActionMask = 2147483647;
  341. files = (
  342. );
  343. inputFileListPaths = (
  344. );
  345. inputPaths = (
  346. );
  347. name = "Start Packager";
  348. outputFileListPaths = (
  349. );
  350. outputPaths = (
  351. );
  352. runOnlyForDeploymentPostprocessing = 0;
  353. shellPath = /bin/sh;
  354. 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";
  355. showEnvVarsInLog = 0;
  356. };
  357. FD10A7F122414F3F0027D42C /* Start Packager */ = {
  358. isa = PBXShellScriptBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. );
  362. inputFileListPaths = (
  363. );
  364. inputPaths = (
  365. );
  366. name = "Start Packager";
  367. outputFileListPaths = (
  368. );
  369. outputPaths = (
  370. );
  371. runOnlyForDeploymentPostprocessing = 0;
  372. shellPath = /bin/sh;
  373. 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";
  374. showEnvVarsInLog = 0;
  375. };
  376. /* End PBXShellScriptBuildPhase section */
  377. /* Begin PBXSourcesBuildPhase section */
  378. 00E356EA1AD99517003FC87E /* Sources */ = {
  379. isa = PBXSourcesBuildPhase;
  380. buildActionMask = 2147483647;
  381. files = (
  382. 00E356F31AD99517003FC87E /* HelloWorldTests.m in Sources */,
  383. );
  384. runOnlyForDeploymentPostprocessing = 0;
  385. };
  386. 13B07F871A680F5B00A75B9A /* Sources */ = {
  387. isa = PBXSourcesBuildPhase;
  388. buildActionMask = 2147483647;
  389. files = (
  390. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  391. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  392. );
  393. runOnlyForDeploymentPostprocessing = 0;
  394. };
  395. 2D02E4771E0B4A5D006451C7 /* Sources */ = {
  396. isa = PBXSourcesBuildPhase;
  397. buildActionMask = 2147483647;
  398. files = (
  399. 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
  400. 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
  401. );
  402. runOnlyForDeploymentPostprocessing = 0;
  403. };
  404. 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
  405. isa = PBXSourcesBuildPhase;
  406. buildActionMask = 2147483647;
  407. files = (
  408. 2DCD954D1E0B4F2C00145EB5 /* HelloWorldTests.m in Sources */,
  409. );
  410. runOnlyForDeploymentPostprocessing = 0;
  411. };
  412. /* End PBXSourcesBuildPhase section */
  413. /* Begin PBXTargetDependency section */
  414. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  415. isa = PBXTargetDependency;
  416. target = 13B07F861A680F5B00A75B9A /* HelloWorld */;
  417. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  418. };
  419. 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
  420. isa = PBXTargetDependency;
  421. target = 2D02E47A1E0B4A5D006451C7 /* HelloWorld-tvOS */;
  422. targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
  423. };
  424. /* End PBXTargetDependency section */
  425. /* Begin XCBuildConfiguration section */
  426. 00E356F61AD99517003FC87E /* Debug */ = {
  427. isa = XCBuildConfiguration;
  428. buildSettings = {
  429. BUNDLE_LOADER = "$(TEST_HOST)";
  430. GCC_PREPROCESSOR_DEFINITIONS = (
  431. "DEBUG=1",
  432. "$(inherited)",
  433. );
  434. INFOPLIST_FILE = HelloWorldTests/Info.plist;
  435. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  436. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  437. OTHER_LDFLAGS = (
  438. "-ObjC",
  439. "-lc++",
  440. "$(inherited)",
  441. );
  442. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  443. PRODUCT_NAME = "$(TARGET_NAME)";
  444. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HelloWorld.app/HelloWorld";
  445. };
  446. name = Debug;
  447. };
  448. 00E356F71AD99517003FC87E /* Release */ = {
  449. isa = XCBuildConfiguration;
  450. buildSettings = {
  451. BUNDLE_LOADER = "$(TEST_HOST)";
  452. COPY_PHASE_STRIP = NO;
  453. INFOPLIST_FILE = HelloWorldTests/Info.plist;
  454. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  455. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  456. OTHER_LDFLAGS = (
  457. "-ObjC",
  458. "-lc++",
  459. "$(inherited)",
  460. );
  461. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  462. PRODUCT_NAME = "$(TARGET_NAME)";
  463. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HelloWorld.app/HelloWorld";
  464. };
  465. name = Release;
  466. };
  467. 13B07F941A680F5B00A75B9A /* Debug */ = {
  468. isa = XCBuildConfiguration;
  469. buildSettings = {
  470. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  471. CLANG_ENABLE_MODULES = YES;
  472. CURRENT_PROJECT_VERSION = 1;
  473. ENABLE_BITCODE = NO;
  474. INFOPLIST_FILE = HelloWorld/Info.plist;
  475. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  476. OTHER_LDFLAGS = (
  477. "$(inherited)",
  478. "-ObjC",
  479. "-lc++",
  480. );
  481. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  482. PRODUCT_NAME = HelloWorld;
  483. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  484. SWIFT_VERSION = 5.0;
  485. VERSIONING_SYSTEM = "apple-generic";
  486. };
  487. name = Debug;
  488. };
  489. 13B07F951A680F5B00A75B9A /* Release */ = {
  490. isa = XCBuildConfiguration;
  491. buildSettings = {
  492. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  493. CLANG_ENABLE_MODULES = YES;
  494. CURRENT_PROJECT_VERSION = 1;
  495. INFOPLIST_FILE = HelloWorld/Info.plist;
  496. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  497. OTHER_LDFLAGS = (
  498. "$(inherited)",
  499. "-ObjC",
  500. "-lc++",
  501. );
  502. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  503. PRODUCT_NAME = HelloWorld;
  504. SWIFT_VERSION = 5.0;
  505. VERSIONING_SYSTEM = "apple-generic";
  506. };
  507. name = Release;
  508. };
  509. 2D02E4971E0B4A5E006451C7 /* Debug */ = {
  510. isa = XCBuildConfiguration;
  511. buildSettings = {
  512. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  513. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  514. CLANG_ANALYZER_NONNULL = YES;
  515. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  516. CLANG_WARN_INFINITE_RECURSION = YES;
  517. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  518. DEBUG_INFORMATION_FORMAT = dwarf;
  519. ENABLE_TESTABILITY = YES;
  520. GCC_NO_COMMON_BLOCKS = YES;
  521. INFOPLIST_FILE = "HelloWorld-tvOS/Info.plist";
  522. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  523. OTHER_LDFLAGS = (
  524. "$(inherited)",
  525. "-ObjC",
  526. "-lc++",
  527. );
  528. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.HelloWorld-tvOS";
  529. PRODUCT_NAME = "$(TARGET_NAME)";
  530. SDKROOT = appletvos;
  531. TARGETED_DEVICE_FAMILY = 3;
  532. TVOS_DEPLOYMENT_TARGET = 10.0;
  533. };
  534. name = Debug;
  535. };
  536. 2D02E4981E0B4A5E006451C7 /* Release */ = {
  537. isa = XCBuildConfiguration;
  538. buildSettings = {
  539. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  540. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  541. CLANG_ANALYZER_NONNULL = YES;
  542. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  543. CLANG_WARN_INFINITE_RECURSION = YES;
  544. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  545. COPY_PHASE_STRIP = NO;
  546. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  547. GCC_NO_COMMON_BLOCKS = YES;
  548. INFOPLIST_FILE = "HelloWorld-tvOS/Info.plist";
  549. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  550. OTHER_LDFLAGS = (
  551. "$(inherited)",
  552. "-ObjC",
  553. "-lc++",
  554. );
  555. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.HelloWorld-tvOS";
  556. PRODUCT_NAME = "$(TARGET_NAME)";
  557. SDKROOT = appletvos;
  558. TARGETED_DEVICE_FAMILY = 3;
  559. TVOS_DEPLOYMENT_TARGET = 10.0;
  560. };
  561. name = Release;
  562. };
  563. 2D02E4991E0B4A5E006451C7 /* Debug */ = {
  564. isa = XCBuildConfiguration;
  565. buildSettings = {
  566. BUNDLE_LOADER = "$(TEST_HOST)";
  567. CLANG_ANALYZER_NONNULL = YES;
  568. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  569. CLANG_WARN_INFINITE_RECURSION = YES;
  570. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  571. DEBUG_INFORMATION_FORMAT = dwarf;
  572. ENABLE_TESTABILITY = YES;
  573. GCC_NO_COMMON_BLOCKS = YES;
  574. INFOPLIST_FILE = "HelloWorld-tvOSTests/Info.plist";
  575. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  576. OTHER_LDFLAGS = (
  577. "$(inherited)",
  578. "-ObjC",
  579. "-lc++",
  580. );
  581. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.HelloWorld-tvOSTests";
  582. PRODUCT_NAME = "$(TARGET_NAME)";
  583. SDKROOT = appletvos;
  584. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HelloWorld-tvOS.app/HelloWorld-tvOS";
  585. TVOS_DEPLOYMENT_TARGET = 10.1;
  586. };
  587. name = Debug;
  588. };
  589. 2D02E49A1E0B4A5E006451C7 /* Release */ = {
  590. isa = XCBuildConfiguration;
  591. buildSettings = {
  592. BUNDLE_LOADER = "$(TEST_HOST)";
  593. CLANG_ANALYZER_NONNULL = YES;
  594. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  595. CLANG_WARN_INFINITE_RECURSION = YES;
  596. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  597. COPY_PHASE_STRIP = NO;
  598. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  599. GCC_NO_COMMON_BLOCKS = YES;
  600. INFOPLIST_FILE = "HelloWorld-tvOSTests/Info.plist";
  601. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  602. OTHER_LDFLAGS = (
  603. "$(inherited)",
  604. "-ObjC",
  605. "-lc++",
  606. );
  607. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.HelloWorld-tvOSTests";
  608. PRODUCT_NAME = "$(TARGET_NAME)";
  609. SDKROOT = appletvos;
  610. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/HelloWorld-tvOS.app/HelloWorld-tvOS";
  611. TVOS_DEPLOYMENT_TARGET = 10.1;
  612. };
  613. name = Release;
  614. };
  615. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  616. isa = XCBuildConfiguration;
  617. buildSettings = {
  618. ALWAYS_SEARCH_USER_PATHS = NO;
  619. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  620. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  621. CLANG_CXX_LIBRARY = "libc++";
  622. CLANG_ENABLE_MODULES = YES;
  623. CLANG_ENABLE_OBJC_ARC = YES;
  624. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  625. CLANG_WARN_BOOL_CONVERSION = YES;
  626. CLANG_WARN_COMMA = YES;
  627. CLANG_WARN_CONSTANT_CONVERSION = YES;
  628. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  629. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  630. CLANG_WARN_EMPTY_BODY = YES;
  631. CLANG_WARN_ENUM_CONVERSION = YES;
  632. CLANG_WARN_INFINITE_RECURSION = YES;
  633. CLANG_WARN_INT_CONVERSION = YES;
  634. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  635. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  636. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  637. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  638. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  639. CLANG_WARN_STRICT_PROTOTYPES = YES;
  640. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  641. CLANG_WARN_UNREACHABLE_CODE = YES;
  642. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  643. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  644. COPY_PHASE_STRIP = NO;
  645. ENABLE_STRICT_OBJC_MSGSEND = YES;
  646. ENABLE_TESTABILITY = YES;
  647. GCC_C_LANGUAGE_STANDARD = gnu99;
  648. GCC_DYNAMIC_NO_PIC = NO;
  649. GCC_NO_COMMON_BLOCKS = YES;
  650. GCC_OPTIMIZATION_LEVEL = 0;
  651. GCC_PREPROCESSOR_DEFINITIONS = (
  652. "DEBUG=1",
  653. "$(inherited)",
  654. );
  655. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  656. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  657. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  658. GCC_WARN_UNDECLARED_SELECTOR = YES;
  659. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  660. GCC_WARN_UNUSED_FUNCTION = YES;
  661. GCC_WARN_UNUSED_VARIABLE = YES;
  662. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  663. LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
  664. LIBRARY_SEARCH_PATHS = (
  665. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  666. "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
  667. "\"$(inherited)\"",
  668. );
  669. MTL_ENABLE_DEBUG_INFO = YES;
  670. ONLY_ACTIVE_ARCH = YES;
  671. SDKROOT = iphoneos;
  672. };
  673. name = Debug;
  674. };
  675. 83CBBA211A601CBA00E9B192 /* Release */ = {
  676. isa = XCBuildConfiguration;
  677. buildSettings = {
  678. ALWAYS_SEARCH_USER_PATHS = NO;
  679. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  680. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  681. CLANG_CXX_LIBRARY = "libc++";
  682. CLANG_ENABLE_MODULES = YES;
  683. CLANG_ENABLE_OBJC_ARC = YES;
  684. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  685. CLANG_WARN_BOOL_CONVERSION = YES;
  686. CLANG_WARN_COMMA = YES;
  687. CLANG_WARN_CONSTANT_CONVERSION = YES;
  688. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  689. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  690. CLANG_WARN_EMPTY_BODY = YES;
  691. CLANG_WARN_ENUM_CONVERSION = YES;
  692. CLANG_WARN_INFINITE_RECURSION = YES;
  693. CLANG_WARN_INT_CONVERSION = YES;
  694. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  695. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  696. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  697. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  698. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  699. CLANG_WARN_STRICT_PROTOTYPES = YES;
  700. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  701. CLANG_WARN_UNREACHABLE_CODE = YES;
  702. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  703. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  704. COPY_PHASE_STRIP = YES;
  705. ENABLE_NS_ASSERTIONS = NO;
  706. ENABLE_STRICT_OBJC_MSGSEND = YES;
  707. GCC_C_LANGUAGE_STANDARD = gnu99;
  708. GCC_NO_COMMON_BLOCKS = YES;
  709. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  710. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  711. GCC_WARN_UNDECLARED_SELECTOR = YES;
  712. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  713. GCC_WARN_UNUSED_FUNCTION = YES;
  714. GCC_WARN_UNUSED_VARIABLE = YES;
  715. IPHONEOS_DEPLOYMENT_TARGET = 10.0;
  716. LD_RUNPATH_SEARCH_PATHS = "/usr/lib/swift $(inherited)";
  717. LIBRARY_SEARCH_PATHS = (
  718. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  719. "\"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/$(PLATFORM_NAME)\"",
  720. "\"$(inherited)\"",
  721. );
  722. MTL_ENABLE_DEBUG_INFO = NO;
  723. SDKROOT = iphoneos;
  724. VALIDATE_PRODUCT = YES;
  725. };
  726. name = Release;
  727. };
  728. /* End XCBuildConfiguration section */
  729. /* Begin XCConfigurationList section */
  730. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "HelloWorldTests" */ = {
  731. isa = XCConfigurationList;
  732. buildConfigurations = (
  733. 00E356F61AD99517003FC87E /* Debug */,
  734. 00E356F71AD99517003FC87E /* Release */,
  735. );
  736. defaultConfigurationIsVisible = 0;
  737. defaultConfigurationName = Release;
  738. };
  739. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "HelloWorld" */ = {
  740. isa = XCConfigurationList;
  741. buildConfigurations = (
  742. 13B07F941A680F5B00A75B9A /* Debug */,
  743. 13B07F951A680F5B00A75B9A /* Release */,
  744. );
  745. defaultConfigurationIsVisible = 0;
  746. defaultConfigurationName = Release;
  747. };
  748. 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HelloWorld-tvOS" */ = {
  749. isa = XCConfigurationList;
  750. buildConfigurations = (
  751. 2D02E4971E0B4A5E006451C7 /* Debug */,
  752. 2D02E4981E0B4A5E006451C7 /* Release */,
  753. );
  754. defaultConfigurationIsVisible = 0;
  755. defaultConfigurationName = Release;
  756. };
  757. 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "HelloWorld-tvOSTests" */ = {
  758. isa = XCConfigurationList;
  759. buildConfigurations = (
  760. 2D02E4991E0B4A5E006451C7 /* Debug */,
  761. 2D02E49A1E0B4A5E006451C7 /* Release */,
  762. );
  763. defaultConfigurationIsVisible = 0;
  764. defaultConfigurationName = Release;
  765. };
  766. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "HelloWorld" */ = {
  767. isa = XCConfigurationList;
  768. buildConfigurations = (
  769. 83CBBA201A601CBA00E9B192 /* Debug */,
  770. 83CBBA211A601CBA00E9B192 /* Release */,
  771. );
  772. defaultConfigurationIsVisible = 0;
  773. defaultConfigurationName = Release;
  774. };
  775. /* End XCConfigurationList section */
  776. };
  777. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  778. }