react-native-navigation的迁移库

project.pbxproj 61KB

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