react-native-navigation的迁移库

project.pbxproj 43KB

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