react-native-navigation的迁移库

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