react-native-navigation的迁移库

project.pbxproj 18KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7B11269D1E2D1D4800F9B03B /* RNNAssert.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B11269C1E2D1D4800F9B03B /* RNNAssert.m */; };
  10. 7B1126A01E2D263F00F9B03B /* RNNEventEmitter.m in Sources */ = {isa = PBXBuildFile; fileRef = 7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */; };
  11. 7B1126A31E2D2B6C00F9B03B /* RNNSplashScreen.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA500761E254908001B9E1B /* RNNSplashScreen.h */; };
  12. 7B1126A41E2D2B6C00F9B03B /* ReactNativeNavigation.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */; settings = {ATTRIBUTES = (Public, ); }; };
  13. 7B1126A51E2D2B6C00F9B03B /* RNN.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBFE55F1E253F97002A6182 /* RNN.h */; };
  14. 7B1126A61E2D2B6C00F9B03B /* RNNBridgeModule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */; };
  15. 7B1126A71E2D2B6C00F9B03B /* RNNEventEmitter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */; };
  16. 7B1126A81E2D2B6C00F9B03B /* RNNAssert.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B11269B1E2D1D4800F9B03B /* RNNAssert.h */; };
  17. 7B1126A91E2D2B6C00F9B03B /* RNNControllerFactory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */; };
  18. 7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */; };
  19. 7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500771E254908001B9E1B /* RNNSplashScreen.m */; };
  20. 7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */; };
  21. 7BBFE5611E253F97002A6182 /* RNN.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5601E253F97002A6182 /* RNN.m */; };
  22. 7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */; };
  23. /* End PBXBuildFile section */
  24. /* Begin PBXCopyFilesBuildPhase section */
  25. D8AFADBB1BEE6F3F00A4592D /* CopyFiles */ = {
  26. isa = PBXCopyFilesBuildPhase;
  27. buildActionMask = 2147483647;
  28. dstPath = "include/$(PRODUCT_NAME)";
  29. dstSubfolderSpec = 16;
  30. files = (
  31. );
  32. runOnlyForDeploymentPostprocessing = 0;
  33. };
  34. /* End PBXCopyFilesBuildPhase section */
  35. /* Begin PBXFileReference section */
  36. 7B11269B1E2D1D4800F9B03B /* RNNAssert.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNAssert.h; sourceTree = "<group>"; };
  37. 7B11269C1E2D1D4800F9B03B /* RNNAssert.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNAssert.m; sourceTree = "<group>"; };
  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. D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativeNavigation.a; sourceTree = BUILT_PRODUCTS_DIR; };
  51. /* End PBXFileReference section */
  52. /* Begin PBXFrameworksBuildPhase section */
  53. D8AFADBA1BEE6F3F00A4592D /* Frameworks */ = {
  54. isa = PBXFrameworksBuildPhase;
  55. buildActionMask = 2147483647;
  56. files = (
  57. );
  58. runOnlyForDeploymentPostprocessing = 0;
  59. };
  60. /* End PBXFrameworksBuildPhase section */
  61. /* Begin PBXGroup section */
  62. 7B1E4C4B1E2D173700C3A525 /* Controllers */ = {
  63. isa = PBXGroup;
  64. children = (
  65. 7BA500761E254908001B9E1B /* RNNSplashScreen.h */,
  66. 7BA500771E254908001B9E1B /* RNNSplashScreen.m */,
  67. );
  68. name = Controllers;
  69. sourceTree = "<group>";
  70. };
  71. D8AFADB41BEE6F3F00A4592D = {
  72. isa = PBXGroup;
  73. children = (
  74. 7B1E4C4B1E2D173700C3A525 /* Controllers */,
  75. 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */,
  76. 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */,
  77. 7BBFE55F1E253F97002A6182 /* RNN.h */,
  78. 7BBFE5601E253F97002A6182 /* RNN.m */,
  79. 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */,
  80. 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */,
  81. 7B11269E1E2D263F00F9B03B /* RNNEventEmitter.h */,
  82. 7B11269F1E2D263F00F9B03B /* RNNEventEmitter.m */,
  83. 7B11269B1E2D1D4800F9B03B /* RNNAssert.h */,
  84. 7B11269C1E2D1D4800F9B03B /* RNNAssert.m */,
  85. 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */,
  86. 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */,
  87. D8AFADBE1BEE6F3F00A4592D /* Products */,
  88. );
  89. sourceTree = "<group>";
  90. };
  91. D8AFADBE1BEE6F3F00A4592D /* Products */ = {
  92. isa = PBXGroup;
  93. children = (
  94. D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */,
  95. );
  96. name = Products;
  97. sourceTree = "<group>";
  98. };
  99. /* End PBXGroup section */
  100. /* Begin PBXHeadersBuildPhase section */
  101. 7B1126A21E2D2B5500F9B03B /* Headers */ = {
  102. isa = PBXHeadersBuildPhase;
  103. buildActionMask = 2147483647;
  104. files = (
  105. 7B1126A41E2D2B6C00F9B03B /* ReactNativeNavigation.h in Headers */,
  106. 7B1126A31E2D2B6C00F9B03B /* RNNSplashScreen.h in Headers */,
  107. 7B1126A51E2D2B6C00F9B03B /* RNN.h in Headers */,
  108. 7B1126A61E2D2B6C00F9B03B /* RNNBridgeModule.h in Headers */,
  109. 7B1126A71E2D2B6C00F9B03B /* RNNEventEmitter.h in Headers */,
  110. 7B1126A81E2D2B6C00F9B03B /* RNNAssert.h in Headers */,
  111. 7B1126A91E2D2B6C00F9B03B /* RNNControllerFactory.h in Headers */,
  112. );
  113. runOnlyForDeploymentPostprocessing = 0;
  114. };
  115. /* End PBXHeadersBuildPhase section */
  116. /* Begin PBXNativeTarget section */
  117. D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */ = {
  118. isa = PBXNativeTarget;
  119. buildConfigurationList = D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */;
  120. buildPhases = (
  121. D8AFADB91BEE6F3F00A4592D /* Sources */,
  122. D8AFADBA1BEE6F3F00A4592D /* Frameworks */,
  123. D8AFADBB1BEE6F3F00A4592D /* CopyFiles */,
  124. 7B1126A21E2D2B5500F9B03B /* Headers */,
  125. );
  126. buildRules = (
  127. );
  128. dependencies = (
  129. );
  130. name = ReactNativeNavigation;
  131. productName = libReactContacts;
  132. productReference = D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */;
  133. productType = "com.apple.product-type.library.static";
  134. };
  135. /* End PBXNativeTarget section */
  136. /* Begin PBXProject section */
  137. D8AFADB51BEE6F3F00A4592D /* Project object */ = {
  138. isa = PBXProject;
  139. attributes = {
  140. LastUpgradeCheck = 0710;
  141. ORGANIZATIONNAME = Wix;
  142. TargetAttributes = {
  143. D8AFADBC1BEE6F3F00A4592D = {
  144. CreatedOnToolsVersion = 7.1;
  145. };
  146. };
  147. };
  148. buildConfigurationList = D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */;
  149. compatibilityVersion = "Xcode 3.2";
  150. developmentRegion = English;
  151. hasScannedForEncodings = 0;
  152. knownRegions = (
  153. en,
  154. );
  155. mainGroup = D8AFADB41BEE6F3F00A4592D;
  156. productRefGroup = D8AFADBE1BEE6F3F00A4592D /* Products */;
  157. projectDirPath = "";
  158. projectRoot = "";
  159. targets = (
  160. D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */,
  161. );
  162. };
  163. /* End PBXProject section */
  164. /* Begin PBXSourcesBuildPhase section */
  165. D8AFADB91BEE6F3F00A4592D /* Sources */ = {
  166. isa = PBXSourcesBuildPhase;
  167. buildActionMask = 2147483647;
  168. files = (
  169. 7B1126A01E2D263F00F9B03B /* RNNEventEmitter.m in Sources */,
  170. 7B11269D1E2D1D4800F9B03B /* RNNAssert.m in Sources */,
  171. 7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */,
  172. 7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */,
  173. 7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */,
  174. 7BBFE5611E253F97002A6182 /* RNN.m in Sources */,
  175. 7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */,
  176. );
  177. runOnlyForDeploymentPostprocessing = 0;
  178. };
  179. /* End PBXSourcesBuildPhase section */
  180. /* Begin XCBuildConfiguration section */
  181. 7BD721EF1E2D376E00724059 /* Debug_Detox */ = {
  182. isa = XCBuildConfiguration;
  183. buildSettings = {
  184. ALWAYS_SEARCH_USER_PATHS = NO;
  185. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  186. CLANG_CXX_LIBRARY = "libc++";
  187. CLANG_ENABLE_MODULES = YES;
  188. CLANG_ENABLE_OBJC_ARC = YES;
  189. CLANG_WARN_BOOL_CONVERSION = YES;
  190. CLANG_WARN_CONSTANT_CONVERSION = YES;
  191. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  192. CLANG_WARN_EMPTY_BODY = YES;
  193. CLANG_WARN_ENUM_CONVERSION = YES;
  194. CLANG_WARN_INT_CONVERSION = YES;
  195. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  196. CLANG_WARN_UNREACHABLE_CODE = YES;
  197. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  198. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  199. COPY_PHASE_STRIP = NO;
  200. DEBUG_INFORMATION_FORMAT = dwarf;
  201. ENABLE_STRICT_OBJC_MSGSEND = YES;
  202. ENABLE_TESTABILITY = YES;
  203. GCC_C_LANGUAGE_STANDARD = gnu99;
  204. GCC_DYNAMIC_NO_PIC = NO;
  205. GCC_NO_COMMON_BLOCKS = YES;
  206. GCC_OPTIMIZATION_LEVEL = 0;
  207. GCC_PREPROCESSOR_DEFINITIONS = (
  208. "DEBUG=1",
  209. "$(inherited)",
  210. );
  211. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  212. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  213. GCC_WARN_UNDECLARED_SELECTOR = YES;
  214. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  215. GCC_WARN_UNUSED_FUNCTION = YES;
  216. GCC_WARN_UNUSED_VARIABLE = YES;
  217. HEADER_SEARCH_PATHS = (
  218. "$(inherited)",
  219. "$(SRCROOT)/../../react-native/React/**",
  220. );
  221. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  222. MTL_ENABLE_DEBUG_INFO = YES;
  223. ONLY_ACTIVE_ARCH = YES;
  224. SDKROOT = iphoneos;
  225. };
  226. name = Debug_Detox;
  227. };
  228. 7BD721F01E2D376E00724059 /* Debug_Detox */ = {
  229. isa = XCBuildConfiguration;
  230. buildSettings = {
  231. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  232. HEADER_SEARCH_PATHS = (
  233. "$(inherited)",
  234. "$(SRCROOT)/../../react-native/React/**",
  235. );
  236. OTHER_LDFLAGS = "-ObjC";
  237. PRODUCT_NAME = ReactNativeNavigation;
  238. PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
  239. SKIP_INSTALL = YES;
  240. };
  241. name = Debug_Detox;
  242. };
  243. 7BD721F11E2D377700724059 /* Release_Detox */ = {
  244. isa = XCBuildConfiguration;
  245. buildSettings = {
  246. ALWAYS_SEARCH_USER_PATHS = NO;
  247. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  248. CLANG_CXX_LIBRARY = "libc++";
  249. CLANG_ENABLE_MODULES = YES;
  250. CLANG_ENABLE_OBJC_ARC = YES;
  251. CLANG_WARN_BOOL_CONVERSION = YES;
  252. CLANG_WARN_CONSTANT_CONVERSION = YES;
  253. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  254. CLANG_WARN_EMPTY_BODY = YES;
  255. CLANG_WARN_ENUM_CONVERSION = YES;
  256. CLANG_WARN_INT_CONVERSION = YES;
  257. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  258. CLANG_WARN_UNREACHABLE_CODE = YES;
  259. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  260. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  261. COPY_PHASE_STRIP = NO;
  262. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  263. ENABLE_NS_ASSERTIONS = NO;
  264. ENABLE_STRICT_OBJC_MSGSEND = YES;
  265. GCC_C_LANGUAGE_STANDARD = gnu99;
  266. GCC_NO_COMMON_BLOCKS = YES;
  267. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  268. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  269. GCC_WARN_UNDECLARED_SELECTOR = YES;
  270. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  271. GCC_WARN_UNUSED_FUNCTION = YES;
  272. GCC_WARN_UNUSED_VARIABLE = YES;
  273. HEADER_SEARCH_PATHS = (
  274. "$(inherited)",
  275. "$(SRCROOT)/../../react-native/React/**",
  276. );
  277. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  278. MTL_ENABLE_DEBUG_INFO = NO;
  279. SDKROOT = iphoneos;
  280. VALIDATE_PRODUCT = YES;
  281. };
  282. name = Release_Detox;
  283. };
  284. 7BD721F21E2D377700724059 /* Release_Detox */ = {
  285. isa = XCBuildConfiguration;
  286. buildSettings = {
  287. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  288. HEADER_SEARCH_PATHS = (
  289. "$(inherited)",
  290. "$(SRCROOT)/../../react-native/React/**",
  291. );
  292. OTHER_LDFLAGS = "-ObjC";
  293. PRODUCT_NAME = ReactNativeNavigation;
  294. PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
  295. SKIP_INSTALL = YES;
  296. };
  297. name = Release_Detox;
  298. };
  299. D8AFADC41BEE6F3F00A4592D /* Debug */ = {
  300. isa = XCBuildConfiguration;
  301. buildSettings = {
  302. ALWAYS_SEARCH_USER_PATHS = NO;
  303. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  304. CLANG_CXX_LIBRARY = "libc++";
  305. CLANG_ENABLE_MODULES = YES;
  306. CLANG_ENABLE_OBJC_ARC = YES;
  307. CLANG_WARN_BOOL_CONVERSION = YES;
  308. CLANG_WARN_CONSTANT_CONVERSION = YES;
  309. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  310. CLANG_WARN_EMPTY_BODY = YES;
  311. CLANG_WARN_ENUM_CONVERSION = YES;
  312. CLANG_WARN_INT_CONVERSION = YES;
  313. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  314. CLANG_WARN_UNREACHABLE_CODE = YES;
  315. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  316. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  317. COPY_PHASE_STRIP = NO;
  318. DEBUG_INFORMATION_FORMAT = dwarf;
  319. ENABLE_STRICT_OBJC_MSGSEND = YES;
  320. ENABLE_TESTABILITY = YES;
  321. GCC_C_LANGUAGE_STANDARD = gnu99;
  322. GCC_DYNAMIC_NO_PIC = NO;
  323. GCC_NO_COMMON_BLOCKS = YES;
  324. GCC_OPTIMIZATION_LEVEL = 0;
  325. GCC_PREPROCESSOR_DEFINITIONS = (
  326. "DEBUG=1",
  327. "$(inherited)",
  328. );
  329. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  330. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  331. GCC_WARN_UNDECLARED_SELECTOR = YES;
  332. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  333. GCC_WARN_UNUSED_FUNCTION = YES;
  334. GCC_WARN_UNUSED_VARIABLE = YES;
  335. HEADER_SEARCH_PATHS = (
  336. "$(inherited)",
  337. "$(SRCROOT)/../../react-native/React/**",
  338. );
  339. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  340. MTL_ENABLE_DEBUG_INFO = YES;
  341. ONLY_ACTIVE_ARCH = YES;
  342. SDKROOT = iphoneos;
  343. };
  344. name = Debug;
  345. };
  346. D8AFADC51BEE6F3F00A4592D /* Release */ = {
  347. isa = XCBuildConfiguration;
  348. buildSettings = {
  349. ALWAYS_SEARCH_USER_PATHS = NO;
  350. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  351. CLANG_CXX_LIBRARY = "libc++";
  352. CLANG_ENABLE_MODULES = YES;
  353. CLANG_ENABLE_OBJC_ARC = YES;
  354. CLANG_WARN_BOOL_CONVERSION = YES;
  355. CLANG_WARN_CONSTANT_CONVERSION = YES;
  356. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  357. CLANG_WARN_EMPTY_BODY = YES;
  358. CLANG_WARN_ENUM_CONVERSION = YES;
  359. CLANG_WARN_INT_CONVERSION = YES;
  360. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  361. CLANG_WARN_UNREACHABLE_CODE = YES;
  362. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  363. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  364. COPY_PHASE_STRIP = NO;
  365. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  366. ENABLE_NS_ASSERTIONS = NO;
  367. ENABLE_STRICT_OBJC_MSGSEND = YES;
  368. GCC_C_LANGUAGE_STANDARD = gnu99;
  369. GCC_NO_COMMON_BLOCKS = YES;
  370. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  371. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  372. GCC_WARN_UNDECLARED_SELECTOR = YES;
  373. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  374. GCC_WARN_UNUSED_FUNCTION = YES;
  375. GCC_WARN_UNUSED_VARIABLE = YES;
  376. HEADER_SEARCH_PATHS = (
  377. "$(inherited)",
  378. "$(SRCROOT)/../../react-native/React/**",
  379. );
  380. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  381. MTL_ENABLE_DEBUG_INFO = NO;
  382. SDKROOT = iphoneos;
  383. VALIDATE_PRODUCT = YES;
  384. };
  385. name = Release;
  386. };
  387. D8AFADC71BEE6F3F00A4592D /* Debug */ = {
  388. isa = XCBuildConfiguration;
  389. buildSettings = {
  390. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  391. HEADER_SEARCH_PATHS = (
  392. "$(inherited)",
  393. "$(SRCROOT)/../../react-native/React/**",
  394. );
  395. OTHER_LDFLAGS = "-ObjC";
  396. PRODUCT_NAME = ReactNativeNavigation;
  397. PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
  398. SKIP_INSTALL = YES;
  399. };
  400. name = Debug;
  401. };
  402. D8AFADC81BEE6F3F00A4592D /* Release */ = {
  403. isa = XCBuildConfiguration;
  404. buildSettings = {
  405. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  406. HEADER_SEARCH_PATHS = (
  407. "$(inherited)",
  408. "$(SRCROOT)/../../react-native/React/**",
  409. );
  410. OTHER_LDFLAGS = "-ObjC";
  411. PRODUCT_NAME = ReactNativeNavigation;
  412. PUBLIC_HEADERS_FOLDER_PATH = "include/${PRODUCT_NAME}";
  413. SKIP_INSTALL = YES;
  414. };
  415. name = Release;
  416. };
  417. /* End XCBuildConfiguration section */
  418. /* Begin XCConfigurationList section */
  419. D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */ = {
  420. isa = XCConfigurationList;
  421. buildConfigurations = (
  422. D8AFADC41BEE6F3F00A4592D /* Debug */,
  423. 7BD721EF1E2D376E00724059 /* Debug_Detox */,
  424. D8AFADC51BEE6F3F00A4592D /* Release */,
  425. 7BD721F11E2D377700724059 /* Release_Detox */,
  426. );
  427. defaultConfigurationIsVisible = 0;
  428. defaultConfigurationName = Release;
  429. };
  430. D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */ = {
  431. isa = XCConfigurationList;
  432. buildConfigurations = (
  433. D8AFADC71BEE6F3F00A4592D /* Debug */,
  434. 7BD721F01E2D376E00724059 /* Debug_Detox */,
  435. D8AFADC81BEE6F3F00A4592D /* Release */,
  436. 7BD721F21E2D377700724059 /* Release_Detox */,
  437. );
  438. defaultConfigurationIsVisible = 0;
  439. defaultConfigurationName = Release;
  440. };
  441. /* End XCConfigurationList section */
  442. };
  443. rootObject = D8AFADB51BEE6F3F00A4592D /* Project object */;
  444. }