project.pbxproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 54;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00E356F31AD99517003FC87E /* NavMelonTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* NavMelonTests.m */; };
  10. 0C80B921A6F3F58F76C31292 /* libPods-NavMelon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5DCACB8F33CDC322A6C60F78 /* libPods-NavMelon.a */; };
  11. 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
  12. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  13. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  14. 7699B88040F8A987B510C191 /* libPods-NavMelon-NavMelonTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 19F6CBCC0A4E27FBF8BF4A61 /* libPods-NavMelon-NavMelonTests.a */; };
  15. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
  16. 8CF21AFE1D44449B9468CC42 /* Poppins-Black.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 68324401CCB942CFB82D7190 /* Poppins-Black.ttf */; };
  17. 9FBD96325DD9461E823ED047 /* Poppins-BlackItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 6761F96A94BF418EAF0DFF6A /* Poppins-BlackItalic.ttf */; };
  18. 3FDAF0CD8BE247FAAAB6CD8B /* Poppins-Bold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 890D9E254F0943549B7CC564 /* Poppins-Bold.ttf */; };
  19. 3F2B5721EE0C48999097F88D /* Poppins-BoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = E67A581E80E8477C9DAECD08 /* Poppins-BoldItalic.ttf */; };
  20. 6BB8511AF3C049E29E7BA93B /* Poppins-ExtraBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 79CC5F940C2C4182A80B1FB6 /* Poppins-ExtraBold.ttf */; };
  21. E4B0BD83A4AE49ED876CD11C /* Poppins-ExtraBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C83A2A13BC484751819519B5 /* Poppins-ExtraBoldItalic.ttf */; };
  22. 0A5B8888D1194200BD66373F /* Poppins-ExtraLight.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5C5AA42CC9CF4CC3BFD35C87 /* Poppins-ExtraLight.ttf */; };
  23. 6E72F00A6A014E769BEC40E3 /* Poppins-ExtraLightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2F5C314BCD894C27BAE51E6C /* Poppins-ExtraLightItalic.ttf */; };
  24. 4A1AEF817C7649F08F03BB6F /* Poppins-Italic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3F0A4A8D002644F8B626271B /* Poppins-Italic.ttf */; };
  25. 8325DF72374E4A9F80CB1752 /* Poppins-Light.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B436DDC85DBF4BBE898F9A9B /* Poppins-Light.ttf */; };
  26. 14C49EFB1F8A44D78FEB90E2 /* Poppins-LightItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 5A6EBE84CC6449A0B954F8B5 /* Poppins-LightItalic.ttf */; };
  27. FD491CC6D7F44D10845EE1DF /* Poppins-Medium.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3BD6DF05F05F408EADF72E5D /* Poppins-Medium.ttf */; };
  28. 5ED5EEA8C3714C5C8DB01AA6 /* Poppins-MediumItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 8FC875DD9845418B9FA9E972 /* Poppins-MediumItalic.ttf */; };
  29. 89E16754C23B41A9BB29BCE7 /* Poppins-Regular.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B062862FB2F14A379F97567B /* Poppins-Regular.ttf */; };
  30. 6689A01C07E6468FA1C2C0E1 /* Poppins-SemiBold.ttf in Resources */ = {isa = PBXBuildFile; fileRef = C484F1EB387F4A68BF3F80E5 /* Poppins-SemiBold.ttf */; };
  31. 4EFB50E2908B4A2ABA743BA3 /* Poppins-SemiBoldItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 0ECCE1FAF7894E439EBA1610 /* Poppins-SemiBoldItalic.ttf */; };
  32. DE53BFAEC55A450883700387 /* Poppins-Thin.ttf in Resources */ = {isa = PBXBuildFile; fileRef = FC1F290F539245F3B68B2EB1 /* Poppins-Thin.ttf */; };
  33. EEF9D8F1DBE842ED9E9F8FDE /* Poppins-ThinItalic.ttf in Resources */ = {isa = PBXBuildFile; fileRef = BE0616A230FB4374BD9029AE /* Poppins-ThinItalic.ttf */; };
  34. BD96615A4E1440BDA7C67DDF /* OFL.txt in Resources */ = {isa = PBXBuildFile; fileRef = D9D0DADFD7054E3F98C6D13B /* OFL.txt */; };
  35. F3E8BCA2C7554690AC233901 /* images.js in Resources */ = {isa = PBXBuildFile; fileRef = 58F4FB7505714B89AF42B56A /* images.js */; };
  36. C903282612FE4C72B3A4B125 /* newscout_logo_dark.png in Resources */ = {isa = PBXBuildFile; fileRef = B9677D057E6545FEB802E01C /* newscout_logo_dark.png */; };
  37. 547ACC0405694BFA8EC60068 /* newscout_logo_light.png in Resources */ = {isa = PBXBuildFile; fileRef = 89C0C18F9A3F4626AD020AEF /* newscout_logo_light.png */; };
  38. /* End PBXBuildFile section */
  39. /* Begin PBXContainerItemProxy section */
  40. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  43. proxyType = 1;
  44. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  45. remoteInfo = NavMelon;
  46. };
  47. /* End PBXContainerItemProxy section */
  48. /* Begin PBXFileReference section */
  49. 00E356EE1AD99517003FC87E /* NavMelonTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = NavMelonTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  50. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  51. 00E356F21AD99517003FC87E /* NavMelonTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = NavMelonTests.m; sourceTree = "<group>"; };
  52. 13B07F961A680F5B00A75B9A /* NavMelon.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = NavMelon.app; sourceTree = BUILT_PRODUCTS_DIR; };
  53. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = NavMelon/AppDelegate.h; sourceTree = "<group>"; };
  54. 13B07FB01A68108700A75B9A /* AppDelegate.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = AppDelegate.mm; path = NavMelon/AppDelegate.mm; sourceTree = "<group>"; };
  55. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = NavMelon/Images.xcassets; sourceTree = "<group>"; };
  56. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = NavMelon/Info.plist; sourceTree = "<group>"; };
  57. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = NavMelon/main.m; sourceTree = "<group>"; };
  58. 19F6CBCC0A4E27FBF8BF4A61 /* libPods-NavMelon-NavMelonTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NavMelon-NavMelonTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  59. 3B4392A12AC88292D35C810B /* Pods-NavMelon.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NavMelon.debug.xcconfig"; path = "Target Support Files/Pods-NavMelon/Pods-NavMelon.debug.xcconfig"; sourceTree = "<group>"; };
  60. 5709B34CF0A7D63546082F79 /* Pods-NavMelon.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NavMelon.release.xcconfig"; path = "Target Support Files/Pods-NavMelon/Pods-NavMelon.release.xcconfig"; sourceTree = "<group>"; };
  61. 5B7EB9410499542E8C5724F5 /* Pods-NavMelon-NavMelonTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NavMelon-NavMelonTests.debug.xcconfig"; path = "Target Support Files/Pods-NavMelon-NavMelonTests/Pods-NavMelon-NavMelonTests.debug.xcconfig"; sourceTree = "<group>"; };
  62. 5DCACB8F33CDC322A6C60F78 /* libPods-NavMelon.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-NavMelon.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  63. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = NavMelon/LaunchScreen.storyboard; sourceTree = "<group>"; };
  64. 89C6BE57DB24E9ADA2F236DE /* Pods-NavMelon-NavMelonTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-NavMelon-NavMelonTests.release.xcconfig"; path = "Target Support Files/Pods-NavMelon-NavMelonTests/Pods-NavMelon-NavMelonTests.release.xcconfig"; sourceTree = "<group>"; };
  65. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  66. 68324401CCB942CFB82D7190 /* Poppins-Black.ttf */ = {isa = PBXFileReference; name = "Poppins-Black.ttf"; path = "../assets/fonts/Poppins-Black.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  67. 6761F96A94BF418EAF0DFF6A /* Poppins-BlackItalic.ttf */ = {isa = PBXFileReference; name = "Poppins-BlackItalic.ttf"; path = "../assets/fonts/Poppins-BlackItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  68. 890D9E254F0943549B7CC564 /* Poppins-Bold.ttf */ = {isa = PBXFileReference; name = "Poppins-Bold.ttf"; path = "../assets/fonts/Poppins-Bold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  69. E67A581E80E8477C9DAECD08 /* Poppins-BoldItalic.ttf */ = {isa = PBXFileReference; name = "Poppins-BoldItalic.ttf"; path = "../assets/fonts/Poppins-BoldItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  70. 79CC5F940C2C4182A80B1FB6 /* Poppins-ExtraBold.ttf */ = {isa = PBXFileReference; name = "Poppins-ExtraBold.ttf"; path = "../assets/fonts/Poppins-ExtraBold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  71. C83A2A13BC484751819519B5 /* Poppins-ExtraBoldItalic.ttf */ = {isa = PBXFileReference; name = "Poppins-ExtraBoldItalic.ttf"; path = "../assets/fonts/Poppins-ExtraBoldItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  72. 5C5AA42CC9CF4CC3BFD35C87 /* Poppins-ExtraLight.ttf */ = {isa = PBXFileReference; name = "Poppins-ExtraLight.ttf"; path = "../assets/fonts/Poppins-ExtraLight.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  73. 2F5C314BCD894C27BAE51E6C /* Poppins-ExtraLightItalic.ttf */ = {isa = PBXFileReference; name = "Poppins-ExtraLightItalic.ttf"; path = "../assets/fonts/Poppins-ExtraLightItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  74. 3F0A4A8D002644F8B626271B /* Poppins-Italic.ttf */ = {isa = PBXFileReference; name = "Poppins-Italic.ttf"; path = "../assets/fonts/Poppins-Italic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  75. B436DDC85DBF4BBE898F9A9B /* Poppins-Light.ttf */ = {isa = PBXFileReference; name = "Poppins-Light.ttf"; path = "../assets/fonts/Poppins-Light.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  76. 5A6EBE84CC6449A0B954F8B5 /* Poppins-LightItalic.ttf */ = {isa = PBXFileReference; name = "Poppins-LightItalic.ttf"; path = "../assets/fonts/Poppins-LightItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  77. 3BD6DF05F05F408EADF72E5D /* Poppins-Medium.ttf */ = {isa = PBXFileReference; name = "Poppins-Medium.ttf"; path = "../assets/fonts/Poppins-Medium.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  78. 8FC875DD9845418B9FA9E972 /* Poppins-MediumItalic.ttf */ = {isa = PBXFileReference; name = "Poppins-MediumItalic.ttf"; path = "../assets/fonts/Poppins-MediumItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  79. B062862FB2F14A379F97567B /* Poppins-Regular.ttf */ = {isa = PBXFileReference; name = "Poppins-Regular.ttf"; path = "../assets/fonts/Poppins-Regular.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  80. C484F1EB387F4A68BF3F80E5 /* Poppins-SemiBold.ttf */ = {isa = PBXFileReference; name = "Poppins-SemiBold.ttf"; path = "../assets/fonts/Poppins-SemiBold.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  81. 0ECCE1FAF7894E439EBA1610 /* Poppins-SemiBoldItalic.ttf */ = {isa = PBXFileReference; name = "Poppins-SemiBoldItalic.ttf"; path = "../assets/fonts/Poppins-SemiBoldItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  82. FC1F290F539245F3B68B2EB1 /* Poppins-Thin.ttf */ = {isa = PBXFileReference; name = "Poppins-Thin.ttf"; path = "../assets/fonts/Poppins-Thin.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  83. BE0616A230FB4374BD9029AE /* Poppins-ThinItalic.ttf */ = {isa = PBXFileReference; name = "Poppins-ThinItalic.ttf"; path = "../assets/fonts/Poppins-ThinItalic.ttf"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  84. D9D0DADFD7054E3F98C6D13B /* OFL.txt */ = {isa = PBXFileReference; name = "OFL.txt"; path = "../assets/fonts/OFL.txt"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  85. 58F4FB7505714B89AF42B56A /* images.js */ = {isa = PBXFileReference; name = "images.js"; path = "../assets/images/images.js"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  86. B9677D057E6545FEB802E01C /* newscout_logo_dark.png */ = {isa = PBXFileReference; name = "newscout_logo_dark.png"; path = "../assets/images/newscout_logo_dark.png"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  87. 89C0C18F9A3F4626AD020AEF /* newscout_logo_light.png */ = {isa = PBXFileReference; name = "newscout_logo_light.png"; path = "../assets/images/newscout_logo_light.png"; sourceTree = "<group>"; fileEncoding = undefined; lastKnownFileType = unknown; explicitFileType = undefined; includeInIndex = 0; };
  88. /* End PBXFileReference section */
  89. /* Begin PBXFrameworksBuildPhase section */
  90. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  91. isa = PBXFrameworksBuildPhase;
  92. buildActionMask = 2147483647;
  93. files = (
  94. 7699B88040F8A987B510C191 /* libPods-NavMelon-NavMelonTests.a in Frameworks */,
  95. );
  96. runOnlyForDeploymentPostprocessing = 0;
  97. };
  98. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  99. isa = PBXFrameworksBuildPhase;
  100. buildActionMask = 2147483647;
  101. files = (
  102. 0C80B921A6F3F58F76C31292 /* libPods-NavMelon.a in Frameworks */,
  103. );
  104. runOnlyForDeploymentPostprocessing = 0;
  105. };
  106. /* End PBXFrameworksBuildPhase section */
  107. /* Begin PBXGroup section */
  108. 00E356EF1AD99517003FC87E /* NavMelonTests */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 00E356F21AD99517003FC87E /* NavMelonTests.m */,
  112. 00E356F01AD99517003FC87E /* Supporting Files */,
  113. );
  114. path = NavMelonTests;
  115. sourceTree = "<group>";
  116. };
  117. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  118. isa = PBXGroup;
  119. children = (
  120. 00E356F11AD99517003FC87E /* Info.plist */,
  121. );
  122. name = "Supporting Files";
  123. sourceTree = "<group>";
  124. };
  125. 13B07FAE1A68108700A75B9A /* NavMelon */ = {
  126. isa = PBXGroup;
  127. children = (
  128. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  129. 13B07FB01A68108700A75B9A /* AppDelegate.mm */,
  130. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  131. 13B07FB61A68108700A75B9A /* Info.plist */,
  132. 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
  133. 13B07FB71A68108700A75B9A /* main.m */,
  134. );
  135. name = NavMelon;
  136. sourceTree = "<group>";
  137. };
  138. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  139. isa = PBXGroup;
  140. children = (
  141. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  142. 5DCACB8F33CDC322A6C60F78 /* libPods-NavMelon.a */,
  143. 19F6CBCC0A4E27FBF8BF4A61 /* libPods-NavMelon-NavMelonTests.a */,
  144. );
  145. name = Frameworks;
  146. sourceTree = "<group>";
  147. };
  148. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  149. isa = PBXGroup;
  150. children = (
  151. );
  152. name = Libraries;
  153. sourceTree = "<group>";
  154. };
  155. 83CBB9F61A601CBA00E9B192 = {
  156. isa = PBXGroup;
  157. children = (
  158. 13B07FAE1A68108700A75B9A /* NavMelon */,
  159. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  160. 00E356EF1AD99517003FC87E /* NavMelonTests */,
  161. 83CBBA001A601CBA00E9B192 /* Products */,
  162. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  163. BBD78D7AC51CEA395F1C20DB /* Pods */,
  164. 1D0E3CA1F989439DA9B2DA32 /* Resources */,
  165. );
  166. indentWidth = 2;
  167. sourceTree = "<group>";
  168. tabWidth = 2;
  169. usesTabs = 0;
  170. };
  171. 83CBBA001A601CBA00E9B192 /* Products */ = {
  172. isa = PBXGroup;
  173. children = (
  174. 13B07F961A680F5B00A75B9A /* NavMelon.app */,
  175. 00E356EE1AD99517003FC87E /* NavMelonTests.xctest */,
  176. );
  177. name = Products;
  178. sourceTree = "<group>";
  179. };
  180. BBD78D7AC51CEA395F1C20DB /* Pods */ = {
  181. isa = PBXGroup;
  182. children = (
  183. 3B4392A12AC88292D35C810B /* Pods-NavMelon.debug.xcconfig */,
  184. 5709B34CF0A7D63546082F79 /* Pods-NavMelon.release.xcconfig */,
  185. 5B7EB9410499542E8C5724F5 /* Pods-NavMelon-NavMelonTests.debug.xcconfig */,
  186. 89C6BE57DB24E9ADA2F236DE /* Pods-NavMelon-NavMelonTests.release.xcconfig */,
  187. );
  188. path = Pods;
  189. sourceTree = "<group>";
  190. };
  191. 1D0E3CA1F989439DA9B2DA32 /* Resources */ = {
  192. isa = "PBXGroup";
  193. children = (
  194. 68324401CCB942CFB82D7190 /* Poppins-Black.ttf */,
  195. 6761F96A94BF418EAF0DFF6A /* Poppins-BlackItalic.ttf */,
  196. 890D9E254F0943549B7CC564 /* Poppins-Bold.ttf */,
  197. E67A581E80E8477C9DAECD08 /* Poppins-BoldItalic.ttf */,
  198. 79CC5F940C2C4182A80B1FB6 /* Poppins-ExtraBold.ttf */,
  199. C83A2A13BC484751819519B5 /* Poppins-ExtraBoldItalic.ttf */,
  200. 5C5AA42CC9CF4CC3BFD35C87 /* Poppins-ExtraLight.ttf */,
  201. 2F5C314BCD894C27BAE51E6C /* Poppins-ExtraLightItalic.ttf */,
  202. 3F0A4A8D002644F8B626271B /* Poppins-Italic.ttf */,
  203. B436DDC85DBF4BBE898F9A9B /* Poppins-Light.ttf */,
  204. 5A6EBE84CC6449A0B954F8B5 /* Poppins-LightItalic.ttf */,
  205. 3BD6DF05F05F408EADF72E5D /* Poppins-Medium.ttf */,
  206. 8FC875DD9845418B9FA9E972 /* Poppins-MediumItalic.ttf */,
  207. B062862FB2F14A379F97567B /* Poppins-Regular.ttf */,
  208. C484F1EB387F4A68BF3F80E5 /* Poppins-SemiBold.ttf */,
  209. 0ECCE1FAF7894E439EBA1610 /* Poppins-SemiBoldItalic.ttf */,
  210. FC1F290F539245F3B68B2EB1 /* Poppins-Thin.ttf */,
  211. BE0616A230FB4374BD9029AE /* Poppins-ThinItalic.ttf */,
  212. D9D0DADFD7054E3F98C6D13B /* OFL.txt */,
  213. 58F4FB7505714B89AF42B56A /* images.js */,
  214. B9677D057E6545FEB802E01C /* newscout_logo_dark.png */,
  215. 89C0C18F9A3F4626AD020AEF /* newscout_logo_light.png */,
  216. );
  217. name = Resources;
  218. sourceTree = "<group>";
  219. path = "";
  220. };
  221. /* End PBXGroup section */
  222. /* Begin PBXNativeTarget section */
  223. 00E356ED1AD99517003FC87E /* NavMelonTests */ = {
  224. isa = PBXNativeTarget;
  225. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "NavMelonTests" */;
  226. buildPhases = (
  227. A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */,
  228. 00E356EA1AD99517003FC87E /* Sources */,
  229. 00E356EB1AD99517003FC87E /* Frameworks */,
  230. 00E356EC1AD99517003FC87E /* Resources */,
  231. C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */,
  232. F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */,
  233. );
  234. buildRules = (
  235. );
  236. dependencies = (
  237. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  238. );
  239. name = NavMelonTests;
  240. productName = NavMelonTests;
  241. productReference = 00E356EE1AD99517003FC87E /* NavMelonTests.xctest */;
  242. productType = "com.apple.product-type.bundle.unit-test";
  243. };
  244. 13B07F861A680F5B00A75B9A /* NavMelon */ = {
  245. isa = PBXNativeTarget;
  246. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "NavMelon" */;
  247. buildPhases = (
  248. C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */,
  249. FD10A7F022414F080027D42C /* Start Packager */,
  250. 13B07F871A680F5B00A75B9A /* Sources */,
  251. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  252. 13B07F8E1A680F5B00A75B9A /* Resources */,
  253. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  254. 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */,
  255. E235C05ADACE081382539298 /* [CP] Copy Pods Resources */,
  256. );
  257. buildRules = (
  258. );
  259. dependencies = (
  260. );
  261. name = NavMelon;
  262. productName = NavMelon;
  263. productReference = 13B07F961A680F5B00A75B9A /* NavMelon.app */;
  264. productType = "com.apple.product-type.application";
  265. };
  266. /* End PBXNativeTarget section */
  267. /* Begin PBXProject section */
  268. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  269. isa = PBXProject;
  270. attributes = {
  271. LastUpgradeCheck = 1210;
  272. TargetAttributes = {
  273. 00E356ED1AD99517003FC87E = {
  274. CreatedOnToolsVersion = 6.2;
  275. TestTargetID = 13B07F861A680F5B00A75B9A;
  276. };
  277. 13B07F861A680F5B00A75B9A = {
  278. LastSwiftMigration = 1120;
  279. };
  280. };
  281. };
  282. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "NavMelon" */;
  283. compatibilityVersion = "Xcode 12.0";
  284. developmentRegion = en;
  285. hasScannedForEncodings = 0;
  286. knownRegions = (
  287. en,
  288. Base,
  289. );
  290. mainGroup = 83CBB9F61A601CBA00E9B192;
  291. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  292. projectDirPath = "";
  293. projectRoot = "";
  294. targets = (
  295. 13B07F861A680F5B00A75B9A /* NavMelon */,
  296. 00E356ED1AD99517003FC87E /* NavMelonTests */,
  297. );
  298. };
  299. /* End PBXProject section */
  300. /* Begin PBXResourcesBuildPhase section */
  301. 00E356EC1AD99517003FC87E /* Resources */ = {
  302. isa = PBXResourcesBuildPhase;
  303. buildActionMask = 2147483647;
  304. files = (
  305. );
  306. runOnlyForDeploymentPostprocessing = 0;
  307. };
  308. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  309. isa = PBXResourcesBuildPhase;
  310. buildActionMask = 2147483647;
  311. files = (
  312. 81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
  313. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  314. 8CF21AFE1D44449B9468CC42 /* Poppins-Black.ttf in Resources */,
  315. 9FBD96325DD9461E823ED047 /* Poppins-BlackItalic.ttf in Resources */,
  316. 3FDAF0CD8BE247FAAAB6CD8B /* Poppins-Bold.ttf in Resources */,
  317. 3F2B5721EE0C48999097F88D /* Poppins-BoldItalic.ttf in Resources */,
  318. 6BB8511AF3C049E29E7BA93B /* Poppins-ExtraBold.ttf in Resources */,
  319. E4B0BD83A4AE49ED876CD11C /* Poppins-ExtraBoldItalic.ttf in Resources */,
  320. 0A5B8888D1194200BD66373F /* Poppins-ExtraLight.ttf in Resources */,
  321. 6E72F00A6A014E769BEC40E3 /* Poppins-ExtraLightItalic.ttf in Resources */,
  322. 4A1AEF817C7649F08F03BB6F /* Poppins-Italic.ttf in Resources */,
  323. 8325DF72374E4A9F80CB1752 /* Poppins-Light.ttf in Resources */,
  324. 14C49EFB1F8A44D78FEB90E2 /* Poppins-LightItalic.ttf in Resources */,
  325. FD491CC6D7F44D10845EE1DF /* Poppins-Medium.ttf in Resources */,
  326. 5ED5EEA8C3714C5C8DB01AA6 /* Poppins-MediumItalic.ttf in Resources */,
  327. 89E16754C23B41A9BB29BCE7 /* Poppins-Regular.ttf in Resources */,
  328. 6689A01C07E6468FA1C2C0E1 /* Poppins-SemiBold.ttf in Resources */,
  329. 4EFB50E2908B4A2ABA743BA3 /* Poppins-SemiBoldItalic.ttf in Resources */,
  330. DE53BFAEC55A450883700387 /* Poppins-Thin.ttf in Resources */,
  331. EEF9D8F1DBE842ED9E9F8FDE /* Poppins-ThinItalic.ttf in Resources */,
  332. BD96615A4E1440BDA7C67DDF /* OFL.txt in Resources */,
  333. F3E8BCA2C7554690AC233901 /* images.js in Resources */,
  334. C903282612FE4C72B3A4B125 /* newscout_logo_dark.png in Resources */,
  335. 547ACC0405694BFA8EC60068 /* newscout_logo_light.png in Resources */,
  336. );
  337. runOnlyForDeploymentPostprocessing = 0;
  338. };
  339. /* End PBXResourcesBuildPhase section */
  340. /* Begin PBXShellScriptBuildPhase section */
  341. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  342. isa = PBXShellScriptBuildPhase;
  343. buildActionMask = 2147483647;
  344. files = (
  345. );
  346. inputPaths = (
  347. "$(SRCROOT)/.xcode.env.local",
  348. "$(SRCROOT)/.xcode.env",
  349. );
  350. name = "Bundle React Native code and images";
  351. outputPaths = (
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. shellPath = /bin/sh;
  355. shellScript = "set -e\n\nWITH_ENVIRONMENT=\"../node_modules/react-native/scripts/xcode/with-environment.sh\"\nREACT_NATIVE_XCODE=\"../node_modules/react-native/scripts/react-native-xcode.sh\"\n\n/bin/sh -c \"$WITH_ENVIRONMENT $REACT_NATIVE_XCODE\"\n";
  356. };
  357. 00EEFC60759A1932668264C0 /* [CP] Embed Pods Frameworks */ = {
  358. isa = PBXShellScriptBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. );
  362. inputFileListPaths = (
  363. "${PODS_ROOT}/Target Support Files/Pods-NavMelon/Pods-NavMelon-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  364. );
  365. name = "[CP] Embed Pods Frameworks";
  366. outputFileListPaths = (
  367. "${PODS_ROOT}/Target Support Files/Pods-NavMelon/Pods-NavMelon-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  368. );
  369. runOnlyForDeploymentPostprocessing = 0;
  370. shellPath = /bin/sh;
  371. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NavMelon/Pods-NavMelon-frameworks.sh\"\n";
  372. showEnvVarsInLog = 0;
  373. };
  374. A55EABD7B0C7F3A422A6CC61 /* [CP] Check Pods Manifest.lock */ = {
  375. isa = PBXShellScriptBuildPhase;
  376. buildActionMask = 2147483647;
  377. files = (
  378. );
  379. inputFileListPaths = (
  380. );
  381. inputPaths = (
  382. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  383. "${PODS_ROOT}/Manifest.lock",
  384. );
  385. name = "[CP] Check Pods Manifest.lock";
  386. outputFileListPaths = (
  387. );
  388. outputPaths = (
  389. "$(DERIVED_FILE_DIR)/Pods-NavMelon-NavMelonTests-checkManifestLockResult.txt",
  390. );
  391. runOnlyForDeploymentPostprocessing = 0;
  392. shellPath = /bin/sh;
  393. 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";
  394. showEnvVarsInLog = 0;
  395. };
  396. C38B50BA6285516D6DCD4F65 /* [CP] Check Pods Manifest.lock */ = {
  397. isa = PBXShellScriptBuildPhase;
  398. buildActionMask = 2147483647;
  399. files = (
  400. );
  401. inputFileListPaths = (
  402. );
  403. inputPaths = (
  404. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  405. "${PODS_ROOT}/Manifest.lock",
  406. );
  407. name = "[CP] Check Pods Manifest.lock";
  408. outputFileListPaths = (
  409. );
  410. outputPaths = (
  411. "$(DERIVED_FILE_DIR)/Pods-NavMelon-checkManifestLockResult.txt",
  412. );
  413. runOnlyForDeploymentPostprocessing = 0;
  414. shellPath = /bin/sh;
  415. 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";
  416. showEnvVarsInLog = 0;
  417. };
  418. C59DA0FBD6956966B86A3779 /* [CP] Embed Pods Frameworks */ = {
  419. isa = PBXShellScriptBuildPhase;
  420. buildActionMask = 2147483647;
  421. files = (
  422. );
  423. inputFileListPaths = (
  424. "${PODS_ROOT}/Target Support Files/Pods-NavMelon-NavMelonTests/Pods-NavMelon-NavMelonTests-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  425. );
  426. name = "[CP] Embed Pods Frameworks";
  427. outputFileListPaths = (
  428. "${PODS_ROOT}/Target Support Files/Pods-NavMelon-NavMelonTests/Pods-NavMelon-NavMelonTests-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  429. );
  430. runOnlyForDeploymentPostprocessing = 0;
  431. shellPath = /bin/sh;
  432. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NavMelon-NavMelonTests/Pods-NavMelon-NavMelonTests-frameworks.sh\"\n";
  433. showEnvVarsInLog = 0;
  434. };
  435. E235C05ADACE081382539298 /* [CP] Copy Pods Resources */ = {
  436. isa = PBXShellScriptBuildPhase;
  437. buildActionMask = 2147483647;
  438. files = (
  439. );
  440. inputFileListPaths = (
  441. "${PODS_ROOT}/Target Support Files/Pods-NavMelon/Pods-NavMelon-resources-${CONFIGURATION}-input-files.xcfilelist",
  442. );
  443. name = "[CP] Copy Pods Resources";
  444. outputFileListPaths = (
  445. "${PODS_ROOT}/Target Support Files/Pods-NavMelon/Pods-NavMelon-resources-${CONFIGURATION}-output-files.xcfilelist",
  446. );
  447. runOnlyForDeploymentPostprocessing = 0;
  448. shellPath = /bin/sh;
  449. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NavMelon/Pods-NavMelon-resources.sh\"\n";
  450. showEnvVarsInLog = 0;
  451. };
  452. F6A41C54EA430FDDC6A6ED99 /* [CP] Copy Pods Resources */ = {
  453. isa = PBXShellScriptBuildPhase;
  454. buildActionMask = 2147483647;
  455. files = (
  456. );
  457. inputFileListPaths = (
  458. "${PODS_ROOT}/Target Support Files/Pods-NavMelon-NavMelonTests/Pods-NavMelon-NavMelonTests-resources-${CONFIGURATION}-input-files.xcfilelist",
  459. );
  460. name = "[CP] Copy Pods Resources";
  461. outputFileListPaths = (
  462. "${PODS_ROOT}/Target Support Files/Pods-NavMelon-NavMelonTests/Pods-NavMelon-NavMelonTests-resources-${CONFIGURATION}-output-files.xcfilelist",
  463. );
  464. runOnlyForDeploymentPostprocessing = 0;
  465. shellPath = /bin/sh;
  466. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-NavMelon-NavMelonTests/Pods-NavMelon-NavMelonTests-resources.sh\"\n";
  467. showEnvVarsInLog = 0;
  468. };
  469. FD10A7F022414F080027D42C /* Start Packager */ = {
  470. isa = PBXShellScriptBuildPhase;
  471. buildActionMask = 2147483647;
  472. files = (
  473. );
  474. inputFileListPaths = (
  475. );
  476. inputPaths = (
  477. );
  478. name = "Start Packager";
  479. outputFileListPaths = (
  480. );
  481. outputPaths = (
  482. );
  483. runOnlyForDeploymentPostprocessing = 0;
  484. shellPath = /bin/sh;
  485. shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
  486. showEnvVarsInLog = 0;
  487. };
  488. /* End PBXShellScriptBuildPhase section */
  489. /* Begin PBXSourcesBuildPhase section */
  490. 00E356EA1AD99517003FC87E /* Sources */ = {
  491. isa = PBXSourcesBuildPhase;
  492. buildActionMask = 2147483647;
  493. files = (
  494. 00E356F31AD99517003FC87E /* NavMelonTests.m in Sources */,
  495. );
  496. runOnlyForDeploymentPostprocessing = 0;
  497. };
  498. 13B07F871A680F5B00A75B9A /* Sources */ = {
  499. isa = PBXSourcesBuildPhase;
  500. buildActionMask = 2147483647;
  501. files = (
  502. 13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */,
  503. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  504. );
  505. runOnlyForDeploymentPostprocessing = 0;
  506. };
  507. /* End PBXSourcesBuildPhase section */
  508. /* Begin PBXTargetDependency section */
  509. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  510. isa = PBXTargetDependency;
  511. target = 13B07F861A680F5B00A75B9A /* NavMelon */;
  512. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  513. };
  514. /* End PBXTargetDependency section */
  515. /* Begin XCBuildConfiguration section */
  516. 00E356F61AD99517003FC87E /* Debug */ = {
  517. isa = XCBuildConfiguration;
  518. baseConfigurationReference = 5B7EB9410499542E8C5724F5 /* Pods-NavMelon-NavMelonTests.debug.xcconfig */;
  519. buildSettings = {
  520. BUNDLE_LOADER = "$(TEST_HOST)";
  521. GCC_PREPROCESSOR_DEFINITIONS = (
  522. "DEBUG=1",
  523. "$(inherited)",
  524. );
  525. INFOPLIST_FILE = NavMelonTests/Info.plist;
  526. IPHONEOS_DEPLOYMENT_TARGET = 12.4;
  527. LD_RUNPATH_SEARCH_PATHS = (
  528. "$(inherited)",
  529. "@executable_path/Frameworks",
  530. "@loader_path/Frameworks",
  531. );
  532. OTHER_LDFLAGS = (
  533. "-ObjC",
  534. "-lc++",
  535. "$(inherited)",
  536. );
  537. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  538. PRODUCT_NAME = "$(TARGET_NAME)";
  539. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NavMelon.app/NavMelon";
  540. };
  541. name = Debug;
  542. };
  543. 00E356F71AD99517003FC87E /* Release */ = {
  544. isa = XCBuildConfiguration;
  545. baseConfigurationReference = 89C6BE57DB24E9ADA2F236DE /* Pods-NavMelon-NavMelonTests.release.xcconfig */;
  546. buildSettings = {
  547. BUNDLE_LOADER = "$(TEST_HOST)";
  548. COPY_PHASE_STRIP = NO;
  549. INFOPLIST_FILE = NavMelonTests/Info.plist;
  550. IPHONEOS_DEPLOYMENT_TARGET = 12.4;
  551. LD_RUNPATH_SEARCH_PATHS = (
  552. "$(inherited)",
  553. "@executable_path/Frameworks",
  554. "@loader_path/Frameworks",
  555. );
  556. OTHER_LDFLAGS = (
  557. "-ObjC",
  558. "-lc++",
  559. "$(inherited)",
  560. );
  561. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  562. PRODUCT_NAME = "$(TARGET_NAME)";
  563. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/NavMelon.app/NavMelon";
  564. };
  565. name = Release;
  566. };
  567. 13B07F941A680F5B00A75B9A /* Debug */ = {
  568. isa = XCBuildConfiguration;
  569. baseConfigurationReference = 3B4392A12AC88292D35C810B /* Pods-NavMelon.debug.xcconfig */;
  570. buildSettings = {
  571. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  572. CLANG_ENABLE_MODULES = YES;
  573. CURRENT_PROJECT_VERSION = 1;
  574. ENABLE_BITCODE = NO;
  575. INFOPLIST_FILE = NavMelon/Info.plist;
  576. LD_RUNPATH_SEARCH_PATHS = (
  577. "$(inherited)",
  578. "@executable_path/Frameworks",
  579. );
  580. MARKETING_VERSION = 1.0;
  581. OTHER_LDFLAGS = (
  582. "$(inherited)",
  583. "-ObjC",
  584. "-lc++",
  585. );
  586. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  587. PRODUCT_NAME = NavMelon;
  588. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  589. SWIFT_VERSION = 5.0;
  590. VERSIONING_SYSTEM = "apple-generic";
  591. };
  592. name = Debug;
  593. };
  594. 13B07F951A680F5B00A75B9A /* Release */ = {
  595. isa = XCBuildConfiguration;
  596. baseConfigurationReference = 5709B34CF0A7D63546082F79 /* Pods-NavMelon.release.xcconfig */;
  597. buildSettings = {
  598. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  599. CLANG_ENABLE_MODULES = YES;
  600. CURRENT_PROJECT_VERSION = 1;
  601. INFOPLIST_FILE = NavMelon/Info.plist;
  602. LD_RUNPATH_SEARCH_PATHS = (
  603. "$(inherited)",
  604. "@executable_path/Frameworks",
  605. );
  606. MARKETING_VERSION = 1.0;
  607. OTHER_LDFLAGS = (
  608. "$(inherited)",
  609. "-ObjC",
  610. "-lc++",
  611. );
  612. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  613. PRODUCT_NAME = NavMelon;
  614. SWIFT_VERSION = 5.0;
  615. VERSIONING_SYSTEM = "apple-generic";
  616. };
  617. name = Release;
  618. };
  619. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  620. isa = XCBuildConfiguration;
  621. buildSettings = {
  622. ALWAYS_SEARCH_USER_PATHS = NO;
  623. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  624. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  625. CLANG_CXX_LIBRARY = "libc++";
  626. CLANG_ENABLE_MODULES = YES;
  627. CLANG_ENABLE_OBJC_ARC = YES;
  628. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  629. CLANG_WARN_BOOL_CONVERSION = YES;
  630. CLANG_WARN_COMMA = YES;
  631. CLANG_WARN_CONSTANT_CONVERSION = YES;
  632. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  633. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  634. CLANG_WARN_EMPTY_BODY = YES;
  635. CLANG_WARN_ENUM_CONVERSION = YES;
  636. CLANG_WARN_INFINITE_RECURSION = YES;
  637. CLANG_WARN_INT_CONVERSION = YES;
  638. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  639. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  640. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  641. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  642. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  643. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  644. CLANG_WARN_STRICT_PROTOTYPES = YES;
  645. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  646. CLANG_WARN_UNREACHABLE_CODE = YES;
  647. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  648. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  649. COPY_PHASE_STRIP = NO;
  650. ENABLE_STRICT_OBJC_MSGSEND = YES;
  651. ENABLE_TESTABILITY = YES;
  652. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  653. GCC_C_LANGUAGE_STANDARD = gnu99;
  654. GCC_DYNAMIC_NO_PIC = NO;
  655. GCC_NO_COMMON_BLOCKS = YES;
  656. GCC_OPTIMIZATION_LEVEL = 0;
  657. GCC_PREPROCESSOR_DEFINITIONS = (
  658. "DEBUG=1",
  659. "$(inherited)",
  660. );
  661. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  662. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  663. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  664. GCC_WARN_UNDECLARED_SELECTOR = YES;
  665. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  666. GCC_WARN_UNUSED_FUNCTION = YES;
  667. GCC_WARN_UNUSED_VARIABLE = YES;
  668. IPHONEOS_DEPLOYMENT_TARGET = 12.4;
  669. LD_RUNPATH_SEARCH_PATHS = (
  670. /usr/lib/swift,
  671. "$(inherited)",
  672. );
  673. LIBRARY_SEARCH_PATHS = (
  674. "\"$(SDKROOT)/usr/lib/swift\"",
  675. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  676. "\"$(inherited)\"",
  677. );
  678. MTL_ENABLE_DEBUG_INFO = YES;
  679. ONLY_ACTIVE_ARCH = YES;
  680. OTHER_CPLUSPLUSFLAGS = (
  681. "$(OTHER_CFLAGS)",
  682. "-DFOLLY_NO_CONFIG",
  683. "-DFOLLY_MOBILE=1",
  684. "-DFOLLY_USE_LIBCPP=1",
  685. );
  686. SDKROOT = iphoneos;
  687. };
  688. name = Debug;
  689. };
  690. 83CBBA211A601CBA00E9B192 /* Release */ = {
  691. isa = XCBuildConfiguration;
  692. buildSettings = {
  693. ALWAYS_SEARCH_USER_PATHS = NO;
  694. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  695. CLANG_CXX_LANGUAGE_STANDARD = "c++17";
  696. CLANG_CXX_LIBRARY = "libc++";
  697. CLANG_ENABLE_MODULES = YES;
  698. CLANG_ENABLE_OBJC_ARC = YES;
  699. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  700. CLANG_WARN_BOOL_CONVERSION = YES;
  701. CLANG_WARN_COMMA = YES;
  702. CLANG_WARN_CONSTANT_CONVERSION = YES;
  703. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  704. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  705. CLANG_WARN_EMPTY_BODY = YES;
  706. CLANG_WARN_ENUM_CONVERSION = YES;
  707. CLANG_WARN_INFINITE_RECURSION = YES;
  708. CLANG_WARN_INT_CONVERSION = YES;
  709. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  710. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  711. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  712. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  713. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  714. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  715. CLANG_WARN_STRICT_PROTOTYPES = YES;
  716. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  717. CLANG_WARN_UNREACHABLE_CODE = YES;
  718. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  719. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  720. COPY_PHASE_STRIP = YES;
  721. ENABLE_NS_ASSERTIONS = NO;
  722. ENABLE_STRICT_OBJC_MSGSEND = YES;
  723. "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
  724. GCC_C_LANGUAGE_STANDARD = gnu99;
  725. GCC_NO_COMMON_BLOCKS = YES;
  726. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  727. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  728. GCC_WARN_UNDECLARED_SELECTOR = YES;
  729. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  730. GCC_WARN_UNUSED_FUNCTION = YES;
  731. GCC_WARN_UNUSED_VARIABLE = YES;
  732. IPHONEOS_DEPLOYMENT_TARGET = 12.4;
  733. LD_RUNPATH_SEARCH_PATHS = (
  734. /usr/lib/swift,
  735. "$(inherited)",
  736. );
  737. LIBRARY_SEARCH_PATHS = (
  738. "\"$(SDKROOT)/usr/lib/swift\"",
  739. "\"$(TOOLCHAIN_DIR)/usr/lib/swift/$(PLATFORM_NAME)\"",
  740. "\"$(inherited)\"",
  741. );
  742. MTL_ENABLE_DEBUG_INFO = NO;
  743. OTHER_CPLUSPLUSFLAGS = (
  744. "$(OTHER_CFLAGS)",
  745. "-DFOLLY_NO_CONFIG",
  746. "-DFOLLY_MOBILE=1",
  747. "-DFOLLY_USE_LIBCPP=1",
  748. );
  749. SDKROOT = iphoneos;
  750. VALIDATE_PRODUCT = YES;
  751. };
  752. name = Release;
  753. };
  754. /* End XCBuildConfiguration section */
  755. /* Begin XCConfigurationList section */
  756. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "NavMelonTests" */ = {
  757. isa = XCConfigurationList;
  758. buildConfigurations = (
  759. 00E356F61AD99517003FC87E /* Debug */,
  760. 00E356F71AD99517003FC87E /* Release */,
  761. );
  762. defaultConfigurationIsVisible = 0;
  763. defaultConfigurationName = Release;
  764. };
  765. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "NavMelon" */ = {
  766. isa = XCConfigurationList;
  767. buildConfigurations = (
  768. 13B07F941A680F5B00A75B9A /* Debug */,
  769. 13B07F951A680F5B00A75B9A /* Release */,
  770. );
  771. defaultConfigurationIsVisible = 0;
  772. defaultConfigurationName = Release;
  773. };
  774. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "NavMelon" */ = {
  775. isa = XCConfigurationList;
  776. buildConfigurations = (
  777. 83CBBA201A601CBA00E9B192 /* Debug */,
  778. 83CBBA211A601CBA00E9B192 /* Release */,
  779. );
  780. defaultConfigurationIsVisible = 0;
  781. defaultConfigurationName = Release;
  782. };
  783. /* End XCConfigurationList section */
  784. };
  785. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  786. }