react-native-navigation的迁移库

project.pbxproj 80KB

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