react-native-navigation的迁移库

project.pbxproj 41KB

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