react-native-navigation的迁移库

project.pbxproj 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7B1126A01E2D263F00F9B03B /* RNNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */; };
  10. 7B1126A31E2D2B6C00F9B03B /* RNNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA500761E254908001B9E1B /* RNNSplashScreen.h */; };
  11. 7B1126A41E2D2B6C00F9B03B /* ReactNativeNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; };
  12. 7B1126A51E2D2B6C00F9B03B /* RNN.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBFE55F1E253F97002A6182 /* RNN.h */; };
  13. 7B1126A61E2D2B6C00F9B03B /* RNNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */; };
  14. 7B1126A71E2D2B6C00F9B03B /* RNNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */; };
  15. 7B1126A91E2D2B6C00F9B03B /* RNNControllerFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */; };
  16. 7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */; };
  17. 7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500771E254908001B9E1B /* RNNSplashScreen.m */; };
  18. 7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */; };
  19. 7BBFE5611E253F97002A6182 /* RNN.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5601E253F97002A6182 /* RNN.m */; };
  20. 7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */; };
  21. 7BEF0D181E437684003E96B0 /* RNNRootViewController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BEF0D161E437684003E96B0 /* RNNRootViewController.h */; };
  22. 7BEF0D191E437684003E96B0 /* RNNRootViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BEF0D171E437684003E96B0 /* RNNRootViewController.m */; };
  23. 7BEF0D1C1E43771B003E96B0 /* RNNLayoutNode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BEF0D1A1E43771B003E96B0 /* RNNLayoutNode.h */; };
  24. 7BEF0D1D1E43771B003E96B0 /* RNNLayoutNode.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BEF0D1B1E43771B003E96B0 /* RNNLayoutNode.m */; };
  25. /* End PBXBuildFile section */
  26. /* Begin PBXCopyFilesBuildPhase section */
  27. D8AFADBB1BEE6F3F00A4592D /* CopyFiles */ = {
  28. isa = PBXCopyFilesBuildPhase;
  29. buildActionMask = 2147483647;
  30. dstPath = "include/$(PRODUCT_NAME)";
  31. dstSubfolderSpec = 16;
  32. files = (
  33. );
  34. runOnlyForDeploymentPostprocessing = 0;
  35. };
  36. /* End PBXCopyFilesBuildPhase section */
  37. /* Begin PBXFileReference section */
  38. 7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNEventEmitter.h; sourceTree = "<group>"; };
  39. 7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNEventEmitter.m; sourceTree = "<group>"; };
  40. 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativeNavigation.h; sourceTree = "<group>"; };
  41. 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativeNavigation.m; sourceTree = "<group>"; };
  42. 7BA500761E254908001B9E1B /* RNNSplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNSplashScreen.h; sourceTree = "<group>"; };
  43. 7BA500771E254908001B9E1B /* RNNSplashScreen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNSplashScreen.m; sourceTree = "<group>"; };
  44. 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNBridgeModule.h; sourceTree = "<group>"; };
  45. 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNBridgeModule.m; sourceTree = "<group>"; };
  46. 7BBFE55F1E253F97002A6182 /* RNN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNN.h; sourceTree = "<group>"; };
  47. 7BBFE5601E253F97002A6182 /* RNN.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNN.m; sourceTree = "<group>"; };
  48. 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNControllerFactory.h; sourceTree = "<group>"; };
  49. 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNControllerFactory.m; sourceTree = "<group>"; };
  50. 7BEF0D161E437684003E96B0 /* RNNRootViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNRootViewController.h; sourceTree = "<group>"; };
  51. 7BEF0D171E437684003E96B0 /* RNNRootViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNRootViewController.m; sourceTree = "<group>"; };
  52. 7BEF0D1A1E43771B003E96B0 /* RNNLayoutNode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNLayoutNode.h; sourceTree = "<group>"; };
  53. 7BEF0D1B1E43771B003E96B0 /* RNNLayoutNode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNLayoutNode.m; sourceTree = "<group>"; };
  54. D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativeNavigation.a; sourceTree = BUILT_PRODUCTS_DIR; };
  55. /* End PBXFileReference section */
  56. /* Begin PBXFrameworksBuildPhase section */
  57. D8AFADBA1BEE6F3F00A4592D /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. );
  62. runOnlyForDeploymentPostprocessing = 0;
  63. };
  64. /* End PBXFrameworksBuildPhase section */
  65. /* Begin PBXGroup section */
  66. 7B1E4C4B1E2D173700C3A525 /* Controllers */ = {
  67. isa = PBXGroup;
  68. children = (
  69. 7BA500761E254908001B9E1B /* RNNSplashScreen.h */,
  70. 7BA500771E254908001B9E1B /* RNNSplashScreen.m */,
  71. 7BEF0D1A1E43771B003E96B0 /* RNNLayoutNode.h */,
  72. 7BEF0D1B1E43771B003E96B0 /* RNNLayoutNode.m */,
  73. 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */,
  74. 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */,
  75. 7BEF0D161E437684003E96B0 /* RNNRootViewController.h */,
  76. 7BEF0D171E437684003E96B0 /* RNNRootViewController.m */,
  77. );
  78. name = Controllers;
  79. sourceTree = "<group>";
  80. };
  81. 7BD721F31E2D3AA100724059 /* Bridge */ = {
  82. isa = PBXGroup;
  83. children = (
  84. 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */,
  85. 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */,
  86. 7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */,
  87. 7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */,
  88. );
  89. name = Bridge;
  90. sourceTree = "<group>";
  91. };
  92. D8AFADB41BEE6F3F00A4592D = {
  93. isa = PBXGroup;
  94. children = (
  95. 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */,
  96. 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */,
  97. 7BBFE55F1E253F97002A6182 /* RNN.h */,
  98. 7BBFE5601E253F97002A6182 /* RNN.m */,
  99. 7BD721F31E2D3AA100724059 /* Bridge */,
  100. 7B1E4C4B1E2D173700C3A525 /* Controllers */,
  101. D8AFADBE1BEE6F3F00A4592D /* Products */,
  102. );
  103. sourceTree = "<group>";
  104. tabWidth = 4;
  105. usesTabs = 1;
  106. wrapsLines = 1;
  107. };
  108. D8AFADBE1BEE6F3F00A4592D /* Products */ = {
  109. isa = PBXGroup;
  110. children = (
  111. D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */,
  112. );
  113. name = Products;
  114. sourceTree = "<group>";
  115. };
  116. /* End PBXGroup section */
  117. /* Begin PBXHeadersBuildPhase section */
  118. 7B1126A21E2D2B5500F9B03B /* Headers */ = {
  119. isa = PBXHeadersBuildPhase;
  120. buildActionMask = 2147483647;
  121. files = (
  122. 7B1126A41E2D2B6C00F9B03B /* ReactNativeNavigation.h in Headers */,
  123. 7B1126A31E2D2B6C00F9B03B /* RNNSplashScreen.h in Headers */,
  124. 7B1126A51E2D2B6C00F9B03B /* RNN.h in Headers */,
  125. 7BEF0D181E437684003E96B0 /* RNNRootViewController.h in Headers */,
  126. 7B1126A61E2D2B6C00F9B03B /* RNNBridgeModule.h in Headers */,
  127. 7B1126A71E2D2B6C00F9B03B /* RNNEventEmitter.h in Headers */,
  128. 7B1126A91E2D2B6C00F9B03B /* RNNControllerFactory.h in Headers */,
  129. 7BEF0D1C1E43771B003E96B0 /* RNNLayoutNode.h in Headers */,
  130. );
  131. runOnlyForDeploymentPostprocessing = 0;
  132. };
  133. /* End PBXHeadersBuildPhase section */
  134. /* Begin PBXNativeTarget section */
  135. D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */ = {
  136. isa = PBXNativeTarget;
  137. buildConfigurationList = D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */;
  138. buildPhases = (
  139. D8AFADB91BEE6F3F00A4592D /* Sources */,
  140. D8AFADBA1BEE6F3F00A4592D /* Frameworks */,
  141. D8AFADBB1BEE6F3F00A4592D /* CopyFiles */,
  142. 7B1126A21E2D2B5500F9B03B /* Headers */,
  143. );
  144. buildRules = (
  145. );
  146. dependencies = (
  147. );
  148. name = ReactNativeNavigation;
  149. productName = libReactContacts;
  150. productReference = D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */;
  151. productType = "com.apple.product-type.library.static";
  152. };
  153. /* End PBXNativeTarget section */
  154. /* Begin PBXProject section */
  155. D8AFADB51BEE6F3F00A4592D /* Project object */ = {
  156. isa = PBXProject;
  157. attributes = {
  158. LastUpgradeCheck = 0820;
  159. ORGANIZATIONNAME = Wix;
  160. TargetAttributes = {
  161. D8AFADBC1BEE6F3F00A4592D = {
  162. CreatedOnToolsVersion = 7.1;
  163. };
  164. };
  165. };
  166. buildConfigurationList = D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */;
  167. compatibilityVersion = "Xcode 3.2";
  168. developmentRegion = English;
  169. hasScannedForEncodings = 0;
  170. knownRegions = (
  171. en,
  172. );
  173. mainGroup = D8AFADB41BEE6F3F00A4592D;
  174. productRefGroup = D8AFADBE1BEE6F3F00A4592D /* Products */;
  175. projectDirPath = "";
  176. projectRoot = "";
  177. targets = (
  178. D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */,
  179. );
  180. };
  181. /* End PBXProject section */
  182. /* Begin PBXSourcesBuildPhase section */
  183. D8AFADB91BEE6F3F00A4592D /* Sources */ = {
  184. isa = PBXSourcesBuildPhase;
  185. buildActionMask = 2147483647;
  186. files = (
  187. 7BEF0D191E437684003E96B0 /* RNNRootViewController.m in Sources */,
  188. 7B1126A01E2D263F00F9B03B /* RNNEventEmitter.m in Sources */,
  189. 7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */,
  190. 7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */,
  191. 7BEF0D1D1E43771B003E96B0 /* RNNLayoutNode.m in Sources */,
  192. 7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */,
  193. 7BBFE5611E253F97002A6182 /* RNN.m in Sources */,
  194. 7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */,
  195. );
  196. runOnlyForDeploymentPostprocessing = 0;
  197. };
  198. /* End PBXSourcesBuildPhase section */
  199. /* Begin XCBuildConfiguration section */
  200. D8AFADC41BEE6F3F00A4592D /* Debug */ = {
  201. isa = XCBuildConfiguration;
  202. buildSettings = {
  203. ALWAYS_SEARCH_USER_PATHS = NO;
  204. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  205. CLANG_CXX_LIBRARY = "libc++";
  206. CLANG_ENABLE_MODULES = YES;
  207. CLANG_ENABLE_OBJC_ARC = YES;
  208. CLANG_WARN_BOOL_CONVERSION = YES;
  209. CLANG_WARN_CONSTANT_CONVERSION = YES;
  210. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  211. CLANG_WARN_EMPTY_BODY = YES;
  212. CLANG_WARN_ENUM_CONVERSION = YES;
  213. CLANG_WARN_INFINITE_RECURSION = YES;
  214. CLANG_WARN_INT_CONVERSION = YES;
  215. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  216. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  217. CLANG_WARN_UNREACHABLE_CODE = YES;
  218. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  219. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  220. COPY_PHASE_STRIP = NO;
  221. DEBUG_INFORMATION_FORMAT = dwarf;
  222. ENABLE_STRICT_OBJC_MSGSEND = YES;
  223. ENABLE_TESTABILITY = YES;
  224. GCC_C_LANGUAGE_STANDARD = gnu99;
  225. GCC_DYNAMIC_NO_PIC = NO;
  226. GCC_NO_COMMON_BLOCKS = YES;
  227. GCC_OPTIMIZATION_LEVEL = 0;
  228. GCC_PREPROCESSOR_DEFINITIONS = (
  229. "DEBUG=1",
  230. "$(inherited)",
  231. );
  232. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  233. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  234. GCC_WARN_UNDECLARED_SELECTOR = YES;
  235. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  236. GCC_WARN_UNUSED_FUNCTION = YES;
  237. GCC_WARN_UNUSED_VARIABLE = YES;
  238. HEADER_SEARCH_PATHS = (
  239. "$(inherited)",
  240. "$(SRCROOT)/../../react-native/React/**",
  241. );
  242. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  243. MTL_ENABLE_DEBUG_INFO = YES;
  244. ONLY_ACTIVE_ARCH = YES;
  245. SDKROOT = iphoneos;
  246. };
  247. name = Debug;
  248. };
  249. D8AFADC51BEE6F3F00A4592D /* Release */ = {
  250. isa = XCBuildConfiguration;
  251. buildSettings = {
  252. ALWAYS_SEARCH_USER_PATHS = NO;
  253. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  254. CLANG_CXX_LIBRARY = "libc++";
  255. CLANG_ENABLE_MODULES = YES;
  256. CLANG_ENABLE_OBJC_ARC = YES;
  257. CLANG_WARN_BOOL_CONVERSION = YES;
  258. CLANG_WARN_CONSTANT_CONVERSION = YES;
  259. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  260. CLANG_WARN_EMPTY_BODY = YES;
  261. CLANG_WARN_ENUM_CONVERSION = YES;
  262. CLANG_WARN_INFINITE_RECURSION = YES;
  263. CLANG_WARN_INT_CONVERSION = YES;
  264. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  265. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  266. CLANG_WARN_UNREACHABLE_CODE = YES;
  267. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  268. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  269. COPY_PHASE_STRIP = NO;
  270. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  271. ENABLE_NS_ASSERTIONS = NO;
  272. ENABLE_STRICT_OBJC_MSGSEND = YES;
  273. GCC_C_LANGUAGE_STANDARD = gnu99;
  274. GCC_NO_COMMON_BLOCKS = YES;
  275. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  276. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  277. GCC_WARN_UNDECLARED_SELECTOR = YES;
  278. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  279. GCC_WARN_UNUSED_FUNCTION = YES;
  280. GCC_WARN_UNUSED_VARIABLE = YES;
  281. HEADER_SEARCH_PATHS = (
  282. "$(inherited)",
  283. "$(SRCROOT)/../../react-native/React/**",
  284. );
  285. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  286. MTL_ENABLE_DEBUG_INFO = NO;
  287. SDKROOT = iphoneos;
  288. VALIDATE_PRODUCT = YES;
  289. };
  290. name = Release;
  291. };
  292. D8AFADC71BEE6F3F00A4592D /* Debug */ = {
  293. isa = XCBuildConfiguration;
  294. buildSettings = {
  295. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  296. HEADER_SEARCH_PATHS = (
  297. "$(inherited)",
  298. "$(SRCROOT)/../../react-native/React/**",
  299. );
  300. OTHER_LDFLAGS = "-ObjC";
  301. PRODUCT_NAME = ReactNativeNavigation;
  302. PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
  303. SKIP_INSTALL = YES;
  304. };
  305. name = Debug;
  306. };
  307. D8AFADC81BEE6F3F00A4592D /* Release */ = {
  308. isa = XCBuildConfiguration;
  309. buildSettings = {
  310. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  311. HEADER_SEARCH_PATHS = (
  312. "$(inherited)",
  313. "$(SRCROOT)/../../react-native/React/**",
  314. );
  315. OTHER_LDFLAGS = "-ObjC";
  316. PRODUCT_NAME = ReactNativeNavigation;
  317. PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
  318. SKIP_INSTALL = YES;
  319. };
  320. name = Release;
  321. };
  322. /* End XCBuildConfiguration section */
  323. /* Begin XCConfigurationList section */
  324. D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */ = {
  325. isa = XCConfigurationList;
  326. buildConfigurations = (
  327. D8AFADC41BEE6F3F00A4592D /* Debug */,
  328. D8AFADC51BEE6F3F00A4592D /* Release */,
  329. );
  330. defaultConfigurationIsVisible = 0;
  331. defaultConfigurationName = Release;
  332. };
  333. D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */ = {
  334. isa = XCConfigurationList;
  335. buildConfigurations = (
  336. D8AFADC71BEE6F3F00A4592D /* Debug */,
  337. D8AFADC81BEE6F3F00A4592D /* Release */,
  338. );
  339. defaultConfigurationIsVisible = 0;
  340. defaultConfigurationName = Release;
  341. };
  342. /* End XCConfigurationList section */
  343. };
  344. rootObject = D8AFADB51BEE6F3F00A4592D /* Project object */;
  345. }