react-native-navigation的迁移库

project.pbxproj 14KB

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