react-native-navigation的迁移库

project.pbxproj 32KB

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