project.pbxproj 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 25122B1C25D3482F009EE4BE /* FIAMSwiftUIApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25122B0925D3482E009EE4BE /* FIAMSwiftUIApp.swift */; };
  10. 25122B1D25D3482F009EE4BE /* FIAMSwiftUIApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25122B0925D3482E009EE4BE /* FIAMSwiftUIApp.swift */; };
  11. 25122B1E25D3482F009EE4BE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25122B0A25D3482E009EE4BE /* ContentView.swift */; };
  12. 25122B1F25D3482F009EE4BE /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25122B0A25D3482E009EE4BE /* ContentView.swift */; };
  13. 25122B2025D3482F009EE4BE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 25122B0B25D3482F009EE4BE /* Assets.xcassets */; };
  14. 25122B2125D3482F009EE4BE /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 25122B0B25D3482F009EE4BE /* Assets.xcassets */; };
  15. 25122B2D25D34F10009EE4BE /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = 25122B2C25D34F10009EE4BE /* Podfile */; };
  16. 25122B2E25D34F10009EE4BE /* Podfile in Resources */ = {isa = PBXBuildFile; fileRef = 25122B2C25D34F10009EE4BE /* Podfile */; };
  17. 25AA028926964A5D00CB744F /* ModalInAppMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25AA028826964A5D00CB744F /* ModalInAppMessageView.swift */; };
  18. 25AA028A26964A5D00CB744F /* ModalInAppMessageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 25AA028826964A5D00CB744F /* ModalInAppMessageView.swift */; };
  19. 25AA029726A1FBE400CB744F /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 25AA029626A1FBE400CB744F /* GoogleService-Info.plist */; };
  20. 25AA029826A1FBE400CB744F /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 25AA029626A1FBE400CB744F /* GoogleService-Info.plist */; };
  21. D3879463309C5EF475DAD161 /* Pods_FIAMSwiftUI__iOS_.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 947FA46289A89F5788211889 /* Pods_FIAMSwiftUI__iOS_.framework */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXFileReference section */
  24. 0846884077D9B202A018E1E3 /* Pods-FIAMSwiftUI (iOS).release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FIAMSwiftUI (iOS).release.xcconfig"; path = "Target Support Files/Pods-FIAMSwiftUI (iOS)/Pods-FIAMSwiftUI (iOS).release.xcconfig"; sourceTree = "<group>"; };
  25. 25122B0925D3482E009EE4BE /* FIAMSwiftUIApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FIAMSwiftUIApp.swift; sourceTree = "<group>"; };
  26. 25122B0A25D3482E009EE4BE /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  27. 25122B0B25D3482F009EE4BE /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  28. 25122B1025D3482F009EE4BE /* FIAMSwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FIAMSwiftUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
  29. 25122B1325D3482F009EE4BE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  30. 25122B1825D3482F009EE4BE /* FIAMSwiftUI.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = FIAMSwiftUI.app; sourceTree = BUILT_PRODUCTS_DIR; };
  31. 25122B1A25D3482F009EE4BE /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  32. 25122B1B25D3482F009EE4BE /* macOS.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = macOS.entitlements; sourceTree = "<group>"; };
  33. 25122B2C25D34F10009EE4BE /* Podfile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = Podfile; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
  34. 25AA028826964A5D00CB744F /* ModalInAppMessageView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ModalInAppMessageView.swift; sourceTree = "<group>"; };
  35. 25AA029626A1FBE400CB744F /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; };
  36. 3870F7D4AC793F66B002526B /* Pods-FIAMSwiftUI (iOS).debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-FIAMSwiftUI (iOS).debug.xcconfig"; path = "Target Support Files/Pods-FIAMSwiftUI (iOS)/Pods-FIAMSwiftUI (iOS).debug.xcconfig"; sourceTree = "<group>"; };
  37. 947FA46289A89F5788211889 /* Pods_FIAMSwiftUI__iOS_.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_FIAMSwiftUI__iOS_.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  38. /* End PBXFileReference section */
  39. /* Begin PBXFrameworksBuildPhase section */
  40. 25122B0D25D3482F009EE4BE /* Frameworks */ = {
  41. isa = PBXFrameworksBuildPhase;
  42. buildActionMask = 2147483647;
  43. files = (
  44. D3879463309C5EF475DAD161 /* Pods_FIAMSwiftUI__iOS_.framework in Frameworks */,
  45. );
  46. runOnlyForDeploymentPostprocessing = 0;
  47. };
  48. 25122B1525D3482F009EE4BE /* Frameworks */ = {
  49. isa = PBXFrameworksBuildPhase;
  50. buildActionMask = 2147483647;
  51. files = (
  52. );
  53. runOnlyForDeploymentPostprocessing = 0;
  54. };
  55. /* End PBXFrameworksBuildPhase section */
  56. /* Begin PBXGroup section */
  57. 25122B0325D3482E009EE4BE = {
  58. isa = PBXGroup;
  59. children = (
  60. 25122B0825D3482E009EE4BE /* Shared */,
  61. 25122B1225D3482F009EE4BE /* iOS */,
  62. 25122B1925D3482F009EE4BE /* macOS */,
  63. 25122B1125D3482F009EE4BE /* Products */,
  64. B618D9DB875F4638A0004176 /* Pods */,
  65. 837D6D0EB82CE5A494AD0B9F /* Frameworks */,
  66. );
  67. sourceTree = "<group>";
  68. };
  69. 25122B0825D3482E009EE4BE /* Shared */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 25AA029626A1FBE400CB744F /* GoogleService-Info.plist */,
  73. 25122B2C25D34F10009EE4BE /* Podfile */,
  74. 25122B0925D3482E009EE4BE /* FIAMSwiftUIApp.swift */,
  75. 25AA028826964A5D00CB744F /* ModalInAppMessageView.swift */,
  76. 25122B0A25D3482E009EE4BE /* ContentView.swift */,
  77. 25122B0B25D3482F009EE4BE /* Assets.xcassets */,
  78. );
  79. path = Shared;
  80. sourceTree = "<group>";
  81. };
  82. 25122B1125D3482F009EE4BE /* Products */ = {
  83. isa = PBXGroup;
  84. children = (
  85. 25122B1025D3482F009EE4BE /* FIAMSwiftUI.app */,
  86. 25122B1825D3482F009EE4BE /* FIAMSwiftUI.app */,
  87. );
  88. name = Products;
  89. sourceTree = "<group>";
  90. };
  91. 25122B1225D3482F009EE4BE /* iOS */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 25122B1325D3482F009EE4BE /* Info.plist */,
  95. );
  96. path = iOS;
  97. sourceTree = "<group>";
  98. };
  99. 25122B1925D3482F009EE4BE /* macOS */ = {
  100. isa = PBXGroup;
  101. children = (
  102. 25122B1A25D3482F009EE4BE /* Info.plist */,
  103. 25122B1B25D3482F009EE4BE /* macOS.entitlements */,
  104. );
  105. path = macOS;
  106. sourceTree = "<group>";
  107. };
  108. 837D6D0EB82CE5A494AD0B9F /* Frameworks */ = {
  109. isa = PBXGroup;
  110. children = (
  111. 947FA46289A89F5788211889 /* Pods_FIAMSwiftUI__iOS_.framework */,
  112. );
  113. name = Frameworks;
  114. sourceTree = "<group>";
  115. };
  116. B618D9DB875F4638A0004176 /* Pods */ = {
  117. isa = PBXGroup;
  118. children = (
  119. 3870F7D4AC793F66B002526B /* Pods-FIAMSwiftUI (iOS).debug.xcconfig */,
  120. 0846884077D9B202A018E1E3 /* Pods-FIAMSwiftUI (iOS).release.xcconfig */,
  121. );
  122. path = Pods;
  123. sourceTree = "<group>";
  124. };
  125. /* End PBXGroup section */
  126. /* Begin PBXNativeTarget section */
  127. 25122B0F25D3482F009EE4BE /* FIAMSwiftUI (iOS) */ = {
  128. isa = PBXNativeTarget;
  129. buildConfigurationList = 25122B2425D3482F009EE4BE /* Build configuration list for PBXNativeTarget "FIAMSwiftUI (iOS)" */;
  130. buildPhases = (
  131. 9BDCBE062E98C90E58F54867 /* [CP] Check Pods Manifest.lock */,
  132. 25122B0C25D3482F009EE4BE /* Sources */,
  133. 25122B0D25D3482F009EE4BE /* Frameworks */,
  134. 25122B0E25D3482F009EE4BE /* Resources */,
  135. C68A6EDC1398D3DC0CFE8D2C /* [CP] Embed Pods Frameworks */,
  136. );
  137. buildRules = (
  138. );
  139. dependencies = (
  140. );
  141. name = "FIAMSwiftUI (iOS)";
  142. productName = "FIAMSwiftUI (iOS)";
  143. productReference = 25122B1025D3482F009EE4BE /* FIAMSwiftUI.app */;
  144. productType = "com.apple.product-type.application";
  145. };
  146. 25122B1725D3482F009EE4BE /* FIAMSwiftUI (macOS) */ = {
  147. isa = PBXNativeTarget;
  148. buildConfigurationList = 25122B2725D3482F009EE4BE /* Build configuration list for PBXNativeTarget "FIAMSwiftUI (macOS)" */;
  149. buildPhases = (
  150. 25122B1425D3482F009EE4BE /* Sources */,
  151. 25122B1525D3482F009EE4BE /* Frameworks */,
  152. 25122B1625D3482F009EE4BE /* Resources */,
  153. );
  154. buildRules = (
  155. );
  156. dependencies = (
  157. );
  158. name = "FIAMSwiftUI (macOS)";
  159. productName = "FIAMSwiftUI (macOS)";
  160. productReference = 25122B1825D3482F009EE4BE /* FIAMSwiftUI.app */;
  161. productType = "com.apple.product-type.application";
  162. };
  163. /* End PBXNativeTarget section */
  164. /* Begin PBXProject section */
  165. 25122B0425D3482E009EE4BE /* Project object */ = {
  166. isa = PBXProject;
  167. attributes = {
  168. LastSwiftUpdateCheck = 1240;
  169. LastUpgradeCheck = 1240;
  170. TargetAttributes = {
  171. 25122B0F25D3482F009EE4BE = {
  172. CreatedOnToolsVersion = 12.4;
  173. };
  174. 25122B1725D3482F009EE4BE = {
  175. CreatedOnToolsVersion = 12.4;
  176. };
  177. };
  178. };
  179. buildConfigurationList = 25122B0725D3482E009EE4BE /* Build configuration list for PBXProject "FIAMSwiftUI" */;
  180. compatibilityVersion = "Xcode 9.3";
  181. developmentRegion = en;
  182. hasScannedForEncodings = 0;
  183. knownRegions = (
  184. en,
  185. Base,
  186. );
  187. mainGroup = 25122B0325D3482E009EE4BE;
  188. productRefGroup = 25122B1125D3482F009EE4BE /* Products */;
  189. projectDirPath = "";
  190. projectRoot = "";
  191. targets = (
  192. 25122B0F25D3482F009EE4BE /* FIAMSwiftUI (iOS) */,
  193. 25122B1725D3482F009EE4BE /* FIAMSwiftUI (macOS) */,
  194. );
  195. };
  196. /* End PBXProject section */
  197. /* Begin PBXResourcesBuildPhase section */
  198. 25122B0E25D3482F009EE4BE /* Resources */ = {
  199. isa = PBXResourcesBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. 25122B2D25D34F10009EE4BE /* Podfile in Resources */,
  203. 25122B2025D3482F009EE4BE /* Assets.xcassets in Resources */,
  204. 25AA029726A1FBE400CB744F /* GoogleService-Info.plist in Resources */,
  205. );
  206. runOnlyForDeploymentPostprocessing = 0;
  207. };
  208. 25122B1625D3482F009EE4BE /* Resources */ = {
  209. isa = PBXResourcesBuildPhase;
  210. buildActionMask = 2147483647;
  211. files = (
  212. 25122B2E25D34F10009EE4BE /* Podfile in Resources */,
  213. 25122B2125D3482F009EE4BE /* Assets.xcassets in Resources */,
  214. 25AA029826A1FBE400CB744F /* GoogleService-Info.plist in Resources */,
  215. );
  216. runOnlyForDeploymentPostprocessing = 0;
  217. };
  218. /* End PBXResourcesBuildPhase section */
  219. /* Begin PBXShellScriptBuildPhase section */
  220. 9BDCBE062E98C90E58F54867 /* [CP] Check Pods Manifest.lock */ = {
  221. isa = PBXShellScriptBuildPhase;
  222. buildActionMask = 2147483647;
  223. files = (
  224. );
  225. inputFileListPaths = (
  226. );
  227. inputPaths = (
  228. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  229. "${PODS_ROOT}/Manifest.lock",
  230. );
  231. name = "[CP] Check Pods Manifest.lock";
  232. outputFileListPaths = (
  233. );
  234. outputPaths = (
  235. "$(DERIVED_FILE_DIR)/Pods-FIAMSwiftUI (iOS)-checkManifestLockResult.txt",
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. shellPath = /bin/sh;
  239. 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";
  240. showEnvVarsInLog = 0;
  241. };
  242. C68A6EDC1398D3DC0CFE8D2C /* [CP] Embed Pods Frameworks */ = {
  243. isa = PBXShellScriptBuildPhase;
  244. buildActionMask = 2147483647;
  245. files = (
  246. );
  247. inputFileListPaths = (
  248. "${PODS_ROOT}/Target Support Files/Pods-FIAMSwiftUI (iOS)/Pods-FIAMSwiftUI (iOS)-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  249. );
  250. name = "[CP] Embed Pods Frameworks";
  251. outputFileListPaths = (
  252. "${PODS_ROOT}/Target Support Files/Pods-FIAMSwiftUI (iOS)/Pods-FIAMSwiftUI (iOS)-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  253. );
  254. runOnlyForDeploymentPostprocessing = 0;
  255. shellPath = /bin/sh;
  256. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-FIAMSwiftUI (iOS)/Pods-FIAMSwiftUI (iOS)-frameworks.sh\"\n";
  257. showEnvVarsInLog = 0;
  258. };
  259. /* End PBXShellScriptBuildPhase section */
  260. /* Begin PBXSourcesBuildPhase section */
  261. 25122B0C25D3482F009EE4BE /* Sources */ = {
  262. isa = PBXSourcesBuildPhase;
  263. buildActionMask = 2147483647;
  264. files = (
  265. 25AA028926964A5D00CB744F /* ModalInAppMessageView.swift in Sources */,
  266. 25122B1E25D3482F009EE4BE /* ContentView.swift in Sources */,
  267. 25122B1C25D3482F009EE4BE /* FIAMSwiftUIApp.swift in Sources */,
  268. );
  269. runOnlyForDeploymentPostprocessing = 0;
  270. };
  271. 25122B1425D3482F009EE4BE /* Sources */ = {
  272. isa = PBXSourcesBuildPhase;
  273. buildActionMask = 2147483647;
  274. files = (
  275. 25AA028A26964A5D00CB744F /* ModalInAppMessageView.swift in Sources */,
  276. 25122B1F25D3482F009EE4BE /* ContentView.swift in Sources */,
  277. 25122B1D25D3482F009EE4BE /* FIAMSwiftUIApp.swift in Sources */,
  278. );
  279. runOnlyForDeploymentPostprocessing = 0;
  280. };
  281. /* End PBXSourcesBuildPhase section */
  282. /* Begin XCBuildConfiguration section */
  283. 25122B2225D3482F009EE4BE /* Debug */ = {
  284. isa = XCBuildConfiguration;
  285. buildSettings = {
  286. ALWAYS_SEARCH_USER_PATHS = NO;
  287. CLANG_ANALYZER_NONNULL = YES;
  288. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  289. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  290. CLANG_CXX_LIBRARY = "libc++";
  291. CLANG_ENABLE_MODULES = YES;
  292. CLANG_ENABLE_OBJC_ARC = YES;
  293. CLANG_ENABLE_OBJC_WEAK = YES;
  294. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  295. CLANG_WARN_BOOL_CONVERSION = YES;
  296. CLANG_WARN_COMMA = YES;
  297. CLANG_WARN_CONSTANT_CONVERSION = YES;
  298. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  299. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  300. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  301. CLANG_WARN_EMPTY_BODY = YES;
  302. CLANG_WARN_ENUM_CONVERSION = YES;
  303. CLANG_WARN_INFINITE_RECURSION = YES;
  304. CLANG_WARN_INT_CONVERSION = YES;
  305. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  306. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  307. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  308. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  309. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  310. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  311. CLANG_WARN_STRICT_PROTOTYPES = YES;
  312. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  313. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  314. CLANG_WARN_UNREACHABLE_CODE = YES;
  315. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  316. COPY_PHASE_STRIP = NO;
  317. DEBUG_INFORMATION_FORMAT = dwarf;
  318. ENABLE_STRICT_OBJC_MSGSEND = YES;
  319. ENABLE_TESTABILITY = YES;
  320. GCC_C_LANGUAGE_STANDARD = gnu11;
  321. GCC_DYNAMIC_NO_PIC = NO;
  322. GCC_NO_COMMON_BLOCKS = YES;
  323. GCC_OPTIMIZATION_LEVEL = 0;
  324. GCC_PREPROCESSOR_DEFINITIONS = (
  325. "DEBUG=1",
  326. "$(inherited)",
  327. );
  328. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  329. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  330. GCC_WARN_UNDECLARED_SELECTOR = YES;
  331. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  332. GCC_WARN_UNUSED_FUNCTION = YES;
  333. GCC_WARN_UNUSED_VARIABLE = YES;
  334. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  335. MTL_FAST_MATH = YES;
  336. ONLY_ACTIVE_ARCH = YES;
  337. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  338. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  339. };
  340. name = Debug;
  341. };
  342. 25122B2325D3482F009EE4BE /* Release */ = {
  343. isa = XCBuildConfiguration;
  344. buildSettings = {
  345. ALWAYS_SEARCH_USER_PATHS = NO;
  346. CLANG_ANALYZER_NONNULL = YES;
  347. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  348. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  349. CLANG_CXX_LIBRARY = "libc++";
  350. CLANG_ENABLE_MODULES = YES;
  351. CLANG_ENABLE_OBJC_ARC = YES;
  352. CLANG_ENABLE_OBJC_WEAK = YES;
  353. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  354. CLANG_WARN_BOOL_CONVERSION = YES;
  355. CLANG_WARN_COMMA = YES;
  356. CLANG_WARN_CONSTANT_CONVERSION = YES;
  357. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  358. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  359. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  360. CLANG_WARN_EMPTY_BODY = YES;
  361. CLANG_WARN_ENUM_CONVERSION = YES;
  362. CLANG_WARN_INFINITE_RECURSION = YES;
  363. CLANG_WARN_INT_CONVERSION = YES;
  364. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  365. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  366. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  367. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  368. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  369. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  370. CLANG_WARN_STRICT_PROTOTYPES = YES;
  371. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  372. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  373. CLANG_WARN_UNREACHABLE_CODE = YES;
  374. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  375. COPY_PHASE_STRIP = NO;
  376. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  377. ENABLE_NS_ASSERTIONS = NO;
  378. ENABLE_STRICT_OBJC_MSGSEND = YES;
  379. GCC_C_LANGUAGE_STANDARD = gnu11;
  380. GCC_NO_COMMON_BLOCKS = YES;
  381. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  382. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  383. GCC_WARN_UNDECLARED_SELECTOR = YES;
  384. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  385. GCC_WARN_UNUSED_FUNCTION = YES;
  386. GCC_WARN_UNUSED_VARIABLE = YES;
  387. MTL_ENABLE_DEBUG_INFO = NO;
  388. MTL_FAST_MATH = YES;
  389. SWIFT_COMPILATION_MODE = wholemodule;
  390. SWIFT_OPTIMIZATION_LEVEL = "-O";
  391. };
  392. name = Release;
  393. };
  394. 25122B2525D3482F009EE4BE /* Debug */ = {
  395. isa = XCBuildConfiguration;
  396. baseConfigurationReference = 3870F7D4AC793F66B002526B /* Pods-FIAMSwiftUI (iOS).debug.xcconfig */;
  397. buildSettings = {
  398. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  399. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  400. CODE_SIGN_STYLE = Automatic;
  401. DEVELOPMENT_TEAM = 4A6TPS9RJ5;
  402. ENABLE_PREVIEWS = YES;
  403. INFOPLIST_FILE = iOS/Info.plist;
  404. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  405. LD_RUNPATH_SEARCH_PATHS = (
  406. "$(inherited)",
  407. "@executable_path/Frameworks",
  408. );
  409. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.FIAMSwiftUI;
  410. PRODUCT_NAME = FIAMSwiftUI;
  411. SDKROOT = iphoneos;
  412. SWIFT_VERSION = 5.0;
  413. TARGETED_DEVICE_FAMILY = "1,2";
  414. };
  415. name = Debug;
  416. };
  417. 25122B2625D3482F009EE4BE /* Release */ = {
  418. isa = XCBuildConfiguration;
  419. baseConfigurationReference = 0846884077D9B202A018E1E3 /* Pods-FIAMSwiftUI (iOS).release.xcconfig */;
  420. buildSettings = {
  421. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  422. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  423. CODE_SIGN_STYLE = Automatic;
  424. DEVELOPMENT_TEAM = 4A6TPS9RJ5;
  425. ENABLE_PREVIEWS = YES;
  426. INFOPLIST_FILE = iOS/Info.plist;
  427. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  428. LD_RUNPATH_SEARCH_PATHS = (
  429. "$(inherited)",
  430. "@executable_path/Frameworks",
  431. );
  432. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.FIAMSwiftUI;
  433. PRODUCT_NAME = FIAMSwiftUI;
  434. SDKROOT = iphoneos;
  435. SWIFT_VERSION = 5.0;
  436. TARGETED_DEVICE_FAMILY = "1,2";
  437. VALIDATE_PRODUCT = YES;
  438. };
  439. name = Release;
  440. };
  441. 25122B2825D3482F009EE4BE /* Debug */ = {
  442. isa = XCBuildConfiguration;
  443. buildSettings = {
  444. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  445. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  446. CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
  447. CODE_SIGN_STYLE = Automatic;
  448. COMBINE_HIDPI_IMAGES = YES;
  449. DEVELOPMENT_TEAM = 4A6TPS9RJ5;
  450. ENABLE_HARDENED_RUNTIME = YES;
  451. ENABLE_PREVIEWS = YES;
  452. INFOPLIST_FILE = macOS/Info.plist;
  453. LD_RUNPATH_SEARCH_PATHS = (
  454. "$(inherited)",
  455. "@executable_path/../Frameworks",
  456. );
  457. MACOSX_DEPLOYMENT_TARGET = 11.0;
  458. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.FIAMSwiftUI;
  459. PRODUCT_NAME = FIAMSwiftUI;
  460. SDKROOT = macosx;
  461. SWIFT_VERSION = 5.0;
  462. };
  463. name = Debug;
  464. };
  465. 25122B2925D3482F009EE4BE /* Release */ = {
  466. isa = XCBuildConfiguration;
  467. buildSettings = {
  468. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  469. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  470. CODE_SIGN_ENTITLEMENTS = macOS/macOS.entitlements;
  471. CODE_SIGN_STYLE = Automatic;
  472. COMBINE_HIDPI_IMAGES = YES;
  473. DEVELOPMENT_TEAM = 4A6TPS9RJ5;
  474. ENABLE_HARDENED_RUNTIME = YES;
  475. ENABLE_PREVIEWS = YES;
  476. INFOPLIST_FILE = macOS/Info.plist;
  477. LD_RUNPATH_SEARCH_PATHS = (
  478. "$(inherited)",
  479. "@executable_path/../Frameworks",
  480. );
  481. MACOSX_DEPLOYMENT_TARGET = 11.0;
  482. PRODUCT_BUNDLE_IDENTIFIER = com.firebase.FIAMSwiftUI;
  483. PRODUCT_NAME = FIAMSwiftUI;
  484. SDKROOT = macosx;
  485. SWIFT_VERSION = 5.0;
  486. };
  487. name = Release;
  488. };
  489. /* End XCBuildConfiguration section */
  490. /* Begin XCConfigurationList section */
  491. 25122B0725D3482E009EE4BE /* Build configuration list for PBXProject "FIAMSwiftUI" */ = {
  492. isa = XCConfigurationList;
  493. buildConfigurations = (
  494. 25122B2225D3482F009EE4BE /* Debug */,
  495. 25122B2325D3482F009EE4BE /* Release */,
  496. );
  497. defaultConfigurationIsVisible = 0;
  498. defaultConfigurationName = Release;
  499. };
  500. 25122B2425D3482F009EE4BE /* Build configuration list for PBXNativeTarget "FIAMSwiftUI (iOS)" */ = {
  501. isa = XCConfigurationList;
  502. buildConfigurations = (
  503. 25122B2525D3482F009EE4BE /* Debug */,
  504. 25122B2625D3482F009EE4BE /* Release */,
  505. );
  506. defaultConfigurationIsVisible = 0;
  507. defaultConfigurationName = Release;
  508. };
  509. 25122B2725D3482F009EE4BE /* Build configuration list for PBXNativeTarget "FIAMSwiftUI (macOS)" */ = {
  510. isa = XCConfigurationList;
  511. buildConfigurations = (
  512. 25122B2825D3482F009EE4BE /* Debug */,
  513. 25122B2925D3482F009EE4BE /* Release */,
  514. );
  515. defaultConfigurationIsVisible = 0;
  516. defaultConfigurationName = Release;
  517. };
  518. /* End XCConfigurationList section */
  519. };
  520. rootObject = 25122B0425D3482E009EE4BE /* Project object */;
  521. }