react-native-navigation的迁移库

project.pbxproj 21KB

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