react-native-navigation的迁移库

project.pbxproj 48KB

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