react-native-navigation的迁移库

project.pbxproj 30KB

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