react-native-navigation的迁移库

project.pbxproj 64KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126
  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. 50C9A8D4240FB9D000BD699F /* RNNComponentViewController+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = 50C9A8D3240FB9D000BD699F /* RNNComponentViewController+Utils.m */; };
  24. 50CF233D240695B10098042D /* RNNBottomTabsController+Helpers.m in Sources */ = {isa = PBXBuildFile; fileRef = 50CF233C240695B10098042D /* RNNBottomTabsController+Helpers.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. 50C9A8D2240FB9D000BD699F /* RNNComponentViewController+Utils.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNNComponentViewController+Utils.h"; sourceTree = "<group>"; };
  98. 50C9A8D3240FB9D000BD699F /* RNNComponentViewController+Utils.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNNComponentViewController+Utils.m"; sourceTree = "<group>"; };
  99. 50CF233B240695B10098042D /* RNNBottomTabsController+Helpers.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "RNNBottomTabsController+Helpers.h"; sourceTree = "<group>"; };
  100. 50CF233C240695B10098042D /* RNNBottomTabsController+Helpers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = "RNNBottomTabsController+Helpers.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. TestTargetID = 13B07F861A680F5B00A75B9A;
  396. };
  397. E58D261A238587F4003F36BA = {
  398. CreatedOnToolsVersion = 11.2.1;
  399. DevelopmentTeam = S3GLW74Y8N;
  400. ProvisioningStyle = Automatic;
  401. TestTargetID = 13B07F861A680F5B00A75B9A;
  402. };
  403. };
  404. };
  405. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "playground" */;
  406. compatibilityVersion = "Xcode 3.2";
  407. developmentRegion = English;
  408. hasScannedForEncodings = 0;
  409. knownRegions = (
  410. English,
  411. en,
  412. Base,
  413. );
  414. mainGroup = 83CBB9F61A601CBA00E9B192;
  415. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  416. projectDirPath = "";
  417. projectRoot = "";
  418. targets = (
  419. 13B07F861A680F5B00A75B9A /* playground */,
  420. E58D261A238587F4003F36BA /* NavigationTests */,
  421. 50996C5C23AA46DD00008F89 /* NavigationIOS12Tests */,
  422. );
  423. };
  424. /* End PBXProject section */
  425. /* Begin PBXResourcesBuildPhase section */
  426. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  427. isa = PBXResourcesBuildPhase;
  428. buildActionMask = 2147483647;
  429. files = (
  430. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  431. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  432. );
  433. runOnlyForDeploymentPostprocessing = 0;
  434. };
  435. 50996C5B23AA46DD00008F89 /* Resources */ = {
  436. isa = PBXResourcesBuildPhase;
  437. buildActionMask = 2147483647;
  438. files = (
  439. );
  440. runOnlyForDeploymentPostprocessing = 0;
  441. };
  442. E58D2619238587F4003F36BA /* Resources */ = {
  443. isa = PBXResourcesBuildPhase;
  444. buildActionMask = 2147483647;
  445. files = (
  446. );
  447. runOnlyForDeploymentPostprocessing = 0;
  448. };
  449. /* End PBXResourcesBuildPhase section */
  450. /* Begin PBXShellScriptBuildPhase section */
  451. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  452. isa = PBXShellScriptBuildPhase;
  453. buildActionMask = 2147483647;
  454. files = (
  455. );
  456. inputPaths = (
  457. );
  458. name = "Bundle React Native code and images";
  459. outputPaths = (
  460. );
  461. runOnlyForDeploymentPostprocessing = 0;
  462. shellPath = /bin/sh;
  463. shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh ./index.js\n";
  464. };
  465. 0F3F01851F0684D870017CA2 /* [CP] Check Pods Manifest.lock */ = {
  466. isa = PBXShellScriptBuildPhase;
  467. buildActionMask = 2147483647;
  468. files = (
  469. );
  470. inputFileListPaths = (
  471. );
  472. inputPaths = (
  473. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  474. "${PODS_ROOT}/Manifest.lock",
  475. );
  476. name = "[CP] Check Pods Manifest.lock";
  477. outputFileListPaths = (
  478. );
  479. outputPaths = (
  480. "$(DERIVED_FILE_DIR)/Pods-NavigationIOS12Tests-checkManifestLockResult.txt",
  481. );
  482. runOnlyForDeploymentPostprocessing = 0;
  483. shellPath = /bin/sh;
  484. 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";
  485. showEnvVarsInLog = 0;
  486. };
  487. 7019F906475029978A0A826C /* [CP] Check Pods Manifest.lock */ = {
  488. isa = PBXShellScriptBuildPhase;
  489. buildActionMask = 2147483647;
  490. files = (
  491. );
  492. inputFileListPaths = (
  493. );
  494. inputPaths = (
  495. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  496. "${PODS_ROOT}/Manifest.lock",
  497. );
  498. name = "[CP] Check Pods Manifest.lock";
  499. outputFileListPaths = (
  500. );
  501. outputPaths = (
  502. "$(DERIVED_FILE_DIR)/Pods-NavigationTests-checkManifestLockResult.txt",
  503. );
  504. runOnlyForDeploymentPostprocessing = 0;
  505. shellPath = /bin/sh;
  506. 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";
  507. showEnvVarsInLog = 0;
  508. };
  509. 703CBB93DA3BB23DD8A7B38F /* [CP] Embed Pods Frameworks */ = {
  510. isa = PBXShellScriptBuildPhase;
  511. buildActionMask = 2147483647;
  512. files = (
  513. );
  514. inputPaths = (
  515. "${PODS_ROOT}/Target Support Files/Pods-NavigationTests/Pods-NavigationTests-frameworks.sh",
  516. "${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework",
  517. "${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework",
  518. "${BUILT_PRODUCTS_DIR}/Folly/folly.framework",
  519. "${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
  520. "${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
  521. "${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",
  522. "${BUILT_PRODUCTS_DIR}/React-RCTActionSheet/RCTActionSheet.framework",
  523. "${BUILT_PRODUCTS_DIR}/React-RCTAnimation/RCTAnimation.framework",
  524. "${BUILT_PRODUCTS_DIR}/React-RCTBlob/RCTBlob.framework",
  525. "${BUILT_PRODUCTS_DIR}/React-RCTImage/RCTImage.framework",
  526. "${BUILT_PRODUCTS_DIR}/React-RCTLinking/RCTLinking.framework",
  527. "${BUILT_PRODUCTS_DIR}/React-RCTNetwork/RCTNetwork.framework",
  528. "${BUILT_PRODUCTS_DIR}/React-RCTSettings/RCTSettings.framework",
  529. "${BUILT_PRODUCTS_DIR}/React-RCTText/RCTText.framework",
  530. "${BUILT_PRODUCTS_DIR}/React-RCTVibration/RCTVibration.framework",
  531. "${BUILT_PRODUCTS_DIR}/React-cxxreact/cxxreact.framework",
  532. "${BUILT_PRODUCTS_DIR}/React-jsi/jsi.framework",
  533. "${BUILT_PRODUCTS_DIR}/React-jsiexecutor/jsireact.framework",
  534. "${BUILT_PRODUCTS_DIR}/React-jsinspector/jsinspector.framework",
  535. "${BUILT_PRODUCTS_DIR}/ReactCommon/ReactCommon.framework",
  536. "${BUILT_PRODUCTS_DIR}/ReactNativeKeyboardTrackingView/ReactNativeKeyboardTrackingView.framework",
  537. "${BUILT_PRODUCTS_DIR}/ReactNativeNavigation/ReactNativeNavigation.framework",
  538. "${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework",
  539. "${BUILT_PRODUCTS_DIR}/glog/glog.framework",
  540. "${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework",
  541. );
  542. name = "[CP] Embed Pods Frameworks";
  543. outputPaths = (
  544. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoubleConversion.framework",
  545. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBReactNativeSpec.framework",
  546. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/folly.framework",
  547. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
  548. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
  549. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework",
  550. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTActionSheet.framework",
  551. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTAnimation.framework",
  552. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTBlob.framework",
  553. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTImage.framework",
  554. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTLinking.framework",
  555. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTNetwork.framework",
  556. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTSettings.framework",
  557. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTText.framework",
  558. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTVibration.framework",
  559. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/cxxreact.framework",
  560. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsi.framework",
  561. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsireact.framework",
  562. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsinspector.framework",
  563. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactCommon.framework",
  564. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeKeyboardTrackingView.framework",
  565. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeNavigation.framework",
  566. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
  567. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
  568. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework",
  569. );
  570. runOnlyForDeploymentPostprocessing = 0;
  571. shellPath = /bin/sh;
  572. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NavigationTests/Pods-NavigationTests-frameworks.sh\"\n";
  573. showEnvVarsInLog = 0;
  574. };
  575. B6655BF55BAA8649BB2611EC /* [CP] Embed Pods Frameworks */ = {
  576. isa = PBXShellScriptBuildPhase;
  577. buildActionMask = 2147483647;
  578. files = (
  579. );
  580. inputPaths = (
  581. "${PODS_ROOT}/Target Support Files/Pods-playground/Pods-playground-frameworks.sh",
  582. "${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework",
  583. "${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework",
  584. "${BUILT_PRODUCTS_DIR}/Folly/folly.framework",
  585. "${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
  586. "${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
  587. "${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",
  588. "${BUILT_PRODUCTS_DIR}/React-RCTActionSheet/RCTActionSheet.framework",
  589. "${BUILT_PRODUCTS_DIR}/React-RCTAnimation/RCTAnimation.framework",
  590. "${BUILT_PRODUCTS_DIR}/React-RCTBlob/RCTBlob.framework",
  591. "${BUILT_PRODUCTS_DIR}/React-RCTImage/RCTImage.framework",
  592. "${BUILT_PRODUCTS_DIR}/React-RCTLinking/RCTLinking.framework",
  593. "${BUILT_PRODUCTS_DIR}/React-RCTNetwork/RCTNetwork.framework",
  594. "${BUILT_PRODUCTS_DIR}/React-RCTSettings/RCTSettings.framework",
  595. "${BUILT_PRODUCTS_DIR}/React-RCTText/RCTText.framework",
  596. "${BUILT_PRODUCTS_DIR}/React-RCTVibration/RCTVibration.framework",
  597. "${BUILT_PRODUCTS_DIR}/React-cxxreact/cxxreact.framework",
  598. "${BUILT_PRODUCTS_DIR}/React-jsi/jsi.framework",
  599. "${BUILT_PRODUCTS_DIR}/React-jsiexecutor/jsireact.framework",
  600. "${BUILT_PRODUCTS_DIR}/React-jsinspector/jsinspector.framework",
  601. "${BUILT_PRODUCTS_DIR}/ReactCommon/ReactCommon.framework",
  602. "${BUILT_PRODUCTS_DIR}/ReactNativeKeyboardTrackingView/ReactNativeKeyboardTrackingView.framework",
  603. "${BUILT_PRODUCTS_DIR}/ReactNativeNavigation/ReactNativeNavigation.framework",
  604. "${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework",
  605. "${BUILT_PRODUCTS_DIR}/glog/glog.framework",
  606. );
  607. name = "[CP] Embed Pods Frameworks";
  608. outputPaths = (
  609. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoubleConversion.framework",
  610. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBReactNativeSpec.framework",
  611. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/folly.framework",
  612. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
  613. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
  614. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework",
  615. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTActionSheet.framework",
  616. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTAnimation.framework",
  617. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTBlob.framework",
  618. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTImage.framework",
  619. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTLinking.framework",
  620. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTNetwork.framework",
  621. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTSettings.framework",
  622. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTText.framework",
  623. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTVibration.framework",
  624. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/cxxreact.framework",
  625. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsi.framework",
  626. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsireact.framework",
  627. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsinspector.framework",
  628. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactCommon.framework",
  629. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeKeyboardTrackingView.framework",
  630. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeNavigation.framework",
  631. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
  632. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
  633. );
  634. runOnlyForDeploymentPostprocessing = 0;
  635. shellPath = /bin/sh;
  636. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-playground/Pods-playground-frameworks.sh\"\n";
  637. showEnvVarsInLog = 0;
  638. };
  639. CAB9D527AC9F72232C0702DB /* [CP] Embed Pods Frameworks */ = {
  640. isa = PBXShellScriptBuildPhase;
  641. buildActionMask = 2147483647;
  642. files = (
  643. );
  644. inputPaths = (
  645. "${PODS_ROOT}/Target Support Files/Pods-NavigationIOS12Tests/Pods-NavigationIOS12Tests-frameworks.sh",
  646. "${BUILT_PRODUCTS_DIR}/DoubleConversion/DoubleConversion.framework",
  647. "${BUILT_PRODUCTS_DIR}/FBReactNativeSpec/FBReactNativeSpec.framework",
  648. "${BUILT_PRODUCTS_DIR}/Folly/folly.framework",
  649. "${BUILT_PRODUCTS_DIR}/RCTTypeSafety/RCTTypeSafety.framework",
  650. "${BUILT_PRODUCTS_DIR}/React-Core/React.framework",
  651. "${BUILT_PRODUCTS_DIR}/React-CoreModules/CoreModules.framework",
  652. "${BUILT_PRODUCTS_DIR}/React-RCTActionSheet/RCTActionSheet.framework",
  653. "${BUILT_PRODUCTS_DIR}/React-RCTAnimation/RCTAnimation.framework",
  654. "${BUILT_PRODUCTS_DIR}/React-RCTBlob/RCTBlob.framework",
  655. "${BUILT_PRODUCTS_DIR}/React-RCTImage/RCTImage.framework",
  656. "${BUILT_PRODUCTS_DIR}/React-RCTLinking/RCTLinking.framework",
  657. "${BUILT_PRODUCTS_DIR}/React-RCTNetwork/RCTNetwork.framework",
  658. "${BUILT_PRODUCTS_DIR}/React-RCTSettings/RCTSettings.framework",
  659. "${BUILT_PRODUCTS_DIR}/React-RCTText/RCTText.framework",
  660. "${BUILT_PRODUCTS_DIR}/React-RCTVibration/RCTVibration.framework",
  661. "${BUILT_PRODUCTS_DIR}/React-cxxreact/cxxreact.framework",
  662. "${BUILT_PRODUCTS_DIR}/React-jsi/jsi.framework",
  663. "${BUILT_PRODUCTS_DIR}/React-jsiexecutor/jsireact.framework",
  664. "${BUILT_PRODUCTS_DIR}/React-jsinspector/jsinspector.framework",
  665. "${BUILT_PRODUCTS_DIR}/ReactCommon/ReactCommon.framework",
  666. "${BUILT_PRODUCTS_DIR}/ReactNativeKeyboardTrackingView/ReactNativeKeyboardTrackingView.framework",
  667. "${BUILT_PRODUCTS_DIR}/ReactNativeNavigation/ReactNativeNavigation.framework",
  668. "${BUILT_PRODUCTS_DIR}/Yoga/yoga.framework",
  669. "${BUILT_PRODUCTS_DIR}/glog/glog.framework",
  670. "${BUILT_PRODUCTS_DIR}/OCMock/OCMock.framework",
  671. );
  672. name = "[CP] Embed Pods Frameworks";
  673. outputPaths = (
  674. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/DoubleConversion.framework",
  675. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/FBReactNativeSpec.framework",
  676. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/folly.framework",
  677. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTTypeSafety.framework",
  678. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/React.framework",
  679. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/CoreModules.framework",
  680. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTActionSheet.framework",
  681. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTAnimation.framework",
  682. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTBlob.framework",
  683. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTImage.framework",
  684. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTLinking.framework",
  685. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTNetwork.framework",
  686. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTSettings.framework",
  687. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTText.framework",
  688. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/RCTVibration.framework",
  689. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/cxxreact.framework",
  690. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsi.framework",
  691. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsireact.framework",
  692. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/jsinspector.framework",
  693. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactCommon.framework",
  694. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeKeyboardTrackingView.framework",
  695. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/ReactNativeNavigation.framework",
  696. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/yoga.framework",
  697. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/glog.framework",
  698. "${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/OCMock.framework",
  699. );
  700. runOnlyForDeploymentPostprocessing = 0;
  701. shellPath = /bin/sh;
  702. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NavigationIOS12Tests/Pods-NavigationIOS12Tests-frameworks.sh\"\n";
  703. showEnvVarsInLog = 0;
  704. };
  705. D80DD80E880A67F5575078C4 /* [CP] Check Pods Manifest.lock */ = {
  706. isa = PBXShellScriptBuildPhase;
  707. buildActionMask = 2147483647;
  708. files = (
  709. );
  710. inputFileListPaths = (
  711. );
  712. inputPaths = (
  713. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  714. "${PODS_ROOT}/Manifest.lock",
  715. );
  716. name = "[CP] Check Pods Manifest.lock";
  717. outputFileListPaths = (
  718. );
  719. outputPaths = (
  720. "$(DERIVED_FILE_DIR)/Pods-playground-checkManifestLockResult.txt",
  721. );
  722. runOnlyForDeploymentPostprocessing = 0;
  723. shellPath = /bin/sh;
  724. 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";
  725. showEnvVarsInLog = 0;
  726. };
  727. /* End PBXShellScriptBuildPhase section */
  728. /* Begin PBXSourcesBuildPhase section */
  729. 13B07F871A680F5B00A75B9A /* Sources */ = {
  730. isa = PBXSourcesBuildPhase;
  731. buildActionMask = 2147483647;
  732. files = (
  733. 50451D35204451A900695F00 /* RNNCustomViewController.m in Sources */,
  734. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  735. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  736. );
  737. runOnlyForDeploymentPostprocessing = 0;
  738. };
  739. 50996C5923AA46DD00008F89 /* Sources */ = {
  740. isa = PBXSourcesBuildPhase;
  741. buildActionMask = 2147483647;
  742. files = (
  743. 5022EDCD2405522000852BA6 /* RNNBottomTabsPresenterTest.m in Sources */,
  744. 50C9A8D1240EB95F00BD699F /* RNNBottomTabsController+Helpers.m in Sources */,
  745. 50996C6923AA487800008F89 /* RNNTestRootViewCreator.m in Sources */,
  746. 50996C6823AA477400008F89 /* RNNRootViewControllerTest.m in Sources */,
  747. );
  748. runOnlyForDeploymentPostprocessing = 0;
  749. };
  750. E58D2617238587F4003F36BA /* Sources */ = {
  751. isa = PBXSourcesBuildPhase;
  752. buildActionMask = 2147483647;
  753. files = (
  754. E58D265B2385888C003F36BA /* UIViewController+RNNOptionsTest.m in Sources */,
  755. E58D26532385888C003F36BA /* RNNSideMenuPresenterTest.m in Sources */,
  756. 50BCB27623F1A2B100D6C8E5 /* TopBarAppearancePresenterTest.m in Sources */,
  757. 50C9A8D4240FB9D000BD699F /* RNNComponentViewController+Utils.m in Sources */,
  758. 50647FE323E3196800B92025 /* RNNExternalViewControllerTests.m in Sources */,
  759. E58D264D2385888C003F36BA /* RNNOverlayManagerTest.m in Sources */,
  760. 501C86B9239FE9C400E0B631 /* UIImage+Utils.m in Sources */,
  761. E58D265F2385888C003F36BA /* RNNBasePresenterTest.m in Sources */,
  762. E58D26542385888C003F36BA /* RNNSideMenuControllerTest.m in Sources */,
  763. E58D264A2385888C003F36BA /* RNNTabBarControllerTest.m in Sources */,
  764. E58D26472385888C003F36BA /* RNNRootViewControllerTest.m in Sources */,
  765. E58D26582385888C003F36BA /* UITabBarController+RNNOptionsTest.m in Sources */,
  766. E58D265A2385888C003F36BA /* RNNTestRootViewCreator.m in Sources */,
  767. E58D26492385888C003F36BA /* RNNFontAttributesCreatorTest.m in Sources */,
  768. E58D26552385888C003F36BA /* RNNTransitionStateHolderTest.m in Sources */,
  769. E58D26462385888C003F36BA /* UIViewController+LayoutProtocolTest.m in Sources */,
  770. E58D26512385888C003F36BA /* RNNExternalComponentStoreTest.m in Sources */,
  771. E58D265E2385888C003F36BA /* RNNCommandsHandlerTest.m in Sources */,
  772. E58D264B2385888C003F36BA /* RNNLayoutManagerTest.m in Sources */,
  773. E58D26592385888C003F36BA /* RNNNavigationStackManagerTest.m in Sources */,
  774. E58D26602385888C003F36BA /* RNNModalManagerTest.m in Sources */,
  775. E58D26502385888C003F36BA /* RNNNavigationOptionsTest.m in Sources */,
  776. E58D264E2385888C003F36BA /* RNNTestBase.m in Sources */,
  777. 5022EDCE2405524700852BA6 /* RNNBottomTabsAppearancePresenterTest.m in Sources */,
  778. 500E9FE72406A52100C61231 /* BottomTabPresenterTest.m in Sources */,
  779. E58D26612385888C003F36BA /* RNNTestNoColor.m in Sources */,
  780. 50CF233D240695B10098042D /* RNNBottomTabsController+Helpers.m in Sources */,
  781. E58D265D2385888C003F36BA /* RNNControllerFactoryTest.m in Sources */,
  782. E58D265C2385888C003F36BA /* RNNStackControllerTest.m in Sources */,
  783. E58D26482385888C003F36BA /* RNNDotIndicatorPresenterTest.m in Sources */,
  784. E58D26522385888C003F36BA /* RNNComponentPresenterTest.m in Sources */,
  785. E58D264C2385888C003F36BA /* RNNSideMenuParserTest.m in Sources */,
  786. E58D264F2385888C003F36BA /* RNNStackPresenterTest.m in Sources */,
  787. );
  788. runOnlyForDeploymentPostprocessing = 0;
  789. };
  790. /* End PBXSourcesBuildPhase section */
  791. /* Begin PBXTargetDependency section */
  792. 50996C6323AA46DD00008F89 /* PBXTargetDependency */ = {
  793. isa = PBXTargetDependency;
  794. target = 13B07F861A680F5B00A75B9A /* playground */;
  795. targetProxy = 50996C6223AA46DD00008F89 /* PBXContainerItemProxy */;
  796. };
  797. E58D2621238587F4003F36BA /* PBXTargetDependency */ = {
  798. isa = PBXTargetDependency;
  799. target = 13B07F861A680F5B00A75B9A /* playground */;
  800. targetProxy = E58D2620238587F4003F36BA /* PBXContainerItemProxy */;
  801. };
  802. /* End PBXTargetDependency section */
  803. /* Begin PBXVariantGroup section */
  804. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  805. isa = PBXVariantGroup;
  806. children = (
  807. 13B07FB21A68108700A75B9A /* Base */,
  808. );
  809. name = LaunchScreen.xib;
  810. sourceTree = "<group>";
  811. };
  812. /* End PBXVariantGroup section */
  813. /* Begin XCBuildConfiguration section */
  814. 13B07F941A680F5B00A75B9A /* Debug */ = {
  815. isa = XCBuildConfiguration;
  816. baseConfigurationReference = B484A10A046B0046B98A76B5 /* Pods-playground.debug.xcconfig */;
  817. buildSettings = {
  818. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  819. CODE_SIGN_IDENTITY = "Apple Development";
  820. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  821. CODE_SIGN_STYLE = Automatic;
  822. DEAD_CODE_STRIPPING = NO;
  823. DEVELOPMENT_TEAM = XPHGA2FMQQ;
  824. INFOPLIST_FILE = playground/Info.plist;
  825. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  826. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  827. OTHER_LDFLAGS = (
  828. "$(inherited)",
  829. "-ObjC",
  830. "-l\"c++\"",
  831. );
  832. PRODUCT_BUNDLE_IDENTIFIER = com.rnn.playground;
  833. PRODUCT_NAME = playground;
  834. PROVISIONING_PROFILE_SPECIFIER = "";
  835. TARGETED_DEVICE_FAMILY = "1,2";
  836. };
  837. name = Debug;
  838. };
  839. 13B07F951A680F5B00A75B9A /* Release */ = {
  840. isa = XCBuildConfiguration;
  841. baseConfigurationReference = 7F8E255E2E08F6ECE7DF6FE3 /* Pods-playground.release.xcconfig */;
  842. buildSettings = {
  843. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  844. CODE_SIGN_IDENTITY = "Apple Development";
  845. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  846. CODE_SIGN_STYLE = Automatic;
  847. DEVELOPMENT_TEAM = XPHGA2FMQQ;
  848. INFOPLIST_FILE = playground/Info.plist;
  849. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  850. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  851. OTHER_LDFLAGS = (
  852. "$(inherited)",
  853. "-ObjC",
  854. "-l\"c++\"",
  855. );
  856. PRODUCT_BUNDLE_IDENTIFIER = com.rnn.playground;
  857. PRODUCT_NAME = playground;
  858. PROVISIONING_PROFILE_SPECIFIER = "";
  859. TARGETED_DEVICE_FAMILY = "1,2";
  860. };
  861. name = Release;
  862. };
  863. 50996C6423AA46DD00008F89 /* Debug */ = {
  864. isa = XCBuildConfiguration;
  865. baseConfigurationReference = C9E7FB91365E7BEF959ADB5F /* Pods-NavigationIOS12Tests.debug.xcconfig */;
  866. buildSettings = {
  867. CLANG_ANALYZER_NONNULL = YES;
  868. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  869. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  870. CLANG_ENABLE_OBJC_WEAK = YES;
  871. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  872. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  873. CODE_SIGN_STYLE = Automatic;
  874. DEBUG_INFORMATION_FORMAT = dwarf;
  875. GCC_C_LANGUAGE_STANDARD = gnu11;
  876. INFOPLIST_FILE = NavigationIOS12Tests/Info.plist;
  877. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  878. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  879. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  880. MTL_FAST_MATH = YES;
  881. PRODUCT_BUNDLE_IDENTIFIER = rn.NavigationIOS12Tests;
  882. PRODUCT_NAME = "$(TARGET_NAME)";
  883. TARGETED_DEVICE_FAMILY = "1,2";
  884. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  885. };
  886. name = Debug;
  887. };
  888. 50996C6523AA46DD00008F89 /* Release */ = {
  889. isa = XCBuildConfiguration;
  890. baseConfigurationReference = 4AE37ACF6BFBAB211EE8E7E9 /* Pods-NavigationIOS12Tests.release.xcconfig */;
  891. buildSettings = {
  892. CLANG_ANALYZER_NONNULL = YES;
  893. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  894. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  895. CLANG_ENABLE_OBJC_WEAK = YES;
  896. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  897. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  898. CODE_SIGN_STYLE = Automatic;
  899. COPY_PHASE_STRIP = NO;
  900. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  901. GCC_C_LANGUAGE_STANDARD = gnu11;
  902. INFOPLIST_FILE = NavigationIOS12Tests/Info.plist;
  903. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  904. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  905. MTL_FAST_MATH = YES;
  906. PRODUCT_BUNDLE_IDENTIFIER = rn.NavigationIOS12Tests;
  907. PRODUCT_NAME = "$(TARGET_NAME)";
  908. TARGETED_DEVICE_FAMILY = "1,2";
  909. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  910. };
  911. name = Release;
  912. };
  913. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  914. isa = XCBuildConfiguration;
  915. buildSettings = {
  916. ALWAYS_SEARCH_USER_PATHS = NO;
  917. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  918. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  919. CLANG_CXX_LIBRARY = "libc++";
  920. CLANG_ENABLE_MODULES = YES;
  921. CLANG_ENABLE_OBJC_ARC = YES;
  922. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  923. CLANG_WARN_BOOL_CONVERSION = YES;
  924. CLANG_WARN_COMMA = YES;
  925. CLANG_WARN_CONSTANT_CONVERSION = YES;
  926. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  927. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  928. CLANG_WARN_EMPTY_BODY = YES;
  929. CLANG_WARN_ENUM_CONVERSION = YES;
  930. CLANG_WARN_INFINITE_RECURSION = YES;
  931. CLANG_WARN_INT_CONVERSION = YES;
  932. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  933. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  934. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  935. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  936. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  937. CLANG_WARN_STRICT_PROTOTYPES = YES;
  938. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  939. CLANG_WARN_UNREACHABLE_CODE = YES;
  940. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  941. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  942. COPY_PHASE_STRIP = NO;
  943. ENABLE_STRICT_OBJC_MSGSEND = YES;
  944. ENABLE_TESTABILITY = YES;
  945. GCC_C_LANGUAGE_STANDARD = gnu99;
  946. GCC_DYNAMIC_NO_PIC = NO;
  947. GCC_NO_COMMON_BLOCKS = YES;
  948. GCC_OPTIMIZATION_LEVEL = 0;
  949. GCC_PREPROCESSOR_DEFINITIONS = (
  950. "DEBUG=1",
  951. "$(inherited)",
  952. );
  953. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  954. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  955. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  956. GCC_WARN_UNDECLARED_SELECTOR = YES;
  957. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  958. GCC_WARN_UNUSED_FUNCTION = YES;
  959. GCC_WARN_UNUSED_VARIABLE = YES;
  960. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  961. MTL_ENABLE_DEBUG_INFO = YES;
  962. ONLY_ACTIVE_ARCH = YES;
  963. OTHER_LDFLAGS = "";
  964. SDKROOT = iphoneos;
  965. };
  966. name = Debug;
  967. };
  968. 83CBBA211A601CBA00E9B192 /* Release */ = {
  969. isa = XCBuildConfiguration;
  970. buildSettings = {
  971. ALWAYS_SEARCH_USER_PATHS = NO;
  972. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  973. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  974. CLANG_CXX_LIBRARY = "libc++";
  975. CLANG_ENABLE_MODULES = YES;
  976. CLANG_ENABLE_OBJC_ARC = YES;
  977. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  978. CLANG_WARN_BOOL_CONVERSION = YES;
  979. CLANG_WARN_COMMA = YES;
  980. CLANG_WARN_CONSTANT_CONVERSION = YES;
  981. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  982. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  983. CLANG_WARN_EMPTY_BODY = YES;
  984. CLANG_WARN_ENUM_CONVERSION = YES;
  985. CLANG_WARN_INFINITE_RECURSION = YES;
  986. CLANG_WARN_INT_CONVERSION = YES;
  987. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  988. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  989. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  990. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  991. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  992. CLANG_WARN_STRICT_PROTOTYPES = YES;
  993. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  994. CLANG_WARN_UNREACHABLE_CODE = YES;
  995. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  996. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  997. COPY_PHASE_STRIP = YES;
  998. ENABLE_NS_ASSERTIONS = NO;
  999. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1000. GCC_C_LANGUAGE_STANDARD = gnu99;
  1001. GCC_NO_COMMON_BLOCKS = YES;
  1002. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1003. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1004. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1005. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1006. GCC_WARN_UNUSED_FUNCTION = YES;
  1007. GCC_WARN_UNUSED_VARIABLE = YES;
  1008. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1009. MTL_ENABLE_DEBUG_INFO = NO;
  1010. OTHER_LDFLAGS = "";
  1011. SDKROOT = iphoneos;
  1012. VALIDATE_PRODUCT = YES;
  1013. };
  1014. name = Release;
  1015. };
  1016. E58D2622238587F4003F36BA /* Debug */ = {
  1017. isa = XCBuildConfiguration;
  1018. baseConfigurationReference = 4259AF43A23D928FE78B4A3A /* Pods-NavigationTests.debug.xcconfig */;
  1019. buildSettings = {
  1020. BUNDLE_LOADER = "$(TEST_HOST)";
  1021. CLANG_ANALYZER_NONNULL = YES;
  1022. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1023. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1024. CLANG_ENABLE_OBJC_WEAK = YES;
  1025. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1026. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1027. CODE_SIGN_STYLE = Automatic;
  1028. DEBUG_INFORMATION_FORMAT = dwarf;
  1029. DEVELOPMENT_TEAM = S3GLW74Y8N;
  1030. GCC_C_LANGUAGE_STANDARD = gnu11;
  1031. INFOPLIST_FILE = NavigationTests/Info.plist;
  1032. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1033. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1034. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  1035. MTL_FAST_MATH = YES;
  1036. PRODUCT_BUNDLE_IDENTIFIER = com.wix.NavigationTests;
  1037. PRODUCT_NAME = "$(TARGET_NAME)";
  1038. TARGETED_DEVICE_FAMILY = "1,2";
  1039. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  1040. };
  1041. name = Debug;
  1042. };
  1043. E58D2623238587F4003F36BA /* Release */ = {
  1044. isa = XCBuildConfiguration;
  1045. baseConfigurationReference = D95A99C17C65D674BA9DF26B /* Pods-NavigationTests.release.xcconfig */;
  1046. buildSettings = {
  1047. BUNDLE_LOADER = "$(TEST_HOST)";
  1048. CLANG_ANALYZER_NONNULL = YES;
  1049. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  1050. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  1051. CLANG_ENABLE_OBJC_WEAK = YES;
  1052. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1053. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  1054. CODE_SIGN_STYLE = Automatic;
  1055. COPY_PHASE_STRIP = NO;
  1056. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1057. DEVELOPMENT_TEAM = S3GLW74Y8N;
  1058. GCC_C_LANGUAGE_STANDARD = gnu11;
  1059. INFOPLIST_FILE = NavigationTests/Info.plist;
  1060. IPHONEOS_DEPLOYMENT_TARGET = 13.0;
  1061. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1062. MTL_FAST_MATH = YES;
  1063. PRODUCT_BUNDLE_IDENTIFIER = com.wix.NavigationTests;
  1064. PRODUCT_NAME = "$(TARGET_NAME)";
  1065. TARGETED_DEVICE_FAMILY = "1,2";
  1066. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  1067. };
  1068. name = Release;
  1069. };
  1070. /* End XCBuildConfiguration section */
  1071. /* Begin XCConfigurationList section */
  1072. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "playground" */ = {
  1073. isa = XCConfigurationList;
  1074. buildConfigurations = (
  1075. 13B07F941A680F5B00A75B9A /* Debug */,
  1076. 13B07F951A680F5B00A75B9A /* Release */,
  1077. );
  1078. defaultConfigurationIsVisible = 0;
  1079. defaultConfigurationName = Debug;
  1080. };
  1081. 50996C6623AA46DD00008F89 /* Build configuration list for PBXNativeTarget "NavigationIOS12Tests" */ = {
  1082. isa = XCConfigurationList;
  1083. buildConfigurations = (
  1084. 50996C6423AA46DD00008F89 /* Debug */,
  1085. 50996C6523AA46DD00008F89 /* Release */,
  1086. );
  1087. defaultConfigurationIsVisible = 0;
  1088. defaultConfigurationName = Debug;
  1089. };
  1090. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "playground" */ = {
  1091. isa = XCConfigurationList;
  1092. buildConfigurations = (
  1093. 83CBBA201A601CBA00E9B192 /* Debug */,
  1094. 83CBBA211A601CBA00E9B192 /* Release */,
  1095. );
  1096. defaultConfigurationIsVisible = 0;
  1097. defaultConfigurationName = Debug;
  1098. };
  1099. E58D2624238587F4003F36BA /* Build configuration list for PBXNativeTarget "NavigationTests" */ = {
  1100. isa = XCConfigurationList;
  1101. buildConfigurations = (
  1102. E58D2622238587F4003F36BA /* Debug */,
  1103. E58D2623238587F4003F36BA /* Release */,
  1104. );
  1105. defaultConfigurationIsVisible = 0;
  1106. defaultConfigurationName = Debug;
  1107. };
  1108. /* End XCConfigurationList section */
  1109. };
  1110. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  1111. }