react-native-navigation的迁移库

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