react-native-navigation的迁移库

project.pbxproj 64KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  10. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  11. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  12. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  13. 500E9FE72406A52100C61231 /* BottomTabPresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 500E9FE62406A4E200C61231 /* BottomTabPresenterTest.m */; };
  14. 501C86B9239FE9C400E0B631 /* UIImage+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 501C86B8239FE9C400E0B631 /* UIImage+Utils.m */; };
  15. 5022EDCD2405522000852BA6 /* RNNBottomTabsPresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D263A2385888C003F36BA /* RNNBottomTabsPresenterTest.m */; };
  16. 5022EDCE2405524700852BA6 /* RNNBottomTabsAppearancePresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 5022EDCB240551EE00852BA6 /* RNNBottomTabsAppearancePresenterTest.m */; };
  17. 50451D35204451A900695F00 /* RNNCustomViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50451D34204451A800695F00 /* RNNCustomViewController.m */; };
  18. 50647FE323E3196800B92025 /* RNNExternalViewControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 50647FE223E3196800B92025 /* RNNExternalViewControllerTests.m */; };
  19. 50996C6823AA477400008F89 /* RNNRootViewControllerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 50996C6723AA477400008F89 /* RNNRootViewControllerTest.m */; };
  20. 50996C6923AA487800008F89 /* RNNTestRootViewCreator.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D263D2385888C003F36BA /* RNNTestRootViewCreator.m */; };
  21. 50BCB27623F1A2B100D6C8E5 /* TopBarAppearancePresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 50BCB27523F1A26600D6C8E5 /* TopBarAppearancePresenterTest.m */; };
  22. 50C9A8D1240EB95F00BD699F /* RNNBottomTabsController+Helpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 50CF233C240695B10098042D /* RNNBottomTabsController+Helpers.m */; };
  23. 50CF233D240695B10098042D /* RNNBottomTabsController+Helpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 50CF233C240695B10098042D /* RNNBottomTabsController+Helpers.m */; };
  24. 50C9A8D4240FB9D000BD699F /* RNNComponentViewController+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 50C9A8D3240FB9D000BD699F /* RNNComponentViewController+Utils.m */; };
  25. 67C681D42B662A53F29C19DA /* Pods_NavigationIOS12Tests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DEE0B5D45FD34FBABC6586CF /* Pods_NavigationIOS12Tests.framework */; };
  26. 9D204F3DC4FBCD81583BF99F /* Pods_playground.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4A3340545EAAF11C1F146864 /* Pods_playground.framework */; };
  27. E5046080227748EA00212BD8 /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = E504607F227748EA00212BD8 /* JavaScriptCore.framework */; };
  28. E58D26462385888C003F36BA /* UIViewController+LayoutProtocolTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26252385888B003F36BA /* UIViewController+LayoutProtocolTest.m */; };
  29. E58D26472385888C003F36BA /* RNNRootViewControllerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26262385888B003F36BA /* RNNRootViewControllerTest.m */; };
  30. E58D26482385888C003F36BA /* RNNDotIndicatorPresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26272385888B003F36BA /* RNNDotIndicatorPresenterTest.m */; };
  31. E58D26492385888C003F36BA /* RNNFontAttributesCreatorTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26282385888B003F36BA /* RNNFontAttributesCreatorTest.m */; };
  32. E58D264A2385888C003F36BA /* RNNTabBarControllerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26292385888B003F36BA /* RNNTabBarControllerTest.m */; };
  33. E58D264B2385888C003F36BA /* RNNLayoutManagerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D262A2385888B003F36BA /* RNNLayoutManagerTest.m */; };
  34. E58D264C2385888C003F36BA /* RNNSideMenuParserTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D262B2385888B003F36BA /* RNNSideMenuParserTest.m */; };
  35. E58D264D2385888C003F36BA /* RNNOverlayManagerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D262D2385888B003F36BA /* RNNOverlayManagerTest.m */; };
  36. E58D264E2385888C003F36BA /* RNNTestBase.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D262F2385888B003F36BA /* RNNTestBase.m */; };
  37. E58D264F2385888C003F36BA /* RNNStackPresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26312385888B003F36BA /* RNNStackPresenterTest.m */; };
  38. E58D26502385888C003F36BA /* RNNNavigationOptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26322385888B003F36BA /* RNNNavigationOptionsTest.m */; };
  39. E58D26512385888C003F36BA /* RNNExternalComponentStoreTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26332385888B003F36BA /* RNNExternalComponentStoreTest.m */; };
  40. E58D26522385888C003F36BA /* RNNComponentPresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26352385888B003F36BA /* RNNComponentPresenterTest.m */; };
  41. E58D26532385888C003F36BA /* RNNSideMenuPresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26362385888B003F36BA /* RNNSideMenuPresenterTest.m */; };
  42. E58D26542385888C003F36BA /* RNNSideMenuControllerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26372385888B003F36BA /* RNNSideMenuControllerTest.m */; };
  43. E58D26552385888C003F36BA /* RNNTransitionStateHolderTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26382385888B003F36BA /* RNNTransitionStateHolderTest.m */; };
  44. E58D26582385888C003F36BA /* UITabBarController+RNNOptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D263B2385888C003F36BA /* UITabBarController+RNNOptionsTest.m */; };
  45. E58D26592385888C003F36BA /* RNNNavigationStackManagerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D263C2385888C003F36BA /* RNNNavigationStackManagerTest.m */; };
  46. E58D265A2385888C003F36BA /* RNNTestRootViewCreator.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D263D2385888C003F36BA /* RNNTestRootViewCreator.m */; };
  47. E58D265B2385888C003F36BA /* UIViewController+RNNOptionsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D263E2385888C003F36BA /* UIViewController+RNNOptionsTest.m */; };
  48. E58D265C2385888C003F36BA /* RNNStackControllerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D263F2385888C003F36BA /* RNNStackControllerTest.m */; };
  49. E58D265D2385888C003F36BA /* RNNControllerFactoryTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26402385888C003F36BA /* RNNControllerFactoryTest.m */; };
  50. E58D265E2385888C003F36BA /* RNNCommandsHandlerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26412385888C003F36BA /* RNNCommandsHandlerTest.m */; };
  51. E58D265F2385888C003F36BA /* RNNBasePresenterTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26422385888C003F36BA /* RNNBasePresenterTest.m */; };
  52. E58D26602385888C003F36BA /* RNNModalManagerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26432385888C003F36BA /* RNNModalManagerTest.m */; };
  53. E58D26612385888C003F36BA /* RNNTestNoColor.m in Sources */ = {isa = PBXBuildFile; fileRef = E58D26452385888C003F36BA /* RNNTestNoColor.m */; };
  54. EFC0DF770EBAEFC23D0CB155 /* Pods_NavigationTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 84E32151E3A71C2B7328BCB4 /* Pods_NavigationTests.framework */; };
  55. FE548D2471FE535CFCE8B113 /* Pods_playground.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 50364D69238E7ECC000E62A2 /* Pods_playground.framework */; };
  56. /* End PBXBuildFile section */
  57. /* Begin PBXContainerItemProxy section */
  58. 50996C6223AA46DD00008F89 /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  61. proxyType = 1;
  62. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  63. remoteInfo = playground;
  64. };
  65. E58D2620238587F4003F36BA /* PBXContainerItemProxy */ = {
  66. isa = PBXContainerItemProxy;
  67. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  68. proxyType = 1;
  69. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  70. remoteInfo = playground;
  71. };
  72. /* End PBXContainerItemProxy section */
  73. /* Begin PBXFileReference section */
  74. 13B07F961A680F5B00A75B9A /* playground.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = playground.app; sourceTree = BUILT_PRODUCTS_DIR; };
  75. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  76. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  77. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  78. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  79. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  80. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  81. 4259AF43A23D928FE78B4A3A /* Pods-NavigationTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NavigationTests.debug.xcconfig"; path = "Target Support Files/Pods-NavigationTests/Pods-NavigationTests.debug.xcconfig"; sourceTree = "<group>"; };
  82. 4A3340545EAAF11C1F146864 /* Pods_playground.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_playground.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  83. 4AE37ACF6BFBAB211EE8E7E9 /* Pods-NavigationIOS12Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NavigationIOS12Tests.release.xcconfig"; path = "Target Support Files/Pods-NavigationIOS12Tests/Pods-NavigationIOS12Tests.release.xcconfig"; sourceTree = "<group>"; };
  84. 500E9FE62406A4E200C61231 /* BottomTabPresenterTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = BottomTabPresenterTest.m; sourceTree = "<group>"; };
  85. 501C86B7239FE9C400E0B631 /* UIImage+Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UIImage+Utils.h"; sourceTree = "<group>"; };
  86. 501C86B8239FE9C400E0B631 /* UIImage+Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "UIImage+Utils.m"; sourceTree = "<group>"; };
  87. 5022EDCB240551EE00852BA6 /* RNNBottomTabsAppearancePresenterTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNBottomTabsAppearancePresenterTest.m; sourceTree = "<group>"; };
  88. 50364D69238E7ECC000E62A2 /* Pods_playground.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = Pods_playground.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  89. 50364D6B238E7F0A000E62A2 /* ReactNativeNavigation.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = ReactNativeNavigation.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  90. 50451D33204451A800695F00 /* RNNCustomViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = RNNCustomViewController.h; path = ../../../lib/ios/RNNCustomViewController.h; sourceTree = "<group>"; };
  91. 50451D34204451A800695F00 /* RNNCustomViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RNNCustomViewController.m; path = ../../../lib/ios/RNNCustomViewController.m; sourceTree = "<group>"; };
  92. 50647FE223E3196800B92025 /* RNNExternalViewControllerTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNExternalViewControllerTests.m; sourceTree = "<group>"; };
  93. 50996C5D23AA46DD00008F89 /* NavigationIOS12Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NavigationIOS12Tests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  94. 50996C6123AA46DD00008F89 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  95. 50996C6723AA477400008F89 /* RNNRootViewControllerTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNNRootViewControllerTest.m; sourceTree = "<group>"; };
  96. 50BCB27523F1A26600D6C8E5 /* TopBarAppearancePresenterTest.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = TopBarAppearancePresenterTest.m; sourceTree = "<group>"; };
  97. 50CF233B240695B10098042D /* RNNBottomTabsController+Helpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNNBottomTabsController+Helpers.h"; sourceTree = "<group>"; };
  98. 50CF233C240695B10098042D /* RNNBottomTabsController+Helpers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNNBottomTabsController+Helpers.m"; sourceTree = "<group>"; };
  99. 50C9A8D2240FB9D000BD699F /* RNNComponentViewController+Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNNComponentViewController+Utils.h"; sourceTree = "<group>"; };
  100. 50C9A8D3240FB9D000BD699F /* RNNComponentViewController+Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNNComponentViewController+Utils.m"; sourceTree = "<group>"; };
  101. 7F8E255E2E08F6ECE7DF6FE3 /* Pods-playground.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-playground.release.xcconfig"; path = "Target Support Files/Pods-playground/Pods-playground.release.xcconfig"; sourceTree = "<group>"; };
  102. 84E32151E3A71C2B7328BCB4 /* Pods_NavigationTests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NavigationTests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  103. B484A10A046B0046B98A76B5 /* Pods-playground.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-playground.debug.xcconfig"; path = "Target Support Files/Pods-playground/Pods-playground.debug.xcconfig"; sourceTree = "<group>"; };
  104. C9E7FB91365E7BEF959ADB5F /* Pods-NavigationIOS12Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NavigationIOS12Tests.debug.xcconfig"; path = "Target Support Files/Pods-NavigationIOS12Tests/Pods-NavigationIOS12Tests.debug.xcconfig"; sourceTree = "<group>"; };
  105. D95A99C17C65D674BA9DF26B /* Pods-NavigationTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NavigationTests.release.xcconfig"; path = "Target Support Files/Pods-NavigationTests/Pods-NavigationTests.release.xcconfig"; sourceTree = "<group>"; };
  106. DEE0B5D45FD34FBABC6586CF /* Pods_NavigationIOS12Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_NavigationIOS12Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  107. E504607F227748EA00212BD8 /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  108. E58D261B238587F4003F36BA /* NavigationTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NavigationTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  109. E58D261F238587F4003F36BA /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  110. E58D26252385888B003F36BA /* UIViewController+LayoutProtocolTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+LayoutProtocolTest.m"; sourceTree = "<group>"; };
  111. E58D26262385888B003F36BA /* RNNRootViewControllerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNRootViewControllerTest.m; sourceTree = "<group>"; };
  112. E58D26272385888B003F36BA /* RNNDotIndicatorPresenterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNDotIndicatorPresenterTest.m; sourceTree = "<group>"; };
  113. E58D26282385888B003F36BA /* RNNFontAttributesCreatorTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNFontAttributesCreatorTest.m; sourceTree = "<group>"; };
  114. E58D26292385888B003F36BA /* RNNTabBarControllerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNTabBarControllerTest.m; sourceTree = "<group>"; };
  115. E58D262A2385888B003F36BA /* RNNLayoutManagerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNLayoutManagerTest.m; sourceTree = "<group>"; };
  116. E58D262B2385888B003F36BA /* RNNSideMenuParserTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNSideMenuParserTest.m; sourceTree = "<group>"; };
  117. E58D262C2385888B003F36BA /* RNNOptionsTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNOptionsTest.h; sourceTree = "<group>"; };
  118. E58D262D2385888B003F36BA /* RNNOverlayManagerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNOverlayManagerTest.m; sourceTree = "<group>"; };
  119. E58D262F2385888B003F36BA /* RNNTestBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNTestBase.m; sourceTree = "<group>"; };
  120. E58D26302385888B003F36BA /* RNNTestBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNTestBase.h; sourceTree = "<group>"; };
  121. E58D26312385888B003F36BA /* RNNStackPresenterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNStackPresenterTest.m; sourceTree = "<group>"; };
  122. E58D26322385888B003F36BA /* RNNNavigationOptionsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNNavigationOptionsTest.m; sourceTree = "<group>"; };
  123. E58D26332385888B003F36BA /* RNNExternalComponentStoreTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNExternalComponentStoreTest.m; sourceTree = "<group>"; };
  124. E58D26342385888B003F36BA /* RNNTestRootViewCreator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RNNTestRootViewCreator.h; sourceTree = "<group>"; };
  125. E58D26352385888B003F36BA /* RNNComponentPresenterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNComponentPresenterTest.m; sourceTree = "<group>"; };
  126. E58D26362385888B003F36BA /* RNNSideMenuPresenterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNSideMenuPresenterTest.m; sourceTree = "<group>"; };
  127. E58D26372385888B003F36BA /* RNNSideMenuControllerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNSideMenuControllerTest.m; sourceTree = "<group>"; };
  128. E58D26382385888B003F36BA /* RNNTransitionStateHolderTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNTransitionStateHolderTest.m; sourceTree = "<group>"; };
  129. E58D263A2385888C003F36BA /* RNNBottomTabsPresenterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNBottomTabsPresenterTest.m; sourceTree = "<group>"; };
  130. E58D263B2385888C003F36BA /* UITabBarController+RNNOptionsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UITabBarController+RNNOptionsTest.m"; sourceTree = "<group>"; };
  131. E58D263C2385888C003F36BA /* RNNNavigationStackManagerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNNavigationStackManagerTest.m; sourceTree = "<group>"; };
  132. E58D263D2385888C003F36BA /* RNNTestRootViewCreator.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNTestRootViewCreator.m; sourceTree = "<group>"; };
  133. E58D263E2385888C003F36BA /* UIViewController+RNNOptionsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIViewController+RNNOptionsTest.m"; sourceTree = "<group>"; };
  134. E58D263F2385888C003F36BA /* RNNStackControllerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNStackControllerTest.m; sourceTree = "<group>"; };
  135. E58D26402385888C003F36BA /* RNNControllerFactoryTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNControllerFactoryTest.m; sourceTree = "<group>"; };
  136. E58D26412385888C003F36BA /* RNNCommandsHandlerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNCommandsHandlerTest.m; sourceTree = "<group>"; };
  137. E58D26422385888C003F36BA /* RNNBasePresenterTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNBasePresenterTest.m; sourceTree = "<group>"; };
  138. E58D26432385888C003F36BA /* RNNModalManagerTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNModalManagerTest.m; sourceTree = "<group>"; };
  139. E58D26452385888C003F36BA /* RNNTestNoColor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNTestNoColor.m; sourceTree = "<group>"; };
  140. /* End PBXFileReference section */
  141. /* Begin PBXFrameworksBuildPhase section */
  142. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  143. isa = PBXFrameworksBuildPhase;
  144. buildActionMask = 2147483647;
  145. files = (
  146. E5046080227748EA00212BD8 /* JavaScriptCore.framework in Frameworks */,
  147. 9D204F3DC4FBCD81583BF99F /* Pods_playground.framework in Frameworks */,
  148. FE548D2471FE535CFCE8B113 /* Pods_playground.framework in Frameworks */,
  149. );
  150. runOnlyForDeploymentPostprocessing = 0;
  151. };
  152. 50996C5A23AA46DD00008F89 /* Frameworks */ = {
  153. isa = PBXFrameworksBuildPhase;
  154. buildActionMask = 2147483647;
  155. files = (
  156. 67C681D42B662A53F29C19DA /* Pods_NavigationIOS12Tests.framework in Frameworks */,
  157. );
  158. runOnlyForDeploymentPostprocessing = 0;
  159. };
  160. E58D2618238587F4003F36BA /* Frameworks */ = {
  161. isa = PBXFrameworksBuildPhase;
  162. buildActionMask = 2147483647;
  163. files = (
  164. EFC0DF770EBAEFC23D0CB155 /* Pods_NavigationTests.framework in Frameworks */,
  165. );
  166. runOnlyForDeploymentPostprocessing = 0;
  167. };
  168. /* End PBXFrameworksBuildPhase section */
  169. /* Begin PBXGroup section */
  170. 13B07FAE1A68108700A75B9A /* playground */ = {
  171. isa = PBXGroup;
  172. children = (
  173. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  174. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  175. 50451D33204451A800695F00 /* RNNCustomViewController.h */,
  176. 50451D34204451A800695F00 /* RNNCustomViewController.m */,
  177. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  178. 13B07FB61A68108700A75B9A /* Info.plist */,
  179. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  180. 13B07FB71A68108700A75B9A /* main.m */,
  181. );
  182. path = playground;
  183. sourceTree = "<group>";
  184. };
  185. 4620213833CA57C55B227B23 /* Pods */ = {
  186. isa = PBXGroup;
  187. children = (
  188. B484A10A046B0046B98A76B5 /* Pods-playground.debug.xcconfig */,
  189. 7F8E255E2E08F6ECE7DF6FE3 /* Pods-playground.release.xcconfig */,
  190. 4259AF43A23D928FE78B4A3A /* Pods-NavigationTests.debug.xcconfig */,
  191. D95A99C17C65D674BA9DF26B /* Pods-NavigationTests.release.xcconfig */,
  192. C9E7FB91365E7BEF959ADB5F /* Pods-NavigationIOS12Tests.debug.xcconfig */,
  193. 4AE37ACF6BFBAB211EE8E7E9 /* Pods-NavigationIOS12Tests.release.xcconfig */,
  194. );
  195. path = Pods;
  196. sourceTree = "<group>";
  197. };
  198. 50996C5E23AA46DD00008F89 /* NavigationIOS12Tests */ = {
  199. isa = PBXGroup;
  200. children = (
  201. E58D263A2385888C003F36BA /* RNNBottomTabsPresenterTest.m */,
  202. 50996C6723AA477400008F89 /* RNNRootViewControllerTest.m */,
  203. 50996C6123AA46DD00008F89 /* Info.plist */,
  204. );
  205. path = NavigationIOS12Tests;
  206. sourceTree = "<group>";
  207. };
  208. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  209. isa = PBXGroup;
  210. children = (
  211. );
  212. name = Libraries;
  213. sourceTree = "<group>";
  214. };
  215. 83CBB9F61A601CBA00E9B192 = {
  216. isa = PBXGroup;
  217. children = (
  218. 13B07FAE1A68108700A75B9A /* playground */,
  219. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  220. E58D261C238587F4003F36BA /* NavigationTests */,
  221. 50996C5E23AA46DD00008F89 /* NavigationIOS12Tests */,
  222. 83CBBA001A601CBA00E9B192 /* Products */,
  223. E504607E227748E900212BD8 /* Frameworks */,
  224. 4620213833CA57C55B227B23 /* Pods */,
  225. );
  226. indentWidth = 4;
  227. sourceTree = "<group>";
  228. tabWidth = 4;
  229. usesTabs = 1;
  230. };
  231. 83CBBA001A601CBA00E9B192 /* Products */ = {
  232. isa = PBXGroup;
  233. children = (
  234. 13B07F961A680F5B00A75B9A /* playground.app */,
  235. E58D261B238587F4003F36BA /* NavigationTests.xctest */,
  236. 50996C5D23AA46DD00008F89 /* NavigationIOS12Tests.xctest */,
  237. );
  238. name = Products;
  239. sourceTree = "<group>";
  240. };
  241. E504607E227748E900212BD8 /* Frameworks */ = {
  242. isa = PBXGroup;
  243. children = (
  244. 50364D6B238E7F0A000E62A2 /* ReactNativeNavigation.framework */,
  245. 50364D69238E7ECC000E62A2 /* Pods_playground.framework */,
  246. E504607F227748EA00212BD8 /* JavaScriptCore.framework */,
  247. 4A3340545EAAF11C1F146864 /* Pods_playground.framework */,
  248. 84E32151E3A71C2B7328BCB4 /* Pods_NavigationTests.framework */,
  249. DEE0B5D45FD34FBABC6586CF /* Pods_NavigationIOS12Tests.framework */,
  250. );
  251. name = Frameworks;
  252. sourceTree = "<group>";
  253. };
  254. E58D261C238587F4003F36BA /* NavigationTests */ = {
  255. isa = PBXGroup;
  256. children = (
  257. E58D26442385888C003F36BA /* Options */,
  258. E58D26422385888C003F36BA /* RNNBasePresenterTest.m */,
  259. 500E9FE62406A4E200C61231 /* BottomTabPresenterTest.m */,
  260. 50BCB27523F1A26600D6C8E5 /* TopBarAppearancePresenterTest.m */,
  261. E58D26412385888C003F36BA /* RNNCommandsHandlerTest.m */,
  262. E58D26352385888B003F36BA /* RNNComponentPresenterTest.m */,
  263. E58D26402385888C003F36BA /* RNNControllerFactoryTest.m */,
  264. E58D26272385888B003F36BA /* RNNDotIndicatorPresenterTest.m */,
  265. E58D26332385888B003F36BA /* RNNExternalComponentStoreTest.m */,
  266. E58D26282385888B003F36BA /* RNNFontAttributesCreatorTest.m */,
  267. E58D262A2385888B003F36BA /* RNNLayoutManagerTest.m */,
  268. E58D26432385888C003F36BA /* RNNModalManagerTest.m */,
  269. E58D263F2385888C003F36BA /* RNNStackControllerTest.m */,
  270. E58D26322385888B003F36BA /* RNNNavigationOptionsTest.m */,
  271. E58D263C2385888C003F36BA /* RNNNavigationStackManagerTest.m */,
  272. E58D262C2385888B003F36BA /* RNNOptionsTest.h */,
  273. E58D262D2385888B003F36BA /* RNNOverlayManagerTest.m */,
  274. E58D26262385888B003F36BA /* RNNRootViewControllerTest.m */,
  275. E58D26372385888B003F36BA /* RNNSideMenuControllerTest.m */,
  276. E58D262B2385888B003F36BA /* RNNSideMenuParserTest.m */,
  277. E58D26362385888B003F36BA /* RNNSideMenuPresenterTest.m */,
  278. E58D26312385888B003F36BA /* RNNStackPresenterTest.m */,
  279. E58D26292385888B003F36BA /* RNNTabBarControllerTest.m */,
  280. 5022EDCB240551EE00852BA6 /* RNNBottomTabsAppearancePresenterTest.m */,
  281. E58D26342385888B003F36BA /* RNNTestRootViewCreator.h */,
  282. E58D263D2385888C003F36BA /* RNNTestRootViewCreator.m */,
  283. E58D26382385888B003F36BA /* RNNTransitionStateHolderTest.m */,
  284. E58D263B2385888C003F36BA /* UITabBarController+RNNOptionsTest.m */,
  285. E58D26252385888B003F36BA /* UIViewController+LayoutProtocolTest.m */,
  286. E58D263E2385888C003F36BA /* UIViewController+RNNOptionsTest.m */,
  287. 50CF233B240695B10098042D /* RNNBottomTabsController+Helpers.h */,
  288. 50CF233C240695B10098042D /* RNNBottomTabsController+Helpers.m */,
  289. 50647FE223E3196800B92025 /* RNNExternalViewControllerTests.m */,
  290. E58D262E2385888B003F36BA /* utils */,
  291. E58D261F238587F4003F36BA /* Info.plist */,
  292. );
  293. path = NavigationTests;
  294. sourceTree = "<group>";
  295. };
  296. E58D262E2385888B003F36BA /* utils */ = {
  297. isa = PBXGroup;
  298. children = (
  299. E58D262F2385888B003F36BA /* RNNTestBase.m */,
  300. E58D26302385888B003F36BA /* RNNTestBase.h */,
  301. 501C86B7239FE9C400E0B631 /* UIImage+Utils.h */,
  302. 501C86B8239FE9C400E0B631 /* UIImage+Utils.m */,
  303. 50C9A8D2240FB9D000BD699F /* RNNComponentViewController+Utils.h */,
  304. 50C9A8D3240FB9D000BD699F /* RNNComponentViewController+Utils.m */,
  305. );
  306. path = utils;
  307. sourceTree = "<group>";
  308. };
  309. E58D26442385888C003F36BA /* Options */ = {
  310. isa = PBXGroup;
  311. children = (
  312. E58D26452385888C003F36BA /* RNNTestNoColor.m */,
  313. );
  314. path = Options;
  315. sourceTree = "<group>";
  316. };
  317. /* End PBXGroup section */
  318. /* Begin PBXNativeTarget section */
  319. 13B07F861A680F5B00A75B9A /* playground */ = {
  320. isa = PBXNativeTarget;
  321. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "playground" */;
  322. buildPhases = (
  323. D80DD80E880A67F5575078C4 /* [CP] Check Pods Manifest.lock */,
  324. 13B07F871A680F5B00A75B9A /* Sources */,
  325. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  326. 13B07F8E1A680F5B00A75B9A /* Resources */,
  327. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  328. B6655BF55BAA8649BB2611EC /* [CP] Embed Pods Frameworks */,
  329. );
  330. buildRules = (
  331. );
  332. dependencies = (
  333. );
  334. name = playground;
  335. productName = "Hello World";
  336. productReference = 13B07F961A680F5B00A75B9A /* playground.app */;
  337. productType = "com.apple.product-type.application";
  338. };
  339. 50996C5C23AA46DD00008F89 /* NavigationIOS12Tests */ = {
  340. isa = PBXNativeTarget;
  341. buildConfigurationList = 50996C6623AA46DD00008F89 /* Build configuration list for PBXNativeTarget "NavigationIOS12Tests" */;
  342. buildPhases = (
  343. 0F3F01851F0684D870017CA2 /* [CP] Check Pods Manifest.lock */,
  344. 50996C5923AA46DD00008F89 /* Sources */,
  345. 50996C5A23AA46DD00008F89 /* Frameworks */,
  346. 50996C5B23AA46DD00008F89 /* Resources */,
  347. CAB9D527AC9F72232C0702DB /* [CP] Embed Pods Frameworks */,
  348. );
  349. buildRules = (
  350. );
  351. dependencies = (
  352. 50996C6323AA46DD00008F89 /* PBXTargetDependency */,
  353. );
  354. name = NavigationIOS12Tests;
  355. productName = NavigationIOS12Tests;
  356. productReference = 50996C5D23AA46DD00008F89 /* NavigationIOS12Tests.xctest */;
  357. productType = "com.apple.product-type.bundle.unit-test";
  358. };
  359. E58D261A238587F4003F36BA /* NavigationTests */ = {
  360. isa = PBXNativeTarget;
  361. buildConfigurationList = E58D2624238587F4003F36BA /* Build configuration list for PBXNativeTarget "NavigationTests" */;
  362. buildPhases = (
  363. 7019F906475029978A0A826C /* [CP] Check Pods Manifest.lock */,
  364. E58D2617238587F4003F36BA /* Sources */,
  365. E58D2618238587F4003F36BA /* Frameworks */,
  366. E58D2619238587F4003F36BA /* Resources */,
  367. 703CBB93DA3BB23DD8A7B38F /* [CP] Embed Pods Frameworks */,
  368. );
  369. buildRules = (
  370. );
  371. dependencies = (
  372. E58D2621238587F4003F36BA /* PBXTargetDependency */,
  373. );
  374. name = NavigationTests;
  375. productName = NavigationTests;
  376. productReference = E58D261B238587F4003F36BA /* NavigationTests.xctest */;
  377. productType = "com.apple.product-type.bundle.unit-test";
  378. };
  379. /* End PBXNativeTarget section */
  380. /* Begin PBXProject section */
  381. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  382. isa = PBXProject;
  383. attributes = {
  384. DefaultBuildSystemTypeForWorkspace = Original;
  385. LastUpgradeCheck = 1120;
  386. ORGANIZATIONNAME = Wix;
  387. TargetAttributes = {
  388. 13B07F861A680F5B00A75B9A = {
  389. DevelopmentTeam = XPHGA2FMQQ;
  390. ProvisioningStyle = Automatic;
  391. };
  392. 50996C5C23AA46DD00008F89 = {
  393. CreatedOnToolsVersion = 11.2.1;
  394. ProvisioningStyle = Automatic;
  395. };
  396. E58D261A238587F4003F36BA = {
  397. CreatedOnToolsVersion = 11.2.1;
  398. DevelopmentTeam = S3GLW74Y8N;
  399. ProvisioningStyle = Automatic;
  400. };
  401. };
  402. };
  403. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "playground" */;
  404. compatibilityVersion = "Xcode 3.2";
  405. developmentRegion = English;
  406. hasScannedForEncodings = 0;
  407. knownRegions = (
  408. English,
  409. en,
  410. Base,
  411. );
  412. mainGroup = 83CBB9F61A601CBA00E9B192;
  413. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  414. projectDirPath = "";
  415. projectRoot = "";
  416. targets = (
  417. 13B07F861A680F5B00A75B9A /* playground */,
  418. E58D261A238587F4003F36BA /* NavigationTests */,
  419. 50996C5C23AA46DD00008F89 /* NavigationIOS12Tests */,
  420. );
  421. };
  422. /* End PBXProject section */
  423. /* Begin PBXResourcesBuildPhase section */
  424. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  425. isa = PBXResourcesBuildPhase;
  426. buildActionMask = 2147483647;
  427. files = (
  428. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  429. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  430. );
  431. runOnlyForDeploymentPostprocessing = 0;
  432. };
  433. 50996C5B23AA46DD00008F89 /* Resources */ = {
  434. isa = PBXResourcesBuildPhase;
  435. buildActionMask = 2147483647;
  436. files = (
  437. );
  438. runOnlyForDeploymentPostprocessing = 0;
  439. };
  440. E58D2619238587F4003F36BA /* Resources */ = {
  441. isa = PBXResourcesBuildPhase;
  442. buildActionMask = 2147483647;
  443. files = (
  444. );
  445. runOnlyForDeploymentPostprocessing = 0;
  446. };
  447. /* End PBXResourcesBuildPhase section */
  448. /* Begin PBXShellScriptBuildPhase section */
  449. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  450. isa = PBXShellScriptBuildPhase;
  451. buildActionMask = 2147483647;
  452. files = (
  453. );
  454. inputPaths = (
  455. );
  456. name = "Bundle React Native code and images";
  457. outputPaths = (
  458. );
  459. runOnlyForDeploymentPostprocessing = 0;
  460. shellPath = /bin/sh;
  461. shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh ./index.js\n";
  462. };
  463. 0F3F01851F0684D870017CA2 /* [CP] Check Pods Manifest.lock */ = {
  464. isa = PBXShellScriptBuildPhase;
  465. buildActionMask = 2147483647;
  466. files = (
  467. );
  468. inputFileListPaths = (
  469. );
  470. inputPaths = (
  471. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  472. "${PODS_ROOT}/Manifest.lock",
  473. );
  474. name = "[CP] Check Pods Manifest.lock";
  475. outputFileListPaths = (
  476. );
  477. outputPaths = (
  478. "$(DERIVED_FILE_DIR)/Pods-NavigationIOS12Tests-checkManifestLockResult.txt",
  479. );
  480. runOnlyForDeploymentPostprocessing = 0;
  481. shellPath = /bin/sh;
  482. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  483. showEnvVarsInLog = 0;
  484. };
  485. 7019F906475029978A0A826C /* [CP] Check Pods Manifest.lock */ = {
  486. isa = PBXShellScriptBuildPhase;
  487. buildActionMask = 2147483647;
  488. files = (
  489. );
  490. inputFileListPaths = (
  491. );
  492. inputPaths = (
  493. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  494. "${PODS_ROOT}/Manifest.lock",
  495. );
  496. name = "[CP] Check Pods Manifest.lock";
  497. outputFileListPaths = (
  498. );
  499. outputPaths = (
  500. "$(DERIVED_FILE_DIR)/Pods-NavigationTests-checkManifestLockResult.txt",
  501. );
  502. runOnlyForDeploymentPostprocessing = 0;
  503. shellPath = /bin/sh;
  504. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  505. showEnvVarsInLog = 0;
  506. };
  507. 703CBB93DA3BB23DD8A7B38F /* [CP] Embed Pods Frameworks */ = {
  508. isa = PBXShellScriptBuildPhase;
  509. buildActionMask = 2147483647;
  510. files = (
  511. );
  512. inputPaths = (
  513. "${PODS_ROOT}/Target Support Files/Pods-NavigationTests/Pods-NavigationTests-frameworks.sh",
  514. "${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework",
  515. "${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework",
  516. "${BUILT_PRODUCTS_DIR}/Folly/folly.framework",
  517. "${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
  518. "${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
  519. "${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",
  520. "${BUILT_PRODUCTS_DIR}/React-RCTActionSheet/RCTActionSheet.framework",
  521. "${BUILT_PRODUCTS_DIR}/React-RCTAnimation/RCTAnimation.framework",
  522. "${BUILT_PRODUCTS_DIR}/React-RCTBlob/RCTBlob.framework",
  523. "${BUILT_PRODUCTS_DIR}/React-RCTImage/RCTImage.framework",
  524. "${BUILT_PRODUCTS_DIR}/React-RCTLinking/RCTLinking.framework",
  525. "${BUILT_PRODUCTS_DIR}/React-RCTNetwork/RCTNetwork.framework",
  526. "${BUILT_PRODUCTS_DIR}/React-RCTSettings/RCTSettings.framework",
  527. "${BUILT_PRODUCTS_DIR}/React-RCTText/RCTText.framework",
  528. "${BUILT_PRODUCTS_DIR}/React-RCTVibration/RCTVibration.framework",
  529. "${BUILT_PRODUCTS_DIR}/React-cxxreact/cxxreact.framework",
  530. "${BUILT_PRODUCTS_DIR}/React-jsi/jsi.framework",
  531. "${BUILT_PRODUCTS_DIR}/React-jsiexecutor/jsireact.framework",
  532. "${BUILT_PRODUCTS_DIR}/React-jsinspector/jsinspector.framework",
  533. "${BUILT_PRODUCTS_DIR}/ReactCommon/ReactCommon.framework",
  534. "${BUILT_PRODUCTS_DIR}/ReactNativeKeyboardTrackingView/ReactNativeKeyboardTrackingView.framework",
  535. "${BUILT_PRODUCTS_DIR}/ReactNativeNavigation/ReactNativeNavigation.framework",
  536. "${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework",
  537. "${BUILT_PRODUCTS_DIR}/glog/glog.framework",
  538. "${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework",
  539. );
  540. name = "[CP] Embed Pods Frameworks";
  541. outputPaths = (
  542. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoubleConversion.framework",
  543. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBReactNativeSpec.framework",
  544. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/folly.framework",
  545. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
  546. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
  547. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework",
  548. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTActionSheet.framework",
  549. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTAnimation.framework",
  550. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTBlob.framework",
  551. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTImage.framework",
  552. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTLinking.framework",
  553. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTNetwork.framework",
  554. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTSettings.framework",
  555. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTText.framework",
  556. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTVibration.framework",
  557. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/cxxreact.framework",
  558. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsi.framework",
  559. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsireact.framework",
  560. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsinspector.framework",
  561. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactCommon.framework",
  562. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeKeyboardTrackingView.framework",
  563. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeNavigation.framework",
  564. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
  565. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
  566. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework",
  567. );
  568. runOnlyForDeploymentPostprocessing = 0;
  569. shellPath = /bin/sh;
  570. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NavigationTests/Pods-NavigationTests-frameworks.sh\"\n";
  571. showEnvVarsInLog = 0;
  572. };
  573. B6655BF55BAA8649BB2611EC /* [CP] Embed Pods Frameworks */ = {
  574. isa = PBXShellScriptBuildPhase;
  575. buildActionMask = 2147483647;
  576. files = (
  577. );
  578. inputPaths = (
  579. "${PODS_ROOT}/Target Support Files/Pods-playground/Pods-playground-frameworks.sh",
  580. "${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework",
  581. "${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework",
  582. "${BUILT_PRODUCTS_DIR}/Folly/folly.framework",
  583. "${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
  584. "${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
  585. "${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",
  586. "${BUILT_PRODUCTS_DIR}/React-RCTActionSheet/RCTActionSheet.framework",
  587. "${BUILT_PRODUCTS_DIR}/React-RCTAnimation/RCTAnimation.framework",
  588. "${BUILT_PRODUCTS_DIR}/React-RCTBlob/RCTBlob.framework",
  589. "${BUILT_PRODUCTS_DIR}/React-RCTImage/RCTImage.framework",
  590. "${BUILT_PRODUCTS_DIR}/React-RCTLinking/RCTLinking.framework",
  591. "${BUILT_PRODUCTS_DIR}/React-RCTNetwork/RCTNetwork.framework",
  592. "${BUILT_PRODUCTS_DIR}/React-RCTSettings/RCTSettings.framework",
  593. "${BUILT_PRODUCTS_DIR}/React-RCTText/RCTText.framework",
  594. "${BUILT_PRODUCTS_DIR}/React-RCTVibration/RCTVibration.framework",
  595. "${BUILT_PRODUCTS_DIR}/React-cxxreact/cxxreact.framework",
  596. "${BUILT_PRODUCTS_DIR}/React-jsi/jsi.framework",
  597. "${BUILT_PRODUCTS_DIR}/React-jsiexecutor/jsireact.framework",
  598. "${BUILT_PRODUCTS_DIR}/React-jsinspector/jsinspector.framework",
  599. "${BUILT_PRODUCTS_DIR}/ReactCommon/ReactCommon.framework",
  600. "${BUILT_PRODUCTS_DIR}/ReactNativeKeyboardTrackingView/ReactNativeKeyboardTrackingView.framework",
  601. "${BUILT_PRODUCTS_DIR}/ReactNativeNavigation/ReactNativeNavigation.framework",
  602. "${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework",
  603. "${BUILT_PRODUCTS_DIR}/glog/glog.framework",
  604. );
  605. name = "[CP] Embed Pods Frameworks";
  606. outputPaths = (
  607. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoubleConversion.framework",
  608. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBReactNativeSpec.framework",
  609. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/folly.framework",
  610. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
  611. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
  612. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework",
  613. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTActionSheet.framework",
  614. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTAnimation.framework",
  615. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTBlob.framework",
  616. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTImage.framework",
  617. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTLinking.framework",
  618. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTNetwork.framework",
  619. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTSettings.framework",
  620. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTText.framework",
  621. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTVibration.framework",
  622. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/cxxreact.framework",
  623. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsi.framework",
  624. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsireact.framework",
  625. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsinspector.framework",
  626. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactCommon.framework",
  627. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeKeyboardTrackingView.framework",
  628. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeNavigation.framework",
  629. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
  630. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
  631. );
  632. runOnlyForDeploymentPostprocessing = 0;
  633. shellPath = /bin/sh;
  634. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-playground/Pods-playground-frameworks.sh\"\n";
  635. showEnvVarsInLog = 0;
  636. };
  637. CAB9D527AC9F72232C0702DB /* [CP] Embed Pods Frameworks */ = {
  638. isa = PBXShellScriptBuildPhase;
  639. buildActionMask = 2147483647;
  640. files = (
  641. );
  642. inputPaths = (
  643. "${PODS_ROOT}/Target Support Files/Pods-NavigationIOS12Tests/Pods-NavigationIOS12Tests-frameworks.sh",
  644. "${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework",
  645. "${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework",
  646. "${BUILT_PRODUCTS_DIR}/Folly/folly.framework",
  647. "${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
  648. "${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
  649. "${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",
  650. "${BUILT_PRODUCTS_DIR}/React-RCTActionSheet/RCTActionSheet.framework",
  651. "${BUILT_PRODUCTS_DIR}/React-RCTAnimation/RCTAnimation.framework",
  652. "${BUILT_PRODUCTS_DIR}/React-RCTBlob/RCTBlob.framework",
  653. "${BUILT_PRODUCTS_DIR}/React-RCTImage/RCTImage.framework",
  654. "${BUILT_PRODUCTS_DIR}/React-RCTLinking/RCTLinking.framework",
  655. "${BUILT_PRODUCTS_DIR}/React-RCTNetwork/RCTNetwork.framework",
  656. "${BUILT_PRODUCTS_DIR}/React-RCTSettings/RCTSettings.framework",
  657. "${BUILT_PRODUCTS_DIR}/React-RCTText/RCTText.framework",
  658. "${BUILT_PRODUCTS_DIR}/React-RCTVibration/RCTVibration.framework",
  659. "${BUILT_PRODUCTS_DIR}/React-cxxreact/cxxreact.framework",
  660. "${BUILT_PRODUCTS_DIR}/React-jsi/jsi.framework",
  661. "${BUILT_PRODUCTS_DIR}/React-jsiexecutor/jsireact.framework",
  662. "${BUILT_PRODUCTS_DIR}/React-jsinspector/jsinspector.framework",
  663. "${BUILT_PRODUCTS_DIR}/ReactCommon/ReactCommon.framework",
  664. "${BUILT_PRODUCTS_DIR}/ReactNativeKeyboardTrackingView/ReactNativeKeyboardTrackingView.framework",
  665. "${BUILT_PRODUCTS_DIR}/ReactNativeNavigation/ReactNativeNavigation.framework",
  666. "${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework",
  667. "${BUILT_PRODUCTS_DIR}/glog/glog.framework",
  668. "${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework",
  669. );
  670. name = "[CP] Embed Pods Frameworks";
  671. outputPaths = (
  672. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoubleConversion.framework",
  673. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBReactNativeSpec.framework",
  674. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/folly.framework",
  675. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
  676. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
  677. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework",
  678. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTActionSheet.framework",
  679. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTAnimation.framework",
  680. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTBlob.framework",
  681. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTImage.framework",
  682. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTLinking.framework",
  683. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTNetwork.framework",
  684. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTSettings.framework",
  685. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTText.framework",
  686. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTVibration.framework",
  687. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/cxxreact.framework",
  688. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsi.framework",
  689. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsireact.framework",
  690. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsinspector.framework",
  691. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactCommon.framework",
  692. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeKeyboardTrackingView.framework",
  693. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeNavigation.framework",
  694. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
  695. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
  696. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework",
  697. );
  698. runOnlyForDeploymentPostprocessing = 0;
  699. shellPath = /bin/sh;
  700. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NavigationIOS12Tests/Pods-NavigationIOS12Tests-frameworks.sh\"\n";
  701. showEnvVarsInLog = 0;
  702. };
  703. D80DD80E880A67F5575078C4 /* [CP] Check Pods Manifest.lock */ = {
  704. isa = PBXShellScriptBuildPhase;
  705. buildActionMask = 2147483647;
  706. files = (
  707. );
  708. inputFileListPaths = (
  709. );
  710. inputPaths = (
  711. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  712. "${PODS_ROOT}/Manifest.lock",
  713. );
  714. name = "[CP] Check Pods Manifest.lock";
  715. outputFileListPaths = (
  716. );
  717. outputPaths = (
  718. "$(DERIVED_FILE_DIR)/Pods-playground-checkManifestLockResult.txt",
  719. );
  720. runOnlyForDeploymentPostprocessing = 0;
  721. shellPath = /bin/sh;
  722. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  723. showEnvVarsInLog = 0;
  724. };
  725. /* End PBXShellScriptBuildPhase section */
  726. /* Begin PBXSourcesBuildPhase section */
  727. 13B07F871A680F5B00A75B9A /* Sources */ = {
  728. isa = PBXSourcesBuildPhase;
  729. buildActionMask = 2147483647;
  730. files = (
  731. 50451D35204451A900695F00 /* RNNCustomViewController.m in Sources */,
  732. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  733. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  734. );
  735. runOnlyForDeploymentPostprocessing = 0;
  736. };
  737. 50996C5923AA46DD00008F89 /* Sources */ = {
  738. isa = PBXSourcesBuildPhase;
  739. buildActionMask = 2147483647;
  740. files = (
  741. 5022EDCD2405522000852BA6 /* RNNBottomTabsPresenterTest.m in Sources */,
  742. 50C9A8D1240EB95F00BD699F /* RNNBottomTabsController+Helpers.m in Sources */,
  743. 50996C6923AA487800008F89 /* RNNTestRootViewCreator.m in Sources */,
  744. 50996C6823AA477400008F89 /* RNNRootViewControllerTest.m in Sources */,
  745. );
  746. runOnlyForDeploymentPostprocessing = 0;
  747. };
  748. E58D2617238587F4003F36BA /* Sources */ = {
  749. isa = PBXSourcesBuildPhase;
  750. buildActionMask = 2147483647;
  751. files = (
  752. E58D265B2385888C003F36BA /* UIViewController+RNNOptionsTest.m in Sources */,
  753. E58D26532385888C003F36BA /* RNNSideMenuPresenterTest.m in Sources */,
  754. 50BCB27623F1A2B100D6C8E5 /* TopBarAppearancePresenterTest.m in Sources */,
  755. 50C9A8D4240FB9D000BD699F /* RNNComponentViewController+Utils.m in Sources */,
  756. 50647FE323E3196800B92025 /* RNNExternalViewControllerTests.m in Sources */,
  757. E58D264D2385888C003F36BA /* RNNOverlayManagerTest.m in Sources */,
  758. 501C86B9239FE9C400E0B631 /* UIImage+Utils.m in Sources */,
  759. E58D265F2385888C003F36BA /* RNNBasePresenterTest.m in Sources */,
  760. E58D26542385888C003F36BA /* RNNSideMenuControllerTest.m in Sources */,
  761. E58D264A2385888C003F36BA /* RNNTabBarControllerTest.m in Sources */,
  762. E58D26472385888C003F36BA /* RNNRootViewControllerTest.m in Sources */,
  763. E58D26582385888C003F36BA /* UITabBarController+RNNOptionsTest.m in Sources */,
  764. E58D265A2385888C003F36BA /* RNNTestRootViewCreator.m in Sources */,
  765. E58D26492385888C003F36BA /* RNNFontAttributesCreatorTest.m in Sources */,
  766. E58D26552385888C003F36BA /* RNNTransitionStateHolderTest.m in Sources */,
  767. E58D26462385888C003F36BA /* UIViewController+LayoutProtocolTest.m in Sources */,
  768. E58D26512385888C003F36BA /* RNNExternalComponentStoreTest.m in Sources */,
  769. E58D265E2385888C003F36BA /* RNNCommandsHandlerTest.m in Sources */,
  770. E58D264B2385888C003F36BA /* RNNLayoutManagerTest.m in Sources */,
  771. E58D26592385888C003F36BA /* RNNNavigationStackManagerTest.m in Sources */,
  772. E58D26602385888C003F36BA /* RNNModalManagerTest.m in Sources */,
  773. E58D26502385888C003F36BA /* RNNNavigationOptionsTest.m in Sources */,
  774. E58D264E2385888C003F36BA /* RNNTestBase.m in Sources */,
  775. 5022EDCE2405524700852BA6 /* RNNBottomTabsAppearancePresenterTest.m in Sources */,
  776. 500E9FE72406A52100C61231 /* BottomTabPresenterTest.m in Sources */,
  777. E58D26612385888C003F36BA /* RNNTestNoColor.m in Sources */,
  778. 50CF233D240695B10098042D /* RNNBottomTabsController+Helpers.m in Sources */,
  779. E58D265D2385888C003F36BA /* RNNControllerFactoryTest.m in Sources */,
  780. E58D265C2385888C003F36BA /* RNNStackControllerTest.m in Sources */,
  781. E58D26482385888C003F36BA /* RNNDotIndicatorPresenterTest.m in Sources */,
  782. E58D26522385888C003F36BA /* RNNComponentPresenterTest.m in Sources */,
  783. E58D264C2385888C003F36BA /* RNNSideMenuParserTest.m in Sources */,
  784. E58D264F2385888C003F36BA /* RNNStackPresenterTest.m in Sources */,
  785. );
  786. runOnlyForDeploymentPostprocessing = 0;
  787. };
  788. /* End PBXSourcesBuildPhase section */
  789. /* Begin PBXTargetDependency section */
  790. 50996C6323AA46DD00008F89 /* PBXTargetDependency */ = {
  791. isa = PBXTargetDependency;
  792. target = 13B07F861A680F5B00A75B9A /* playground */;
  793. targetProxy = 50996C6223AA46DD00008F89 /* PBXContainerItemProxy */;
  794. };
  795. E58D2621238587F4003F36BA /* PBXTargetDependency */ = {
  796. isa = PBXTargetDependency;
  797. target = 13B07F861A680F5B00A75B9A /* playground */;
  798. targetProxy = E58D2620238587F4003F36BA /* PBXContainerItemProxy */;
  799. };
  800. /* End PBXTargetDependency section */
  801. /* Begin PBXVariantGroup section */
  802. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  803. isa = PBXVariantGroup;
  804. children = (
  805. 13B07FB21A68108700A75B9A /* Base */,
  806. );
  807. name = LaunchScreen.xib;
  808. sourceTree = "<group>";
  809. };
  810. /* End PBXVariantGroup section */
  811. /* Begin XCBuildConfiguration section */
  812. 13B07F941A680F5B00A75B9A /* Debug */ = {
  813. isa = XCBuildConfiguration;
  814. baseConfigurationReference = B484A10A046B0046B98A76B5 /* Pods-playground.debug.xcconfig */;
  815. buildSettings = {
  816. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  817. CODE_SIGN_IDENTITY = "Apple Development";
  818. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  819. CODE_SIGN_STYLE = Automatic;
  820. DEAD_CODE_STRIPPING = NO;
  821. DEVELOPMENT_TEAM = XPHGA2FMQQ;
  822. INFOPLIST_FILE = playground/Info.plist;
  823. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  824. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  825. OTHER_LDFLAGS = (
  826. "$(inherited)",
  827. "-ObjC",
  828. "-l\"c++\"",
  829. );
  830. PRODUCT_BUNDLE_IDENTIFIER = com.rnn.playground;
  831. PRODUCT_NAME = playground;
  832. PROVISIONING_PROFILE_SPECIFIER = "";
  833. TARGETED_DEVICE_FAMILY = "1,2";
  834. };
  835. name = Debug;
  836. };
  837. 13B07F951A680F5B00A75B9A /* Release */ = {
  838. isa = XCBuildConfiguration;
  839. baseConfigurationReference = 7F8E255E2E08F6ECE7DF6FE3 /* Pods-playground.release.xcconfig */;
  840. buildSettings = {
  841. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  842. CODE_SIGN_IDENTITY = "Apple Development";
  843. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  844. CODE_SIGN_STYLE = Automatic;
  845. DEVELOPMENT_TEAM = XPHGA2FMQQ;
  846. INFOPLIST_FILE = playground/Info.plist;
  847. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  848. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  849. OTHER_LDFLAGS = (
  850. "$(inherited)",
  851. "-ObjC",
  852. "-l\"c++\"",
  853. );
  854. PRODUCT_BUNDLE_IDENTIFIER = com.rnn.playground;
  855. PRODUCT_NAME = playground;
  856. PROVISIONING_PROFILE_SPECIFIER = "";
  857. TARGETED_DEVICE_FAMILY = "1,2";
  858. };
  859. name = Release;
  860. };
  861. 50996C6423AA46DD00008F89 /* Debug */ = {
  862. isa = XCBuildConfiguration;
  863. baseConfigurationReference = C9E7FB91365E7BEF959ADB5F /* Pods-NavigationIOS12Tests.debug.xcconfig */;
  864. buildSettings = {
  865. CLANG_ANALYZER_NONNULL = YES;
  866. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  867. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  868. CLANG_ENABLE_OBJC_WEAK = YES;
  869. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  870. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  871. CODE_SIGN_STYLE = Automatic;
  872. DEBUG_INFORMATION_FORMAT = dwarf;
  873. GCC_C_LANGUAGE_STANDARD = gnu11;
  874. INFOPLIST_FILE = NavigationIOS12Tests/Info.plist;
  875. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  876. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  877. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  878. MTL_FAST_MATH = YES;
  879. PRODUCT_BUNDLE_IDENTIFIER = rn.NavigationIOS12Tests;
  880. PRODUCT_NAME = "$(TARGET_NAME)";
  881. TARGETED_DEVICE_FAMILY = "1,2";
  882. };
  883. name = Debug;
  884. };
  885. 50996C6523AA46DD00008F89 /* Release */ = {
  886. isa = XCBuildConfiguration;
  887. baseConfigurationReference = 4AE37ACF6BFBAB211EE8E7E9 /* Pods-NavigationIOS12Tests.release.xcconfig */;
  888. buildSettings = {
  889. CLANG_ANALYZER_NONNULL = YES;
  890. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  891. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  892. CLANG_ENABLE_OBJC_WEAK = YES;
  893. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  894. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  895. CODE_SIGN_STYLE = Automatic;
  896. COPY_PHASE_STRIP = NO;
  897. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  898. GCC_C_LANGUAGE_STANDARD = gnu11;
  899. INFOPLIST_FILE = NavigationIOS12Tests/Info.plist;
  900. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  901. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  902. MTL_FAST_MATH = YES;
  903. PRODUCT_BUNDLE_IDENTIFIER = rn.NavigationIOS12Tests;
  904. PRODUCT_NAME = "$(TARGET_NAME)";
  905. TARGETED_DEVICE_FAMILY = "1,2";
  906. };
  907. name = Release;
  908. };
  909. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  910. isa = XCBuildConfiguration;
  911. buildSettings = {
  912. ALWAYS_SEARCH_USER_PATHS = NO;
  913. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  914. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  915. CLANG_CXX_LIBRARY = "libc++";
  916. CLANG_ENABLE_MODULES = YES;
  917. CLANG_ENABLE_OBJC_ARC = YES;
  918. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  919. CLANG_WARN_BOOL_CONVERSION = YES;
  920. CLANG_WARN_COMMA = YES;
  921. CLANG_WARN_CONSTANT_CONVERSION = YES;
  922. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  923. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  924. CLANG_WARN_EMPTY_BODY = YES;
  925. CLANG_WARN_ENUM_CONVERSION = YES;
  926. CLANG_WARN_INFINITE_RECURSION = YES;
  927. CLANG_WARN_INT_CONVERSION = YES;
  928. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  929. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  930. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  931. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  932. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  933. CLANG_WARN_STRICT_PROTOTYPES = YES;
  934. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  935. CLANG_WARN_UNREACHABLE_CODE = YES;
  936. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  937. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  938. COPY_PHASE_STRIP = NO;
  939. ENABLE_STRICT_OBJC_MSGSEND = YES;
  940. ENABLE_TESTABILITY = YES;
  941. GCC_C_LANGUAGE_STANDARD = gnu99;
  942. GCC_DYNAMIC_NO_PIC = NO;
  943. GCC_NO_COMMON_BLOCKS = YES;
  944. GCC_OPTIMIZATION_LEVEL = 0;
  945. GCC_PREPROCESSOR_DEFINITIONS = (
  946. "DEBUG=1",
  947. "$(inherited)",
  948. );
  949. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  950. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  951. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  952. GCC_WARN_UNDECLARED_SELECTOR = YES;
  953. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  954. GCC_WARN_UNUSED_FUNCTION = YES;
  955. GCC_WARN_UNUSED_VARIABLE = YES;
  956. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  957. MTL_ENABLE_DEBUG_INFO = YES;
  958. ONLY_ACTIVE_ARCH = YES;
  959. OTHER_LDFLAGS = "";
  960. SDKROOT = iphoneos;
  961. };
  962. name = Debug;
  963. };
  964. 83CBBA211A601CBA00E9B192 /* Release */ = {
  965. isa = XCBuildConfiguration;
  966. buildSettings = {
  967. ALWAYS_SEARCH_USER_PATHS = NO;
  968. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  969. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  970. CLANG_CXX_LIBRARY = "libc++";
  971. CLANG_ENABLE_MODULES = YES;
  972. CLANG_ENABLE_OBJC_ARC = YES;
  973. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  974. CLANG_WARN_BOOL_CONVERSION = YES;
  975. CLANG_WARN_COMMA = YES;
  976. CLANG_WARN_CONSTANT_CONVERSION = YES;
  977. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  978. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  979. CLANG_WARN_EMPTY_BODY = YES;
  980. CLANG_WARN_ENUM_CONVERSION = YES;
  981. CLANG_WARN_INFINITE_RECURSION = YES;
  982. CLANG_WARN_INT_CONVERSION = YES;
  983. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  984. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  985. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  986. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  987. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  988. CLANG_WARN_STRICT_PROTOTYPES = YES;
  989. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  990. CLANG_WARN_UNREACHABLE_CODE = YES;
  991. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  992. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  993. COPY_PHASE_STRIP = YES;
  994. ENABLE_NS_ASSERTIONS = NO;
  995. ENABLE_STRICT_OBJC_MSGSEND = YES;
  996. GCC_C_LANGUAGE_STANDARD = gnu99;
  997. GCC_NO_COMMON_BLOCKS = YES;
  998. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  999. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1000. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1001. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1002. GCC_WARN_UNUSED_FUNCTION = YES;
  1003. GCC_WARN_UNUSED_VARIABLE = YES;
  1004. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1005. MTL_ENABLE_DEBUG_INFO = NO;
  1006. OTHER_LDFLAGS = "";
  1007. SDKROOT = iphoneos;
  1008. VALIDATE_PRODUCT = YES;
  1009. };
  1010. name = Release;
  1011. };
  1012. E58D2622238587F4003F36BA /* Debug */ = {
  1013. isa = XCBuildConfiguration;
  1014. baseConfigurationReference = 4259AF43A23D928FE78B4A3A /* Pods-NavigationTests.debug.xcconfig */;
  1015. buildSettings = {
  1016. CLANG_ANALYZER_NONNULL = YES;
  1017. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1018. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1019. CLANG_ENABLE_OBJC_WEAK = YES;
  1020. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1021. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1022. CODE_SIGN_STYLE = Automatic;
  1023. DEBUG_INFORMATION_FORMAT = dwarf;
  1024. DEVELOPMENT_TEAM = S3GLW74Y8N;
  1025. GCC_C_LANGUAGE_STANDARD = gnu11;
  1026. INFOPLIST_FILE = NavigationTests/Info.plist;
  1027. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1028. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1029. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1030. MTL_FAST_MATH = YES;
  1031. PRODUCT_BUNDLE_IDENTIFIER = com.wix.NavigationTests;
  1032. PRODUCT_NAME = "$(TARGET_NAME)";
  1033. TARGETED_DEVICE_FAMILY = "1,2";
  1034. };
  1035. name = Debug;
  1036. };
  1037. E58D2623238587F4003F36BA /* Release */ = {
  1038. isa = XCBuildConfiguration;
  1039. baseConfigurationReference = D95A99C17C65D674BA9DF26B /* Pods-NavigationTests.release.xcconfig */;
  1040. buildSettings = {
  1041. CLANG_ANALYZER_NONNULL = YES;
  1042. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1043. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1044. CLANG_ENABLE_OBJC_WEAK = YES;
  1045. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1046. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1047. CODE_SIGN_STYLE = Automatic;
  1048. COPY_PHASE_STRIP = NO;
  1049. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1050. DEVELOPMENT_TEAM = S3GLW74Y8N;
  1051. GCC_C_LANGUAGE_STANDARD = gnu11;
  1052. INFOPLIST_FILE = NavigationTests/Info.plist;
  1053. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1054. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1055. MTL_FAST_MATH = YES;
  1056. PRODUCT_BUNDLE_IDENTIFIER = com.wix.NavigationTests;
  1057. PRODUCT_NAME = "$(TARGET_NAME)";
  1058. TARGETED_DEVICE_FAMILY = "1,2";
  1059. };
  1060. name = Release;
  1061. };
  1062. /* End XCBuildConfiguration section */
  1063. /* Begin XCConfigurationList section */
  1064. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "playground" */ = {
  1065. isa = XCConfigurationList;
  1066. buildConfigurations = (
  1067. 13B07F941A680F5B00A75B9A /* Debug */,
  1068. 13B07F951A680F5B00A75B9A /* Release */,
  1069. );
  1070. defaultConfigurationIsVisible = 0;
  1071. defaultConfigurationName = Debug;
  1072. };
  1073. 50996C6623AA46DD00008F89 /* Build configuration list for PBXNativeTarget "NavigationIOS12Tests" */ = {
  1074. isa = XCConfigurationList;
  1075. buildConfigurations = (
  1076. 50996C6423AA46DD00008F89 /* Debug */,
  1077. 50996C6523AA46DD00008F89 /* Release */,
  1078. );
  1079. defaultConfigurationIsVisible = 0;
  1080. defaultConfigurationName = Debug;
  1081. };
  1082. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "playground" */ = {
  1083. isa = XCConfigurationList;
  1084. buildConfigurations = (
  1085. 83CBBA201A601CBA00E9B192 /* Debug */,
  1086. 83CBBA211A601CBA00E9B192 /* Release */,
  1087. );
  1088. defaultConfigurationIsVisible = 0;
  1089. defaultConfigurationName = Debug;
  1090. };
  1091. E58D2624238587F4003F36BA /* Build configuration list for PBXNativeTarget "NavigationTests" */ = {
  1092. isa = XCConfigurationList;
  1093. buildConfigurations = (
  1094. E58D2622238587F4003F36BA /* Debug */,
  1095. E58D2623238587F4003F36BA /* Release */,
  1096. );
  1097. defaultConfigurationIsVisible = 0;
  1098. defaultConfigurationName = Debug;
  1099. };
  1100. /* End XCConfigurationList section */
  1101. };
  1102. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  1103. }