react-native-navigation的迁移库

project.pbxproj 79KB

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