react-native-navigation的迁移库

project.pbxproj 62KB

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