react-native-navigation的迁移库

project.pbxproj 47KB

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