react-native-navigation的迁移库

project.pbxproj 35KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 2606F7DA1E0BC3FC00CC69CC /* RNNViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2606F7D91E0BC3FC00CC69CC /* RNNViewController.m */; };
  10. 260804DB1CE0D9D20094DBA1 /* RCCToolBar.m in Sources */ = {isa = PBXBuildFile; fileRef = 260804DA1CE0D9D20094DBA1 /* RCCToolBar.m */; };
  11. 263617541E124FA100D88A13 /* RNNNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = 263617531E124FA100D88A13 /* RNNNavigationController.m */; };
  12. 2636176F1E12722900D88A13 /* RNNTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2636176E1E12722900D88A13 /* RNNTabBarController.m */; };
  13. 2636F1611E0EC9E7007ABB09 /* RNNStyler.m in Sources */ = {isa = PBXBuildFile; fileRef = 2636F1601E0EC9E7007ABB09 /* RNNStyler.m */; };
  14. 26AFF3F51D7EEE2400CBA211 /* RCCTitleViewHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */; };
  15. 7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */; };
  16. 7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BA500771E254908001B9E1B /* RNNSplashScreen.m */; };
  17. 7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */; };
  18. 7BBFE5611E253F97002A6182 /* RNNStore.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BBFE5601E253F97002A6182 /* RNNStore.m */; };
  19. 7BC9346B1E267BAD00EFA125 /* RNNCommandsHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC9346A1E267BAD00EFA125 /* RNNCommandsHandler.m */; };
  20. 7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */; };
  21. CC84A19E1C1A0C4E00B3A6A2 /* RCCManager.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */; };
  22. CC84A19F1C1A0C4E00B3A6A2 /* RCCManagerModule.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1961C1A0C4E00B3A6A2 /* RCCManagerModule.m */; };
  23. CC84A1A01C1A0C4E00B3A6A2 /* RCCNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A1981C1A0C4E00B3A6A2 /* RCCNavigationController.m */; };
  24. CC84A1A11C1A0C4E00B3A6A2 /* RCCTabBarController.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A19A1C1A0C4E00B3A6A2 /* RCCTabBarController.m */; };
  25. CC84A1A21C1A0C4E00B3A6A2 /* RCCViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = CC84A19C1C1A0C4E00B3A6A2 /* RCCViewController.m */; };
  26. D83514F61D29719A00D53758 /* RCCNotification.m in Sources */ = {isa = PBXBuildFile; fileRef = D83514F51D29719A00D53758 /* RCCNotification.m */; };
  27. D84813191C8C5EB700051BAF /* RCCLightBox.m in Sources */ = {isa = PBXBuildFile; fileRef = D84813181C8C5EB700051BAF /* RCCLightBox.m */; };
  28. D85082E11CBCF54200FDB961 /* RCCDrawerHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082CB1CBCF54200FDB961 /* RCCDrawerHelper.m */; };
  29. D85082E21CBCF54200FDB961 /* RCCTheSideBarManagerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082CE1CBCF54200FDB961 /* RCCTheSideBarManagerViewController.m */; };
  30. D85082E31CBCF54200FDB961 /* SidebarAirbnbAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082D21CBCF54200FDB961 /* SidebarAirbnbAnimation.m */; };
  31. D85082E41CBCF54200FDB961 /* SidebarAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082D41CBCF54200FDB961 /* SidebarAnimation.m */; };
  32. D85082E51CBCF54200FDB961 /* SidebarFacebookAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082D61CBCF54200FDB961 /* SidebarFacebookAnimation.m */; };
  33. D85082E61CBCF54200FDB961 /* SidebarFeedlyAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082D81CBCF54200FDB961 /* SidebarFeedlyAnimation.m */; };
  34. D85082E71CBCF54200FDB961 /* SidebarFlipboardAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082DA1CBCF54200FDB961 /* SidebarFlipboardAnimation.m */; };
  35. D85082E81CBCF54200FDB961 /* SidebarLuvocracyAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082DC1CBCF54200FDB961 /* SidebarLuvocracyAnimation.m */; };
  36. D85082E91CBCF54200FDB961 /* SidebarWunderlistAnimation.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082DE1CBCF54200FDB961 /* SidebarWunderlistAnimation.m */; };
  37. D85082EA1CBCF54200FDB961 /* TheSidebarController.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082E01CBCF54200FDB961 /* TheSidebarController.m */; };
  38. D85082FC1CBCF8A800FDB961 /* MMDrawerBarButtonItem.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082BE1CBCF42400FDB961 /* MMDrawerBarButtonItem.m */; };
  39. D85082FD1CBCF8A800FDB961 /* MMDrawerController.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082C11CBCF42400FDB961 /* MMDrawerController.m */; };
  40. D85082FE1CBCF8A800FDB961 /* MMDrawerVisualState.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082C31CBCF42400FDB961 /* MMDrawerVisualState.m */; };
  41. D85082FF1CBCF8A800FDB961 /* MMExampleDrawerVisualStateManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082C51CBCF42400FDB961 /* MMExampleDrawerVisualStateManager.m */; };
  42. D85083001CBCF8A800FDB961 /* UIViewController+MMDrawerController.m in Sources */ = {isa = PBXBuildFile; fileRef = D85082C71CBCF42400FDB961 /* UIViewController+MMDrawerController.m */; };
  43. D8D779981D04B7180050CFEA /* RCTHelpers.m in Sources */ = {isa = PBXBuildFile; fileRef = D8D779971D04B7180050CFEA /* RCTHelpers.m */; };
  44. D8E11C571CBD1F670018B644 /* RCCDrawerController.m in Sources */ = {isa = PBXBuildFile; fileRef = D8E11C561CBD1F670018B644 /* RCCDrawerController.m */; };
  45. /* End PBXBuildFile section */
  46. /* Begin PBXCopyFilesBuildPhase section */
  47. D8AFADBB1BEE6F3F00A4592D /* CopyFiles */ = {
  48. isa = PBXCopyFilesBuildPhase;
  49. buildActionMask = 2147483647;
  50. dstPath = "include/$(PRODUCT_NAME)";
  51. dstSubfolderSpec = 16;
  52. files = (
  53. );
  54. runOnlyForDeploymentPostprocessing = 0;
  55. };
  56. /* End PBXCopyFilesBuildPhase section */
  57. /* Begin PBXFileReference section */
  58. 2606F7D81E0BC3FC00CC69CC /* RNNViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNViewController.h; sourceTree = "<group>"; };
  59. 2606F7D91E0BC3FC00CC69CC /* RNNViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNViewController.m; sourceTree = "<group>"; };
  60. 260804D91CE0D9D20094DBA1 /* RCCToolBar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCToolBar.h; sourceTree = "<group>"; };
  61. 260804DA1CE0D9D20094DBA1 /* RCCToolBar.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCToolBar.m; sourceTree = "<group>"; };
  62. 263617521E124FA100D88A13 /* RNNNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNNavigationController.h; sourceTree = "<group>"; };
  63. 263617531E124FA100D88A13 /* RNNNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNNavigationController.m; sourceTree = "<group>"; };
  64. 2636176D1E12722900D88A13 /* RNNTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNTabBarController.h; sourceTree = "<group>"; };
  65. 2636176E1E12722900D88A13 /* RNNTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNTabBarController.m; sourceTree = "<group>"; };
  66. 2636F15F1E0EC9E7007ABB09 /* RNNStyler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNStyler.h; sourceTree = "<group>"; };
  67. 2636F1601E0EC9E7007ABB09 /* RNNStyler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNStyler.m; sourceTree = "<group>"; };
  68. 26AFF3F31D7EEE2400CBA211 /* RCCTitleViewHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCTitleViewHelper.h; sourceTree = "<group>"; };
  69. 26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCTitleViewHelper.m; sourceTree = "<group>"; };
  70. 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ReactNativeNavigation.h; sourceTree = "<group>"; };
  71. 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ReactNativeNavigation.m; sourceTree = "<group>"; };
  72. 7BA500761E254908001B9E1B /* RNNSplashScreen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNSplashScreen.h; sourceTree = "<group>"; };
  73. 7BA500771E254908001B9E1B /* RNNSplashScreen.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNSplashScreen.m; sourceTree = "<group>"; };
  74. 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNBridgeModule.h; sourceTree = "<group>"; };
  75. 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNBridgeModule.m; sourceTree = "<group>"; };
  76. 7BBFE55F1E253F97002A6182 /* RNNStore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNStore.h; sourceTree = "<group>"; };
  77. 7BBFE5601E253F97002A6182 /* RNNStore.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNStore.m; sourceTree = "<group>"; };
  78. 7BC934691E267BAD00EFA125 /* RNNCommandsHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNCommandsHandler.h; sourceTree = "<group>"; };
  79. 7BC9346A1E267BAD00EFA125 /* RNNCommandsHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNCommandsHandler.m; sourceTree = "<group>"; };
  80. 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNControllerFactory.h; sourceTree = "<group>"; };
  81. 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNControllerFactory.m; sourceTree = "<group>"; };
  82. CC84A1931C1A0C4E00B3A6A2 /* RCCManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCManager.h; sourceTree = "<group>"; };
  83. CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = RCCManager.m; sourceTree = "<group>"; tabWidth = 2; };
  84. CC84A1951C1A0C4E00B3A6A2 /* RCCManagerModule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCManagerModule.h; sourceTree = "<group>"; };
  85. CC84A1961C1A0C4E00B3A6A2 /* RCCManagerModule.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCManagerModule.m; sourceTree = "<group>"; };
  86. CC84A1971C1A0C4E00B3A6A2 /* RCCNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCNavigationController.h; sourceTree = "<group>"; };
  87. CC84A1981C1A0C4E00B3A6A2 /* RCCNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = RCCNavigationController.m; sourceTree = "<group>"; tabWidth = 2; };
  88. CC84A1991C1A0C4E00B3A6A2 /* RCCTabBarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCTabBarController.h; sourceTree = "<group>"; };
  89. CC84A19A1C1A0C4E00B3A6A2 /* RCCTabBarController.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = RCCTabBarController.m; sourceTree = "<group>"; tabWidth = 2; };
  90. CC84A19B1C1A0C4E00B3A6A2 /* RCCViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCViewController.h; sourceTree = "<group>"; };
  91. CC84A19C1C1A0C4E00B3A6A2 /* RCCViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = RCCViewController.m; sourceTree = "<group>"; tabWidth = 2; };
  92. D800E8171CFED1DB004A187F /* RCCExternalViewControllerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCExternalViewControllerProtocol.h; sourceTree = "<group>"; };
  93. D83514F41D29719A00D53758 /* RCCNotification.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCNotification.h; sourceTree = "<group>"; };
  94. D83514F51D29719A00D53758 /* RCCNotification.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCNotification.m; sourceTree = "<group>"; };
  95. D84813171C8C5EB700051BAF /* RCCLightBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCLightBox.h; sourceTree = "<group>"; };
  96. D84813181C8C5EB700051BAF /* RCCLightBox.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCLightBox.m; sourceTree = "<group>"; };
  97. D85082BD1CBCF42400FDB961 /* MMDrawerBarButtonItem.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MMDrawerBarButtonItem.h; sourceTree = "<group>"; };
  98. D85082BE1CBCF42400FDB961 /* MMDrawerBarButtonItem.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MMDrawerBarButtonItem.m; sourceTree = "<group>"; };
  99. D85082BF1CBCF42400FDB961 /* MMDrawerController+Subclass.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "MMDrawerController+Subclass.h"; sourceTree = "<group>"; };
  100. D85082C01CBCF42400FDB961 /* MMDrawerController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MMDrawerController.h; sourceTree = "<group>"; };
  101. D85082C11CBCF42400FDB961 /* MMDrawerController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MMDrawerController.m; sourceTree = "<group>"; };
  102. D85082C21CBCF42400FDB961 /* MMDrawerVisualState.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MMDrawerVisualState.h; sourceTree = "<group>"; };
  103. D85082C31CBCF42400FDB961 /* MMDrawerVisualState.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MMDrawerVisualState.m; sourceTree = "<group>"; };
  104. D85082C41CBCF42400FDB961 /* MMExampleDrawerVisualStateManager.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = MMExampleDrawerVisualStateManager.h; sourceTree = "<group>"; };
  105. D85082C51CBCF42400FDB961 /* MMExampleDrawerVisualStateManager.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = MMExampleDrawerVisualStateManager.m; sourceTree = "<group>"; };
  106. D85082C61CBCF42400FDB961 /* UIViewController+MMDrawerController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIViewController+MMDrawerController.h"; sourceTree = "<group>"; };
  107. D85082C71CBCF42400FDB961 /* UIViewController+MMDrawerController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+MMDrawerController.m"; sourceTree = "<group>"; };
  108. D85082C81CBCF42400FDB961 /* RCCDrawerController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RCCDrawerController.h; sourceTree = "<group>"; };
  109. D85082CA1CBCF54200FDB961 /* RCCDrawerHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCDrawerHelper.h; sourceTree = "<group>"; };
  110. D85082CB1CBCF54200FDB961 /* RCCDrawerHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCDrawerHelper.m; sourceTree = "<group>"; };
  111. D85082CC1CBCF54200FDB961 /* RCCDrawerProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCDrawerProtocol.h; sourceTree = "<group>"; };
  112. D85082CD1CBCF54200FDB961 /* RCCTheSideBarManagerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCCTheSideBarManagerViewController.h; sourceTree = "<group>"; };
  113. D85082CE1CBCF54200FDB961 /* RCCTheSideBarManagerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCTheSideBarManagerViewController.m; sourceTree = "<group>"; };
  114. D85082D11CBCF54200FDB961 /* SidebarAirbnbAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SidebarAirbnbAnimation.h; sourceTree = "<group>"; };
  115. D85082D21CBCF54200FDB961 /* SidebarAirbnbAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SidebarAirbnbAnimation.m; sourceTree = "<group>"; };
  116. D85082D31CBCF54200FDB961 /* SidebarAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SidebarAnimation.h; sourceTree = "<group>"; };
  117. D85082D41CBCF54200FDB961 /* SidebarAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SidebarAnimation.m; sourceTree = "<group>"; };
  118. D85082D51CBCF54200FDB961 /* SidebarFacebookAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SidebarFacebookAnimation.h; sourceTree = "<group>"; };
  119. D85082D61CBCF54200FDB961 /* SidebarFacebookAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SidebarFacebookAnimation.m; sourceTree = "<group>"; };
  120. D85082D71CBCF54200FDB961 /* SidebarFeedlyAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SidebarFeedlyAnimation.h; sourceTree = "<group>"; };
  121. D85082D81CBCF54200FDB961 /* SidebarFeedlyAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SidebarFeedlyAnimation.m; sourceTree = "<group>"; };
  122. D85082D91CBCF54200FDB961 /* SidebarFlipboardAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SidebarFlipboardAnimation.h; sourceTree = "<group>"; };
  123. D85082DA1CBCF54200FDB961 /* SidebarFlipboardAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SidebarFlipboardAnimation.m; sourceTree = "<group>"; };
  124. D85082DB1CBCF54200FDB961 /* SidebarLuvocracyAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SidebarLuvocracyAnimation.h; sourceTree = "<group>"; };
  125. D85082DC1CBCF54200FDB961 /* SidebarLuvocracyAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SidebarLuvocracyAnimation.m; sourceTree = "<group>"; };
  126. D85082DD1CBCF54200FDB961 /* SidebarWunderlistAnimation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SidebarWunderlistAnimation.h; sourceTree = "<group>"; };
  127. D85082DE1CBCF54200FDB961 /* SidebarWunderlistAnimation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SidebarWunderlistAnimation.m; sourceTree = "<group>"; };
  128. D85082DF1CBCF54200FDB961 /* TheSidebarController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TheSidebarController.h; sourceTree = "<group>"; };
  129. D85082E01CBCF54200FDB961 /* TheSidebarController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TheSidebarController.m; sourceTree = "<group>"; };
  130. D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libReactNativeNavigation.a; sourceTree = BUILT_PRODUCTS_DIR; };
  131. D8D779961D04B7180050CFEA /* RCTHelpers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCTHelpers.h; sourceTree = "<group>"; };
  132. D8D779971D04B7180050CFEA /* RCTHelpers.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCTHelpers.m; sourceTree = "<group>"; };
  133. D8E11C561CBD1F670018B644 /* RCCDrawerController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RCCDrawerController.m; sourceTree = "<group>"; };
  134. /* End PBXFileReference section */
  135. /* Begin PBXFrameworksBuildPhase section */
  136. D8AFADBA1BEE6F3F00A4592D /* Frameworks */ = {
  137. isa = PBXFrameworksBuildPhase;
  138. buildActionMask = 2147483647;
  139. files = (
  140. );
  141. runOnlyForDeploymentPostprocessing = 0;
  142. };
  143. /* End PBXFrameworksBuildPhase section */
  144. /* Begin PBXGroup section */
  145. 260804D51CE0D7090094DBA1 /* RCCToolBar */ = {
  146. isa = PBXGroup;
  147. children = (
  148. 260804D91CE0D9D20094DBA1 /* RCCToolBar.h */,
  149. 260804DA1CE0D9D20094DBA1 /* RCCToolBar.m */,
  150. );
  151. path = RCCToolBar;
  152. sourceTree = "<group>";
  153. };
  154. 7BBFE53F1E253144002A6182 /* old */ = {
  155. isa = PBXGroup;
  156. children = (
  157. D8D779951D04B7180050CFEA /* Helpers */,
  158. 260804D51CE0D7090094DBA1 /* RCCToolBar */,
  159. D85082BB1CBCF42400FDB961 /* RCCDrawerController */,
  160. CC84A1931C1A0C4E00B3A6A2 /* RCCManager.h */,
  161. CC84A1941C1A0C4E00B3A6A2 /* RCCManager.m */,
  162. CC84A1951C1A0C4E00B3A6A2 /* RCCManagerModule.h */,
  163. CC84A1961C1A0C4E00B3A6A2 /* RCCManagerModule.m */,
  164. CC84A1971C1A0C4E00B3A6A2 /* RCCNavigationController.h */,
  165. CC84A1981C1A0C4E00B3A6A2 /* RCCNavigationController.m */,
  166. CC84A1991C1A0C4E00B3A6A2 /* RCCTabBarController.h */,
  167. CC84A19A1C1A0C4E00B3A6A2 /* RCCTabBarController.m */,
  168. CC84A19B1C1A0C4E00B3A6A2 /* RCCViewController.h */,
  169. CC84A19C1C1A0C4E00B3A6A2 /* RCCViewController.m */,
  170. D84813171C8C5EB700051BAF /* RCCLightBox.h */,
  171. D84813181C8C5EB700051BAF /* RCCLightBox.m */,
  172. D800E8171CFED1DB004A187F /* RCCExternalViewControllerProtocol.h */,
  173. D83514F41D29719A00D53758 /* RCCNotification.h */,
  174. D83514F51D29719A00D53758 /* RCCNotification.m */,
  175. 2636176D1E12722900D88A13 /* RNNTabBarController.h */,
  176. 2636176E1E12722900D88A13 /* RNNTabBarController.m */,
  177. 2606F7D81E0BC3FC00CC69CC /* RNNViewController.h */,
  178. 2606F7D91E0BC3FC00CC69CC /* RNNViewController.m */,
  179. 263617521E124FA100D88A13 /* RNNNavigationController.h */,
  180. 263617531E124FA100D88A13 /* RNNNavigationController.m */,
  181. 2636F15F1E0EC9E7007ABB09 /* RNNStyler.h */,
  182. 2636F1601E0EC9E7007ABB09 /* RNNStyler.m */,
  183. );
  184. name = old;
  185. sourceTree = "<group>";
  186. };
  187. D85082BB1CBCF42400FDB961 /* RCCDrawerController */ = {
  188. isa = PBXGroup;
  189. children = (
  190. D85082CF1CBCF54200FDB961 /* TheSidebarController */,
  191. D85082BC1CBCF42400FDB961 /* MMDrawerController */,
  192. D85082CA1CBCF54200FDB961 /* RCCDrawerHelper.h */,
  193. D85082CB1CBCF54200FDB961 /* RCCDrawerHelper.m */,
  194. D85082CC1CBCF54200FDB961 /* RCCDrawerProtocol.h */,
  195. D85082CD1CBCF54200FDB961 /* RCCTheSideBarManagerViewController.h */,
  196. D85082CE1CBCF54200FDB961 /* RCCTheSideBarManagerViewController.m */,
  197. D85082C81CBCF42400FDB961 /* RCCDrawerController.h */,
  198. D8E11C561CBD1F670018B644 /* RCCDrawerController.m */,
  199. );
  200. path = RCCDrawerController;
  201. sourceTree = "<group>";
  202. };
  203. D85082BC1CBCF42400FDB961 /* MMDrawerController */ = {
  204. isa = PBXGroup;
  205. children = (
  206. D85082BD1CBCF42400FDB961 /* MMDrawerBarButtonItem.h */,
  207. D85082BE1CBCF42400FDB961 /* MMDrawerBarButtonItem.m */,
  208. D85082BF1CBCF42400FDB961 /* MMDrawerController+Subclass.h */,
  209. D85082C01CBCF42400FDB961 /* MMDrawerController.h */,
  210. D85082C11CBCF42400FDB961 /* MMDrawerController.m */,
  211. D85082C21CBCF42400FDB961 /* MMDrawerVisualState.h */,
  212. D85082C31CBCF42400FDB961 /* MMDrawerVisualState.m */,
  213. D85082C41CBCF42400FDB961 /* MMExampleDrawerVisualStateManager.h */,
  214. D85082C51CBCF42400FDB961 /* MMExampleDrawerVisualStateManager.m */,
  215. D85082C61CBCF42400FDB961 /* UIViewController+MMDrawerController.h */,
  216. D85082C71CBCF42400FDB961 /* UIViewController+MMDrawerController.m */,
  217. );
  218. path = MMDrawerController;
  219. sourceTree = "<group>";
  220. };
  221. D85082CF1CBCF54200FDB961 /* TheSidebarController */ = {
  222. isa = PBXGroup;
  223. children = (
  224. D85082D01CBCF54200FDB961 /* Animations */,
  225. D85082DF1CBCF54200FDB961 /* TheSidebarController.h */,
  226. D85082E01CBCF54200FDB961 /* TheSidebarController.m */,
  227. );
  228. path = TheSidebarController;
  229. sourceTree = "<group>";
  230. };
  231. D85082D01CBCF54200FDB961 /* Animations */ = {
  232. isa = PBXGroup;
  233. children = (
  234. D85082D11CBCF54200FDB961 /* SidebarAirbnbAnimation.h */,
  235. D85082D21CBCF54200FDB961 /* SidebarAirbnbAnimation.m */,
  236. D85082D31CBCF54200FDB961 /* SidebarAnimation.h */,
  237. D85082D41CBCF54200FDB961 /* SidebarAnimation.m */,
  238. D85082D51CBCF54200FDB961 /* SidebarFacebookAnimation.h */,
  239. D85082D61CBCF54200FDB961 /* SidebarFacebookAnimation.m */,
  240. D85082D71CBCF54200FDB961 /* SidebarFeedlyAnimation.h */,
  241. D85082D81CBCF54200FDB961 /* SidebarFeedlyAnimation.m */,
  242. D85082D91CBCF54200FDB961 /* SidebarFlipboardAnimation.h */,
  243. D85082DA1CBCF54200FDB961 /* SidebarFlipboardAnimation.m */,
  244. D85082DB1CBCF54200FDB961 /* SidebarLuvocracyAnimation.h */,
  245. D85082DC1CBCF54200FDB961 /* SidebarLuvocracyAnimation.m */,
  246. D85082DD1CBCF54200FDB961 /* SidebarWunderlistAnimation.h */,
  247. D85082DE1CBCF54200FDB961 /* SidebarWunderlistAnimation.m */,
  248. );
  249. path = Animations;
  250. sourceTree = "<group>";
  251. };
  252. D8AFADB41BEE6F3F00A4592D = {
  253. isa = PBXGroup;
  254. children = (
  255. 7BC9346C1E26886E00EFA125 /* RNNControllerFactory.h */,
  256. 7BC9346D1E26886E00EFA125 /* RNNControllerFactory.m */,
  257. 7BC934691E267BAD00EFA125 /* RNNCommandsHandler.h */,
  258. 7BC9346A1E267BAD00EFA125 /* RNNCommandsHandler.m */,
  259. 7BA500731E2544B9001B9E1B /* ReactNativeNavigation.h */,
  260. 7BA500741E2544B9001B9E1B /* ReactNativeNavigation.m */,
  261. 7BA500761E254908001B9E1B /* RNNSplashScreen.h */,
  262. 7BA500771E254908001B9E1B /* RNNSplashScreen.m */,
  263. 7BBFE55F1E253F97002A6182 /* RNNStore.h */,
  264. 7BBFE5601E253F97002A6182 /* RNNStore.m */,
  265. 7BBFE5421E25330E002A6182 /* RNNBridgeModule.h */,
  266. 7BBFE5431E25330E002A6182 /* RNNBridgeModule.m */,
  267. 7BBFE53F1E253144002A6182 /* old */,
  268. D8AFADBE1BEE6F3F00A4592D /* Products */,
  269. );
  270. sourceTree = "<group>";
  271. };
  272. D8AFADBE1BEE6F3F00A4592D /* Products */ = {
  273. isa = PBXGroup;
  274. children = (
  275. D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */,
  276. );
  277. name = Products;
  278. sourceTree = "<group>";
  279. };
  280. D8D779951D04B7180050CFEA /* Helpers */ = {
  281. isa = PBXGroup;
  282. children = (
  283. D8D779961D04B7180050CFEA /* RCTHelpers.h */,
  284. D8D779971D04B7180050CFEA /* RCTHelpers.m */,
  285. 26AFF3F31D7EEE2400CBA211 /* RCCTitleViewHelper.h */,
  286. 26AFF3F41D7EEE2400CBA211 /* RCCTitleViewHelper.m */,
  287. );
  288. path = Helpers;
  289. sourceTree = "<group>";
  290. };
  291. /* End PBXGroup section */
  292. /* Begin PBXNativeTarget section */
  293. D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */ = {
  294. isa = PBXNativeTarget;
  295. buildConfigurationList = D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */;
  296. buildPhases = (
  297. D8AFADB91BEE6F3F00A4592D /* Sources */,
  298. D8AFADBA1BEE6F3F00A4592D /* Frameworks */,
  299. D8AFADBB1BEE6F3F00A4592D /* CopyFiles */,
  300. );
  301. buildRules = (
  302. );
  303. dependencies = (
  304. );
  305. name = ReactNativeNavigation;
  306. productName = libReactContacts;
  307. productReference = D8AFADBD1BEE6F3F00A4592D /* libReactNativeNavigation.a */;
  308. productType = "com.apple.product-type.library.static";
  309. };
  310. /* End PBXNativeTarget section */
  311. /* Begin PBXProject section */
  312. D8AFADB51BEE6F3F00A4592D /* Project object */ = {
  313. isa = PBXProject;
  314. attributes = {
  315. LastUpgradeCheck = 0710;
  316. ORGANIZATIONNAME = Wix;
  317. TargetAttributes = {
  318. D8AFADBC1BEE6F3F00A4592D = {
  319. CreatedOnToolsVersion = 7.1;
  320. };
  321. };
  322. };
  323. buildConfigurationList = D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */;
  324. compatibilityVersion = "Xcode 3.2";
  325. developmentRegion = English;
  326. hasScannedForEncodings = 0;
  327. knownRegions = (
  328. en,
  329. );
  330. mainGroup = D8AFADB41BEE6F3F00A4592D;
  331. productRefGroup = D8AFADBE1BEE6F3F00A4592D /* Products */;
  332. projectDirPath = "";
  333. projectRoot = "";
  334. targets = (
  335. D8AFADBC1BEE6F3F00A4592D /* ReactNativeNavigation */,
  336. );
  337. };
  338. /* End PBXProject section */
  339. /* Begin PBXSourcesBuildPhase section */
  340. D8AFADB91BEE6F3F00A4592D /* Sources */ = {
  341. isa = PBXSourcesBuildPhase;
  342. buildActionMask = 2147483647;
  343. files = (
  344. 7BA500751E2544B9001B9E1B /* ReactNativeNavigation.m in Sources */,
  345. D85082EA1CBCF54200FDB961 /* TheSidebarController.m in Sources */,
  346. CC84A1A01C1A0C4E00B3A6A2 /* RCCNavigationController.m in Sources */,
  347. D83514F61D29719A00D53758 /* RCCNotification.m in Sources */,
  348. CC84A19F1C1A0C4E00B3A6A2 /* RCCManagerModule.m in Sources */,
  349. 26AFF3F51D7EEE2400CBA211 /* RCCTitleViewHelper.m in Sources */,
  350. 7BBFE5441E25330E002A6182 /* RNNBridgeModule.m in Sources */,
  351. D8D779981D04B7180050CFEA /* RCTHelpers.m in Sources */,
  352. D85082E81CBCF54200FDB961 /* SidebarLuvocracyAnimation.m in Sources */,
  353. D85082E31CBCF54200FDB961 /* SidebarAirbnbAnimation.m in Sources */,
  354. D84813191C8C5EB700051BAF /* RCCLightBox.m in Sources */,
  355. CC84A19E1C1A0C4E00B3A6A2 /* RCCManager.m in Sources */,
  356. D85082E21CBCF54200FDB961 /* RCCTheSideBarManagerViewController.m in Sources */,
  357. D85082FC1CBCF8A800FDB961 /* MMDrawerBarButtonItem.m in Sources */,
  358. D85083001CBCF8A800FDB961 /* UIViewController+MMDrawerController.m in Sources */,
  359. D85082FF1CBCF8A800FDB961 /* MMExampleDrawerVisualStateManager.m in Sources */,
  360. 7BC9346B1E267BAD00EFA125 /* RNNCommandsHandler.m in Sources */,
  361. D85082E61CBCF54200FDB961 /* SidebarFeedlyAnimation.m in Sources */,
  362. CC84A1A11C1A0C4E00B3A6A2 /* RCCTabBarController.m in Sources */,
  363. D85082E71CBCF54200FDB961 /* SidebarFlipboardAnimation.m in Sources */,
  364. D85082E51CBCF54200FDB961 /* SidebarFacebookAnimation.m in Sources */,
  365. CC84A1A21C1A0C4E00B3A6A2 /* RCCViewController.m in Sources */,
  366. 2636F1611E0EC9E7007ABB09 /* RNNStyler.m in Sources */,
  367. 263617541E124FA100D88A13 /* RNNNavigationController.m in Sources */,
  368. 7BA500781E254908001B9E1B /* RNNSplashScreen.m in Sources */,
  369. 2606F7DA1E0BC3FC00CC69CC /* RNNViewController.m in Sources */,
  370. D85082E91CBCF54200FDB961 /* SidebarWunderlistAnimation.m in Sources */,
  371. D85082E11CBCF54200FDB961 /* RCCDrawerHelper.m in Sources */,
  372. D85082FE1CBCF8A800FDB961 /* MMDrawerVisualState.m in Sources */,
  373. 7BBFE5611E253F97002A6182 /* RNNStore.m in Sources */,
  374. D85082FD1CBCF8A800FDB961 /* MMDrawerController.m in Sources */,
  375. 7BC9346E1E26886E00EFA125 /* RNNControllerFactory.m in Sources */,
  376. D85082E41CBCF54200FDB961 /* SidebarAnimation.m in Sources */,
  377. D8E11C571CBD1F670018B644 /* RCCDrawerController.m in Sources */,
  378. 2636176F1E12722900D88A13 /* RNNTabBarController.m in Sources */,
  379. 260804DB1CE0D9D20094DBA1 /* RCCToolBar.m in Sources */,
  380. );
  381. runOnlyForDeploymentPostprocessing = 0;
  382. };
  383. /* End PBXSourcesBuildPhase section */
  384. /* Begin XCBuildConfiguration section */
  385. D8AFADC41BEE6F3F00A4592D /* Debug */ = {
  386. isa = XCBuildConfiguration;
  387. buildSettings = {
  388. ALWAYS_SEARCH_USER_PATHS = NO;
  389. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  390. CLANG_CXX_LIBRARY = "libc++";
  391. CLANG_ENABLE_MODULES = YES;
  392. CLANG_ENABLE_OBJC_ARC = YES;
  393. CLANG_WARN_BOOL_CONVERSION = YES;
  394. CLANG_WARN_CONSTANT_CONVERSION = YES;
  395. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  396. CLANG_WARN_EMPTY_BODY = YES;
  397. CLANG_WARN_ENUM_CONVERSION = YES;
  398. CLANG_WARN_INT_CONVERSION = YES;
  399. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  400. CLANG_WARN_UNREACHABLE_CODE = YES;
  401. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  402. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  403. COPY_PHASE_STRIP = NO;
  404. DEBUG_INFORMATION_FORMAT = dwarf;
  405. ENABLE_STRICT_OBJC_MSGSEND = YES;
  406. ENABLE_TESTABILITY = YES;
  407. GCC_C_LANGUAGE_STANDARD = gnu99;
  408. GCC_DYNAMIC_NO_PIC = NO;
  409. GCC_NO_COMMON_BLOCKS = YES;
  410. GCC_OPTIMIZATION_LEVEL = 0;
  411. GCC_PREPROCESSOR_DEFINITIONS = (
  412. "DEBUG=1",
  413. "$(inherited)",
  414. );
  415. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  416. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  417. GCC_WARN_UNDECLARED_SELECTOR = YES;
  418. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  419. GCC_WARN_UNUSED_FUNCTION = YES;
  420. GCC_WARN_UNUSED_VARIABLE = YES;
  421. HEADER_SEARCH_PATHS = (
  422. "$(inherited)",
  423. "$(SRCROOT)/../../react-native/React/**",
  424. );
  425. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  426. MTL_ENABLE_DEBUG_INFO = YES;
  427. ONLY_ACTIVE_ARCH = YES;
  428. SDKROOT = iphoneos;
  429. };
  430. name = Debug;
  431. };
  432. D8AFADC51BEE6F3F00A4592D /* Release */ = {
  433. isa = XCBuildConfiguration;
  434. buildSettings = {
  435. ALWAYS_SEARCH_USER_PATHS = NO;
  436. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  437. CLANG_CXX_LIBRARY = "libc++";
  438. CLANG_ENABLE_MODULES = YES;
  439. CLANG_ENABLE_OBJC_ARC = YES;
  440. CLANG_WARN_BOOL_CONVERSION = YES;
  441. CLANG_WARN_CONSTANT_CONVERSION = YES;
  442. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  443. CLANG_WARN_EMPTY_BODY = YES;
  444. CLANG_WARN_ENUM_CONVERSION = YES;
  445. CLANG_WARN_INT_CONVERSION = YES;
  446. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  447. CLANG_WARN_UNREACHABLE_CODE = YES;
  448. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  449. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  450. COPY_PHASE_STRIP = NO;
  451. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  452. ENABLE_NS_ASSERTIONS = NO;
  453. ENABLE_STRICT_OBJC_MSGSEND = YES;
  454. GCC_C_LANGUAGE_STANDARD = gnu99;
  455. GCC_NO_COMMON_BLOCKS = YES;
  456. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  457. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  458. GCC_WARN_UNDECLARED_SELECTOR = YES;
  459. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  460. GCC_WARN_UNUSED_FUNCTION = YES;
  461. GCC_WARN_UNUSED_VARIABLE = YES;
  462. HEADER_SEARCH_PATHS = (
  463. "$(inherited)",
  464. "$(SRCROOT)/../../react-native/React/**",
  465. );
  466. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  467. MTL_ENABLE_DEBUG_INFO = NO;
  468. SDKROOT = iphoneos;
  469. VALIDATE_PRODUCT = YES;
  470. };
  471. name = Release;
  472. };
  473. D8AFADC71BEE6F3F00A4592D /* Debug */ = {
  474. isa = XCBuildConfiguration;
  475. buildSettings = {
  476. HEADER_SEARCH_PATHS = (
  477. "$(inherited)",
  478. "$(SRCROOT)/../../react-native/React/**",
  479. );
  480. OTHER_LDFLAGS = "-ObjC";
  481. PRODUCT_NAME = ReactNativeNavigation;
  482. SKIP_INSTALL = YES;
  483. };
  484. name = Debug;
  485. };
  486. D8AFADC81BEE6F3F00A4592D /* Release */ = {
  487. isa = XCBuildConfiguration;
  488. buildSettings = {
  489. HEADER_SEARCH_PATHS = (
  490. "$(inherited)",
  491. "$(SRCROOT)/../../react-native/React/**",
  492. );
  493. OTHER_LDFLAGS = "-ObjC";
  494. PRODUCT_NAME = ReactNativeNavigation;
  495. SKIP_INSTALL = YES;
  496. };
  497. name = Release;
  498. };
  499. /* End XCBuildConfiguration section */
  500. /* Begin XCConfigurationList section */
  501. D8AFADB81BEE6F3F00A4592D /* Build configuration list for PBXProject "ReactNativeNavigation" */ = {
  502. isa = XCConfigurationList;
  503. buildConfigurations = (
  504. D8AFADC41BEE6F3F00A4592D /* Debug */,
  505. D8AFADC51BEE6F3F00A4592D /* Release */,
  506. );
  507. defaultConfigurationIsVisible = 0;
  508. defaultConfigurationName = Release;
  509. };
  510. D8AFADC61BEE6F3F00A4592D /* Build configuration list for PBXNativeTarget "ReactNativeNavigation" */ = {
  511. isa = XCConfigurationList;
  512. buildConfigurations = (
  513. D8AFADC71BEE6F3F00A4592D /* Debug */,
  514. D8AFADC81BEE6F3F00A4592D /* Release */,
  515. );
  516. defaultConfigurationIsVisible = 0;
  517. defaultConfigurationName = Release;
  518. };
  519. /* End XCConfigurationList section */
  520. };
  521. rootObject = D8AFADB51BEE6F3F00A4592D /* Project object */;
  522. }