react-native-navigation的迁移库

project.pbxproj 38KB

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