react-native-navigation的迁移库

project.pbxproj 47KB

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