react-native-navigation的迁移库

project.pbxproj 40KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
  10. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
  11. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
  12. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
  13. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
  14. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
  15. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
  16. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
  17. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  18. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  19. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  20. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  21. 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
  22. 26070FD01E4B8B9D003EC8B9 /* RNNControllerFactoryTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 26070FCF1E4B8B9D003EC8B9 /* RNNControllerFactoryTest.m */; };
  23. 2647D65F1DB175C200B23722 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */; };
  24. 268692851E50572700E2C612 /* RNNStoreTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 268692841E50572700E2C612 /* RNNStoreTest.m */; };
  25. 7B9B39861DEB4091004A6281 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B9B39631DEB4076004A6281 /* libRCTAnimation.a */; };
  26. 7BD721FF1E2E421E00724059 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */; };
  27. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
  28. /* End PBXBuildFile section */
  29. /* Begin PBXContainerItemProxy section */
  30. 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  33. proxyType = 2;
  34. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  35. remoteInfo = RCTActionSheet;
  36. };
  37. 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  40. proxyType = 2;
  41. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  42. remoteInfo = RCTGeolocation;
  43. };
  44. 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  47. proxyType = 2;
  48. remoteGlobalIDString = 58B5115D1A9E6B3D00147676;
  49. remoteInfo = RCTImage;
  50. };
  51. 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  54. proxyType = 2;
  55. remoteGlobalIDString = 58B511DB1A9E6C8500147676;
  56. remoteInfo = RCTNetwork;
  57. };
  58. 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  61. proxyType = 2;
  62. remoteGlobalIDString = 832C81801AAF6DEF007FA2F7;
  63. remoteInfo = RCTVibration;
  64. };
  65. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  66. isa = PBXContainerItemProxy;
  67. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  68. proxyType = 1;
  69. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  70. remoteInfo = example;
  71. };
  72. 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
  73. isa = PBXContainerItemProxy;
  74. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  75. proxyType = 2;
  76. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  77. remoteInfo = RCTSettings;
  78. };
  79. 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = {
  80. isa = PBXContainerItemProxy;
  81. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  82. proxyType = 2;
  83. remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
  84. remoteInfo = RCTWebSocket;
  85. };
  86. 146834031AC3E56700842450 /* PBXContainerItemProxy */ = {
  87. isa = PBXContainerItemProxy;
  88. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  89. proxyType = 2;
  90. remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
  91. remoteInfo = React;
  92. };
  93. 2647D65D1DB175B300B23722 /* PBXContainerItemProxy */ = {
  94. isa = PBXContainerItemProxy;
  95. containerPortal = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
  96. proxyType = 2;
  97. remoteGlobalIDString = D8AFADBD1BEE6F3F00A4592D;
  98. remoteInfo = ReactNativeNavigation;
  99. };
  100. 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
  101. isa = PBXContainerItemProxy;
  102. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  103. proxyType = 2;
  104. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  105. remoteInfo = RCTLinking;
  106. };
  107. 7B1126BE1E2D2CE900F9B03B /* PBXContainerItemProxy */ = {
  108. isa = PBXContainerItemProxy;
  109. containerPortal = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
  110. proxyType = 1;
  111. remoteGlobalIDString = D8AFADBC1BEE6F3F00A4592D;
  112. remoteInfo = ReactNativeNavigation;
  113. };
  114. 7B9B39621DEB4076004A6281 /* PBXContainerItemProxy */ = {
  115. isa = PBXContainerItemProxy;
  116. containerPortal = 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */;
  117. proxyType = 2;
  118. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  119. remoteInfo = RCTAnimation;
  120. };
  121. 7B9B39641DEB4076004A6281 /* PBXContainerItemProxy */ = {
  122. isa = PBXContainerItemProxy;
  123. containerPortal = 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */;
  124. proxyType = 2;
  125. remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
  126. remoteInfo = "RCTAnimation-tvOS";
  127. };
  128. 7B9B39691DEB4076004A6281 /* PBXContainerItemProxy */ = {
  129. isa = PBXContainerItemProxy;
  130. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  131. proxyType = 2;
  132. remoteGlobalIDString = 2D2A283A1D9B042B00D4039D;
  133. remoteInfo = "RCTImage-tvOS";
  134. };
  135. 7B9B396D1DEB4076004A6281 /* PBXContainerItemProxy */ = {
  136. isa = PBXContainerItemProxy;
  137. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  138. proxyType = 2;
  139. remoteGlobalIDString = 2D2A28471D9B043800D4039D;
  140. remoteInfo = "RCTLinking-tvOS";
  141. };
  142. 7B9B39711DEB4076004A6281 /* PBXContainerItemProxy */ = {
  143. isa = PBXContainerItemProxy;
  144. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  145. proxyType = 2;
  146. remoteGlobalIDString = 2D2A28541D9B044C00D4039D;
  147. remoteInfo = "RCTNetwork-tvOS";
  148. };
  149. 7B9B39751DEB4076004A6281 /* PBXContainerItemProxy */ = {
  150. isa = PBXContainerItemProxy;
  151. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  152. proxyType = 2;
  153. remoteGlobalIDString = 2D2A28611D9B046600D4039D;
  154. remoteInfo = "RCTSettings-tvOS";
  155. };
  156. 7B9B39791DEB4076004A6281 /* PBXContainerItemProxy */ = {
  157. isa = PBXContainerItemProxy;
  158. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  159. proxyType = 2;
  160. remoteGlobalIDString = 2D2A287B1D9B048500D4039D;
  161. remoteInfo = "RCTText-tvOS";
  162. };
  163. 7B9B397E1DEB4076004A6281 /* PBXContainerItemProxy */ = {
  164. isa = PBXContainerItemProxy;
  165. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  166. proxyType = 2;
  167. remoteGlobalIDString = 2D2A28881D9B049200D4039D;
  168. remoteInfo = "RCTWebSocket-tvOS";
  169. };
  170. 7B9B39821DEB4076004A6281 /* PBXContainerItemProxy */ = {
  171. isa = PBXContainerItemProxy;
  172. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  173. proxyType = 2;
  174. remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
  175. remoteInfo = "React-tvOS";
  176. };
  177. 7BD721FD1E2E420400724059 /* PBXContainerItemProxy */ = {
  178. isa = PBXContainerItemProxy;
  179. containerPortal = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
  180. proxyType = 1;
  181. remoteGlobalIDString = D8AFADBC1BEE6F3F00A4592D;
  182. remoteInfo = ReactNativeNavigation;
  183. };
  184. 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
  185. isa = PBXContainerItemProxy;
  186. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  187. proxyType = 2;
  188. remoteGlobalIDString = 58B5119B1A9E6C1200147676;
  189. remoteInfo = RCTText;
  190. };
  191. /* End PBXContainerItemProxy section */
  192. /* Begin PBXFileReference section */
  193. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
  194. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
  195. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
  196. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
  197. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
  198. 00E356EE1AD99517003FC87E /* playgroundTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = playgroundTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  199. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  200. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
  201. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
  202. 13B07F961A680F5B00A75B9A /* playground.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = playground.app; sourceTree = BUILT_PRODUCTS_DIR; };
  203. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  204. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  205. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  206. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  207. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  208. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  209. 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
  210. 26070FCF1E4B8B9D003EC8B9 /* RNNControllerFactoryTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNControllerFactoryTest.m; sourceTree = "<group>"; };
  211. 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReactNativeNavigation.xcodeproj; path = "../node_modules/react-native-navigation/ios/ReactNativeNavigation.xcodeproj"; sourceTree = "<group>"; };
  212. 268692841E50572700E2C612 /* RNNStoreTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNStoreTest.m; sourceTree = "<group>"; };
  213. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
  214. 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
  215. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
  216. /* End PBXFileReference section */
  217. /* Begin PBXFrameworksBuildPhase section */
  218. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  219. isa = PBXFrameworksBuildPhase;
  220. buildActionMask = 2147483647;
  221. files = (
  222. 7BD721FF1E2E421E00724059 /* libReactNativeNavigation.a in Frameworks */,
  223. );
  224. runOnlyForDeploymentPostprocessing = 0;
  225. };
  226. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  227. isa = PBXFrameworksBuildPhase;
  228. buildActionMask = 2147483647;
  229. files = (
  230. 7B9B39861DEB4091004A6281 /* libRCTAnimation.a in Frameworks */,
  231. 2647D65F1DB175C200B23722 /* libReactNativeNavigation.a in Frameworks */,
  232. 146834051AC3E58100842450 /* libReact.a in Frameworks */,
  233. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
  234. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
  235. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
  236. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
  237. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
  238. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
  239. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
  240. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
  241. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. };
  245. /* End PBXFrameworksBuildPhase section */
  246. /* Begin PBXGroup section */
  247. 00C302A81ABCB8CE00DB3ED1 /* Products */ = {
  248. isa = PBXGroup;
  249. children = (
  250. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */,
  251. );
  252. name = Products;
  253. sourceTree = "<group>";
  254. };
  255. 00C302B61ABCB90400DB3ED1 /* Products */ = {
  256. isa = PBXGroup;
  257. children = (
  258. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */,
  259. );
  260. name = Products;
  261. sourceTree = "<group>";
  262. };
  263. 00C302BC1ABCB91800DB3ED1 /* Products */ = {
  264. isa = PBXGroup;
  265. children = (
  266. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */,
  267. 7B9B396A1DEB4076004A6281 /* libRCTImage-tvOS.a */,
  268. );
  269. name = Products;
  270. sourceTree = "<group>";
  271. };
  272. 00C302D41ABCB9D200DB3ED1 /* Products */ = {
  273. isa = PBXGroup;
  274. children = (
  275. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */,
  276. 7B9B39721DEB4076004A6281 /* libRCTNetwork-tvOS.a */,
  277. );
  278. name = Products;
  279. sourceTree = "<group>";
  280. };
  281. 00C302E01ABCB9EE00DB3ED1 /* Products */ = {
  282. isa = PBXGroup;
  283. children = (
  284. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */,
  285. );
  286. name = Products;
  287. sourceTree = "<group>";
  288. };
  289. 00E356EF1AD99517003FC87E /* playgroundTests */ = {
  290. isa = PBXGroup;
  291. children = (
  292. 26070FCF1E4B8B9D003EC8B9 /* RNNControllerFactoryTest.m */,
  293. 268692841E50572700E2C612 /* RNNStoreTest.m */,
  294. 00E356F01AD99517003FC87E /* Supporting Files */,
  295. );
  296. path = playgroundTests;
  297. sourceTree = "<group>";
  298. };
  299. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  300. isa = PBXGroup;
  301. children = (
  302. 00E356F11AD99517003FC87E /* Info.plist */,
  303. );
  304. name = "Supporting Files";
  305. sourceTree = "<group>";
  306. };
  307. 139105B71AF99BAD00B5F7CC /* Products */ = {
  308. isa = PBXGroup;
  309. children = (
  310. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */,
  311. 7B9B39761DEB4076004A6281 /* libRCTSettings-tvOS.a */,
  312. );
  313. name = Products;
  314. sourceTree = "<group>";
  315. };
  316. 139FDEE71B06529A00C62182 /* Products */ = {
  317. isa = PBXGroup;
  318. children = (
  319. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
  320. 7B9B397F1DEB4076004A6281 /* libRCTWebSocket-tvOS.a */,
  321. );
  322. name = Products;
  323. sourceTree = "<group>";
  324. };
  325. 13B07FAE1A68108700A75B9A /* playground */ = {
  326. isa = PBXGroup;
  327. children = (
  328. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  329. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  330. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  331. 13B07FB61A68108700A75B9A /* Info.plist */,
  332. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  333. 13B07FB71A68108700A75B9A /* main.m */,
  334. );
  335. path = playground;
  336. sourceTree = "<group>";
  337. };
  338. 146834001AC3E56700842450 /* Products */ = {
  339. isa = PBXGroup;
  340. children = (
  341. 146834041AC3E56700842450 /* libReact.a */,
  342. 7B9B39831DEB4076004A6281 /* libReact-tvOS.a */,
  343. );
  344. name = Products;
  345. sourceTree = "<group>";
  346. };
  347. 2647D65A1DB175B300B23722 /* Products */ = {
  348. isa = PBXGroup;
  349. children = (
  350. 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */,
  351. );
  352. name = Products;
  353. sourceTree = "<group>";
  354. };
  355. 78C398B11ACF4ADC00677621 /* Products */ = {
  356. isa = PBXGroup;
  357. children = (
  358. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
  359. 7B9B396E1DEB4076004A6281 /* libRCTLinking-tvOS.a */,
  360. );
  361. name = Products;
  362. sourceTree = "<group>";
  363. };
  364. 7B9B395D1DEB4076004A6281 /* Products */ = {
  365. isa = PBXGroup;
  366. children = (
  367. 7B9B39631DEB4076004A6281 /* libRCTAnimation.a */,
  368. 7B9B39651DEB4076004A6281 /* libRCTAnimation-tvOS.a */,
  369. );
  370. name = Products;
  371. sourceTree = "<group>";
  372. };
  373. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  374. isa = PBXGroup;
  375. children = (
  376. 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */,
  377. 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */,
  378. 146833FF1AC3E56700842450 /* React.xcodeproj */,
  379. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
  380. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
  381. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
  382. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
  383. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */,
  384. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */,
  385. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
  386. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
  387. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
  388. );
  389. name = Libraries;
  390. sourceTree = "<group>";
  391. };
  392. 832341B11AAA6A8300B99B32 /* Products */ = {
  393. isa = PBXGroup;
  394. children = (
  395. 832341B51AAA6A8300B99B32 /* libRCTText.a */,
  396. 7B9B397A1DEB4076004A6281 /* libRCTText-tvOS.a */,
  397. );
  398. name = Products;
  399. sourceTree = "<group>";
  400. };
  401. 83CBB9F61A601CBA00E9B192 = {
  402. isa = PBXGroup;
  403. children = (
  404. 13B07FAE1A68108700A75B9A /* playground */,
  405. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  406. 00E356EF1AD99517003FC87E /* playgroundTests */,
  407. 83CBBA001A601CBA00E9B192 /* Products */,
  408. );
  409. indentWidth = 4;
  410. sourceTree = "<group>";
  411. tabWidth = 4;
  412. usesTabs = 1;
  413. };
  414. 83CBBA001A601CBA00E9B192 /* Products */ = {
  415. isa = PBXGroup;
  416. children = (
  417. 13B07F961A680F5B00A75B9A /* playground.app */,
  418. 00E356EE1AD99517003FC87E /* playgroundTests.xctest */,
  419. );
  420. name = Products;
  421. sourceTree = "<group>";
  422. };
  423. /* End PBXGroup section */
  424. /* Begin PBXNativeTarget section */
  425. 00E356ED1AD99517003FC87E /* playgroundTests */ = {
  426. isa = PBXNativeTarget;
  427. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "playgroundTests" */;
  428. buildPhases = (
  429. 00E356EA1AD99517003FC87E /* Sources */,
  430. 00E356EB1AD99517003FC87E /* Frameworks */,
  431. 00E356EC1AD99517003FC87E /* Resources */,
  432. );
  433. buildRules = (
  434. );
  435. dependencies = (
  436. 7BD721FE1E2E420400724059 /* PBXTargetDependency */,
  437. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  438. );
  439. name = playgroundTests;
  440. productName = exampleTests;
  441. productReference = 00E356EE1AD99517003FC87E /* playgroundTests.xctest */;
  442. productType = "com.apple.product-type.bundle.unit-test";
  443. };
  444. 13B07F861A680F5B00A75B9A /* playground */ = {
  445. isa = PBXNativeTarget;
  446. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "playground" */;
  447. buildPhases = (
  448. 13B07F871A680F5B00A75B9A /* Sources */,
  449. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  450. 13B07F8E1A680F5B00A75B9A /* Resources */,
  451. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  452. );
  453. buildRules = (
  454. );
  455. dependencies = (
  456. 7B1126BF1E2D2CE900F9B03B /* PBXTargetDependency */,
  457. );
  458. name = playground;
  459. productName = "Hello World";
  460. productReference = 13B07F961A680F5B00A75B9A /* playground.app */;
  461. productType = "com.apple.product-type.application";
  462. };
  463. /* End PBXNativeTarget section */
  464. /* Begin PBXProject section */
  465. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  466. isa = PBXProject;
  467. attributes = {
  468. LastUpgradeCheck = 0820;
  469. ORGANIZATIONNAME = Wix;
  470. TargetAttributes = {
  471. 00E356ED1AD99517003FC87E = {
  472. CreatedOnToolsVersion = 6.2;
  473. TestTargetID = 13B07F861A680F5B00A75B9A;
  474. };
  475. 13B07F861A680F5B00A75B9A = {
  476. ProvisioningStyle = Manual;
  477. };
  478. };
  479. };
  480. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "playground" */;
  481. compatibilityVersion = "Xcode 3.2";
  482. developmentRegion = English;
  483. hasScannedForEncodings = 0;
  484. knownRegions = (
  485. en,
  486. Base,
  487. );
  488. mainGroup = 83CBB9F61A601CBA00E9B192;
  489. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  490. projectDirPath = "";
  491. projectReferences = (
  492. {
  493. ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
  494. ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  495. },
  496. {
  497. ProductGroup = 7B9B395D1DEB4076004A6281 /* Products */;
  498. ProjectRef = 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */;
  499. },
  500. {
  501. ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
  502. ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  503. },
  504. {
  505. ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
  506. ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  507. },
  508. {
  509. ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
  510. ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  511. },
  512. {
  513. ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
  514. ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  515. },
  516. {
  517. ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
  518. ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  519. },
  520. {
  521. ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
  522. ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  523. },
  524. {
  525. ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */;
  526. ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  527. },
  528. {
  529. ProductGroup = 139FDEE71B06529A00C62182 /* Products */;
  530. ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  531. },
  532. {
  533. ProductGroup = 146834001AC3E56700842450 /* Products */;
  534. ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  535. },
  536. {
  537. ProductGroup = 2647D65A1DB175B300B23722 /* Products */;
  538. ProjectRef = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
  539. },
  540. );
  541. projectRoot = "";
  542. targets = (
  543. 13B07F861A680F5B00A75B9A /* playground */,
  544. 00E356ED1AD99517003FC87E /* playgroundTests */,
  545. );
  546. };
  547. /* End PBXProject section */
  548. /* Begin PBXReferenceProxy section */
  549. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = {
  550. isa = PBXReferenceProxy;
  551. fileType = archive.ar;
  552. path = libRCTActionSheet.a;
  553. remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */;
  554. sourceTree = BUILT_PRODUCTS_DIR;
  555. };
  556. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = {
  557. isa = PBXReferenceProxy;
  558. fileType = archive.ar;
  559. path = libRCTGeolocation.a;
  560. remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */;
  561. sourceTree = BUILT_PRODUCTS_DIR;
  562. };
  563. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = {
  564. isa = PBXReferenceProxy;
  565. fileType = archive.ar;
  566. path = libRCTImage.a;
  567. remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */;
  568. sourceTree = BUILT_PRODUCTS_DIR;
  569. };
  570. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = {
  571. isa = PBXReferenceProxy;
  572. fileType = archive.ar;
  573. path = libRCTNetwork.a;
  574. remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */;
  575. sourceTree = BUILT_PRODUCTS_DIR;
  576. };
  577. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = {
  578. isa = PBXReferenceProxy;
  579. fileType = archive.ar;
  580. path = libRCTVibration.a;
  581. remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */;
  582. sourceTree = BUILT_PRODUCTS_DIR;
  583. };
  584. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = {
  585. isa = PBXReferenceProxy;
  586. fileType = archive.ar;
  587. path = libRCTSettings.a;
  588. remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */;
  589. sourceTree = BUILT_PRODUCTS_DIR;
  590. };
  591. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = {
  592. isa = PBXReferenceProxy;
  593. fileType = archive.ar;
  594. path = libRCTWebSocket.a;
  595. remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */;
  596. sourceTree = BUILT_PRODUCTS_DIR;
  597. };
  598. 146834041AC3E56700842450 /* libReact.a */ = {
  599. isa = PBXReferenceProxy;
  600. fileType = archive.ar;
  601. path = libReact.a;
  602. remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
  603. sourceTree = BUILT_PRODUCTS_DIR;
  604. };
  605. 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */ = {
  606. isa = PBXReferenceProxy;
  607. fileType = archive.ar;
  608. path = libReactNativeNavigation.a;
  609. remoteRef = 2647D65D1DB175B300B23722 /* PBXContainerItemProxy */;
  610. sourceTree = BUILT_PRODUCTS_DIR;
  611. };
  612. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
  613. isa = PBXReferenceProxy;
  614. fileType = archive.ar;
  615. path = libRCTLinking.a;
  616. remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
  617. sourceTree = BUILT_PRODUCTS_DIR;
  618. };
  619. 7B9B39631DEB4076004A6281 /* libRCTAnimation.a */ = {
  620. isa = PBXReferenceProxy;
  621. fileType = archive.ar;
  622. path = libRCTAnimation.a;
  623. remoteRef = 7B9B39621DEB4076004A6281 /* PBXContainerItemProxy */;
  624. sourceTree = BUILT_PRODUCTS_DIR;
  625. };
  626. 7B9B39651DEB4076004A6281 /* libRCTAnimation-tvOS.a */ = {
  627. isa = PBXReferenceProxy;
  628. fileType = archive.ar;
  629. path = "libRCTAnimation-tvOS.a";
  630. remoteRef = 7B9B39641DEB4076004A6281 /* PBXContainerItemProxy */;
  631. sourceTree = BUILT_PRODUCTS_DIR;
  632. };
  633. 7B9B396A1DEB4076004A6281 /* libRCTImage-tvOS.a */ = {
  634. isa = PBXReferenceProxy;
  635. fileType = archive.ar;
  636. path = "libRCTImage-tvOS.a";
  637. remoteRef = 7B9B39691DEB4076004A6281 /* PBXContainerItemProxy */;
  638. sourceTree = BUILT_PRODUCTS_DIR;
  639. };
  640. 7B9B396E1DEB4076004A6281 /* libRCTLinking-tvOS.a */ = {
  641. isa = PBXReferenceProxy;
  642. fileType = archive.ar;
  643. path = "libRCTLinking-tvOS.a";
  644. remoteRef = 7B9B396D1DEB4076004A6281 /* PBXContainerItemProxy */;
  645. sourceTree = BUILT_PRODUCTS_DIR;
  646. };
  647. 7B9B39721DEB4076004A6281 /* libRCTNetwork-tvOS.a */ = {
  648. isa = PBXReferenceProxy;
  649. fileType = archive.ar;
  650. path = "libRCTNetwork-tvOS.a";
  651. remoteRef = 7B9B39711DEB4076004A6281 /* PBXContainerItemProxy */;
  652. sourceTree = BUILT_PRODUCTS_DIR;
  653. };
  654. 7B9B39761DEB4076004A6281 /* libRCTSettings-tvOS.a */ = {
  655. isa = PBXReferenceProxy;
  656. fileType = archive.ar;
  657. path = "libRCTSettings-tvOS.a";
  658. remoteRef = 7B9B39751DEB4076004A6281 /* PBXContainerItemProxy */;
  659. sourceTree = BUILT_PRODUCTS_DIR;
  660. };
  661. 7B9B397A1DEB4076004A6281 /* libRCTText-tvOS.a */ = {
  662. isa = PBXReferenceProxy;
  663. fileType = archive.ar;
  664. path = "libRCTText-tvOS.a";
  665. remoteRef = 7B9B39791DEB4076004A6281 /* PBXContainerItemProxy */;
  666. sourceTree = BUILT_PRODUCTS_DIR;
  667. };
  668. 7B9B397F1DEB4076004A6281 /* libRCTWebSocket-tvOS.a */ = {
  669. isa = PBXReferenceProxy;
  670. fileType = archive.ar;
  671. path = "libRCTWebSocket-tvOS.a";
  672. remoteRef = 7B9B397E1DEB4076004A6281 /* PBXContainerItemProxy */;
  673. sourceTree = BUILT_PRODUCTS_DIR;
  674. };
  675. 7B9B39831DEB4076004A6281 /* libReact-tvOS.a */ = {
  676. isa = PBXReferenceProxy;
  677. fileType = archive.ar;
  678. path = "libReact-tvOS.a";
  679. remoteRef = 7B9B39821DEB4076004A6281 /* PBXContainerItemProxy */;
  680. sourceTree = BUILT_PRODUCTS_DIR;
  681. };
  682. 832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
  683. isa = PBXReferenceProxy;
  684. fileType = archive.ar;
  685. path = libRCTText.a;
  686. remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
  687. sourceTree = BUILT_PRODUCTS_DIR;
  688. };
  689. /* End PBXReferenceProxy section */
  690. /* Begin PBXResourcesBuildPhase section */
  691. 00E356EC1AD99517003FC87E /* Resources */ = {
  692. isa = PBXResourcesBuildPhase;
  693. buildActionMask = 2147483647;
  694. files = (
  695. );
  696. runOnlyForDeploymentPostprocessing = 0;
  697. };
  698. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  699. isa = PBXResourcesBuildPhase;
  700. buildActionMask = 2147483647;
  701. files = (
  702. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  703. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  704. );
  705. runOnlyForDeploymentPostprocessing = 0;
  706. };
  707. /* End PBXResourcesBuildPhase section */
  708. /* Begin PBXShellScriptBuildPhase section */
  709. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  710. isa = PBXShellScriptBuildPhase;
  711. buildActionMask = 2147483647;
  712. files = (
  713. );
  714. inputPaths = (
  715. );
  716. name = "Bundle React Native code and images";
  717. outputPaths = (
  718. );
  719. runOnlyForDeploymentPostprocessing = 0;
  720. shellPath = /bin/sh;
  721. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
  722. };
  723. /* End PBXShellScriptBuildPhase section */
  724. /* Begin PBXSourcesBuildPhase section */
  725. 00E356EA1AD99517003FC87E /* Sources */ = {
  726. isa = PBXSourcesBuildPhase;
  727. buildActionMask = 2147483647;
  728. files = (
  729. 268692851E50572700E2C612 /* RNNStoreTest.m in Sources */,
  730. 26070FD01E4B8B9D003EC8B9 /* RNNControllerFactoryTest.m in Sources */,
  731. );
  732. runOnlyForDeploymentPostprocessing = 0;
  733. };
  734. 13B07F871A680F5B00A75B9A /* Sources */ = {
  735. isa = PBXSourcesBuildPhase;
  736. buildActionMask = 2147483647;
  737. files = (
  738. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  739. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  740. );
  741. runOnlyForDeploymentPostprocessing = 0;
  742. };
  743. /* End PBXSourcesBuildPhase section */
  744. /* Begin PBXTargetDependency section */
  745. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  746. isa = PBXTargetDependency;
  747. target = 13B07F861A680F5B00A75B9A /* playground */;
  748. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  749. };
  750. 7B1126BF1E2D2CE900F9B03B /* PBXTargetDependency */ = {
  751. isa = PBXTargetDependency;
  752. name = ReactNativeNavigation;
  753. targetProxy = 7B1126BE1E2D2CE900F9B03B /* PBXContainerItemProxy */;
  754. };
  755. 7BD721FE1E2E420400724059 /* PBXTargetDependency */ = {
  756. isa = PBXTargetDependency;
  757. name = ReactNativeNavigation;
  758. targetProxy = 7BD721FD1E2E420400724059 /* PBXContainerItemProxy */;
  759. };
  760. /* End PBXTargetDependency section */
  761. /* Begin PBXVariantGroup section */
  762. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  763. isa = PBXVariantGroup;
  764. children = (
  765. 13B07FB21A68108700A75B9A /* Base */,
  766. );
  767. name = LaunchScreen.xib;
  768. sourceTree = "<group>";
  769. };
  770. /* End PBXVariantGroup section */
  771. /* Begin XCBuildConfiguration section */
  772. 00E356F61AD99517003FC87E /* Debug */ = {
  773. isa = XCBuildConfiguration;
  774. buildSettings = {
  775. BUNDLE_LOADER = "$(TEST_HOST)";
  776. GCC_PREPROCESSOR_DEFINITIONS = (
  777. "DEBUG=1",
  778. "$(inherited)",
  779. );
  780. HEADER_SEARCH_PATHS = (
  781. "$(inherited)",
  782. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  783. "$(SRCROOT)/../node_modules/react-native/React/**",
  784. "$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
  785. );
  786. INFOPLIST_FILE = playgroundTests/Info.plist;
  787. IPHONEOS_DEPLOYMENT_TARGET = 8.2;
  788. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  789. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.playground.$(PRODUCT_NAME:rfc1034identifier)";
  790. PRODUCT_NAME = "$(TARGET_NAME)";
  791. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  792. };
  793. name = Debug;
  794. };
  795. 00E356F71AD99517003FC87E /* Release */ = {
  796. isa = XCBuildConfiguration;
  797. buildSettings = {
  798. BUNDLE_LOADER = "$(TEST_HOST)";
  799. COPY_PHASE_STRIP = NO;
  800. HEADER_SEARCH_PATHS = (
  801. "$(inherited)",
  802. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  803. "$(SRCROOT)/../node_modules/react-native/React/**",
  804. "$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
  805. );
  806. INFOPLIST_FILE = playgroundTests/Info.plist;
  807. IPHONEOS_DEPLOYMENT_TARGET = 8.2;
  808. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  809. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.playground.$(PRODUCT_NAME:rfc1034identifier)";
  810. PRODUCT_NAME = "$(TARGET_NAME)";
  811. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  812. };
  813. name = Release;
  814. };
  815. 13B07F941A680F5B00A75B9A /* Debug */ = {
  816. isa = XCBuildConfiguration;
  817. buildSettings = {
  818. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  819. DEAD_CODE_STRIPPING = NO;
  820. DEVELOPMENT_TEAM = "";
  821. HEADER_SEARCH_PATHS = (
  822. "$(inherited)",
  823. "$(SRCROOT)/../node_modules/react-native/React/**",
  824. );
  825. INFOPLIST_FILE = playground/Info.plist;
  826. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  827. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  828. OTHER_LDFLAGS = (
  829. "-ObjC",
  830. "-l\"c++\"",
  831. );
  832. PRODUCT_BUNDLE_IDENTIFIER = com.reactnativenavigation.playground;
  833. PRODUCT_NAME = playground;
  834. };
  835. name = Debug;
  836. };
  837. 13B07F951A680F5B00A75B9A /* Release */ = {
  838. isa = XCBuildConfiguration;
  839. buildSettings = {
  840. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  841. DEVELOPMENT_TEAM = "";
  842. HEADER_SEARCH_PATHS = (
  843. "$(inherited)",
  844. "$(SRCROOT)/../node_modules/react-native/React/**",
  845. );
  846. INFOPLIST_FILE = playground/Info.plist;
  847. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  848. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  849. OTHER_LDFLAGS = (
  850. "-ObjC",
  851. "-l\"c++\"",
  852. );
  853. PRODUCT_BUNDLE_IDENTIFIER = com.reactnativenavigation.playground;
  854. PRODUCT_NAME = playground;
  855. };
  856. name = Release;
  857. };
  858. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  859. isa = XCBuildConfiguration;
  860. buildSettings = {
  861. ALWAYS_SEARCH_USER_PATHS = NO;
  862. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  863. CLANG_CXX_LIBRARY = "libc++";
  864. CLANG_ENABLE_MODULES = YES;
  865. CLANG_ENABLE_OBJC_ARC = YES;
  866. CLANG_WARN_BOOL_CONVERSION = YES;
  867. CLANG_WARN_CONSTANT_CONVERSION = YES;
  868. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  869. CLANG_WARN_EMPTY_BODY = YES;
  870. CLANG_WARN_ENUM_CONVERSION = YES;
  871. CLANG_WARN_INFINITE_RECURSION = YES;
  872. CLANG_WARN_INT_CONVERSION = YES;
  873. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  874. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  875. CLANG_WARN_UNREACHABLE_CODE = YES;
  876. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  877. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  878. COPY_PHASE_STRIP = NO;
  879. ENABLE_STRICT_OBJC_MSGSEND = YES;
  880. GCC_C_LANGUAGE_STANDARD = gnu99;
  881. GCC_DYNAMIC_NO_PIC = NO;
  882. GCC_NO_COMMON_BLOCKS = YES;
  883. GCC_OPTIMIZATION_LEVEL = 0;
  884. GCC_PREPROCESSOR_DEFINITIONS = (
  885. "DEBUG=1",
  886. "$(inherited)",
  887. );
  888. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  889. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  890. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  891. GCC_WARN_UNDECLARED_SELECTOR = YES;
  892. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  893. GCC_WARN_UNUSED_FUNCTION = YES;
  894. GCC_WARN_UNUSED_VARIABLE = YES;
  895. HEADER_SEARCH_PATHS = (
  896. "$(inherited)",
  897. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  898. "$(SRCROOT)/../node_modules/react-native/React/**",
  899. );
  900. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  901. MTL_ENABLE_DEBUG_INFO = YES;
  902. ONLY_ACTIVE_ARCH = YES;
  903. OTHER_LDFLAGS = "";
  904. SDKROOT = iphoneos;
  905. };
  906. name = Debug;
  907. };
  908. 83CBBA211A601CBA00E9B192 /* Release */ = {
  909. isa = XCBuildConfiguration;
  910. buildSettings = {
  911. ALWAYS_SEARCH_USER_PATHS = NO;
  912. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  913. CLANG_CXX_LIBRARY = "libc++";
  914. CLANG_ENABLE_MODULES = YES;
  915. CLANG_ENABLE_OBJC_ARC = YES;
  916. CLANG_WARN_BOOL_CONVERSION = YES;
  917. CLANG_WARN_CONSTANT_CONVERSION = YES;
  918. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  919. CLANG_WARN_EMPTY_BODY = YES;
  920. CLANG_WARN_ENUM_CONVERSION = YES;
  921. CLANG_WARN_INFINITE_RECURSION = YES;
  922. CLANG_WARN_INT_CONVERSION = YES;
  923. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  924. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  925. CLANG_WARN_UNREACHABLE_CODE = YES;
  926. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  927. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  928. COPY_PHASE_STRIP = YES;
  929. ENABLE_NS_ASSERTIONS = NO;
  930. ENABLE_STRICT_OBJC_MSGSEND = YES;
  931. GCC_C_LANGUAGE_STANDARD = gnu99;
  932. GCC_NO_COMMON_BLOCKS = YES;
  933. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  934. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  935. GCC_WARN_UNDECLARED_SELECTOR = YES;
  936. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  937. GCC_WARN_UNUSED_FUNCTION = YES;
  938. GCC_WARN_UNUSED_VARIABLE = YES;
  939. HEADER_SEARCH_PATHS = (
  940. "$(inherited)",
  941. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  942. "$(SRCROOT)/../node_modules/react-native/React/**",
  943. );
  944. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  945. MTL_ENABLE_DEBUG_INFO = NO;
  946. OTHER_LDFLAGS = "";
  947. SDKROOT = iphoneos;
  948. VALIDATE_PRODUCT = YES;
  949. };
  950. name = Release;
  951. };
  952. /* End XCBuildConfiguration section */
  953. /* Begin XCConfigurationList section */
  954. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "playgroundTests" */ = {
  955. isa = XCConfigurationList;
  956. buildConfigurations = (
  957. 00E356F61AD99517003FC87E /* Debug */,
  958. 00E356F71AD99517003FC87E /* Release */,
  959. );
  960. defaultConfigurationIsVisible = 0;
  961. defaultConfigurationName = Debug;
  962. };
  963. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "playground" */ = {
  964. isa = XCConfigurationList;
  965. buildConfigurations = (
  966. 13B07F941A680F5B00A75B9A /* Debug */,
  967. 13B07F951A680F5B00A75B9A /* Release */,
  968. );
  969. defaultConfigurationIsVisible = 0;
  970. defaultConfigurationName = Debug;
  971. };
  972. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "playground" */ = {
  973. isa = XCConfigurationList;
  974. buildConfigurations = (
  975. 83CBBA201A601CBA00E9B192 /* Debug */,
  976. 83CBBA211A601CBA00E9B192 /* Release */,
  977. );
  978. defaultConfigurationIsVisible = 0;
  979. defaultConfigurationName = Debug;
  980. };
  981. /* End XCConfigurationList section */
  982. };
  983. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  984. }