react-native-navigation的迁移库

project.pbxproj 42KB

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