react-native-navigation的迁移库

project.pbxproj 42KB

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