react-native-navigation的迁移库

project.pbxproj 42KB

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