react-native-navigation的迁移库

project.pbxproj 42KB

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