react-native-navigation的迁移库

project.pbxproj 37KB

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