react-native-navigation的迁移库

project.pbxproj 60KB

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