project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5104EF0A2787BC590026A7C4 /* Identity.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5104EF052787BC590026A7C4 /* Identity.swift */; };
  10. 5104EF0B2787BC590026A7C4 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5104EF062787BC590026A7C4 /* ContentView.swift */; };
  11. 5104EF0C2787BC590026A7C4 /* UserSettings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5104EF072787BC590026A7C4 /* UserSettings.swift */; };
  12. 5104EF0E2787BC590026A7C4 /* TopicView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5104EF092787BC590026A7C4 /* TopicView.swift */; };
  13. 5104EF12278909060026A7C4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5104EF11278909060026A7C4 /* Assets.xcassets */; };
  14. 5134F860277EAEC600AEE915 /* SwiftUISampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5134F85F277EAEC600AEE915 /* SwiftUISampleApp.swift */; };
  15. 5134F867277EAEC900AEE915 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 5134F866277EAEC900AEE915 /* Preview Assets.xcassets */; };
  16. 5134F86E277EAEF800AEE915 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 5134F86D277EAEF800AEE915 /* GoogleService-Info.plist */; };
  17. CD7B98AE712C5BD92A57F49B /* Pods_SwiftUISample.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 23CD43CFCEE7C6924EB885EB /* Pods_SwiftUISample.framework */; };
  18. /* End PBXBuildFile section */
  19. /* Begin PBXFileReference section */
  20. 06DCB10835EADC7F2DB36057 /* Pods-SwiftUISample.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftUISample.debug.xcconfig"; path = "Target Support Files/Pods-SwiftUISample/Pods-SwiftUISample.debug.xcconfig"; sourceTree = "<group>"; };
  21. 23CD43CFCEE7C6924EB885EB /* Pods_SwiftUISample.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_SwiftUISample.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  22. 5104EF052787BC590026A7C4 /* Identity.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Identity.swift; path = ../../Shared/Identity.swift; sourceTree = "<group>"; };
  23. 5104EF062787BC590026A7C4 /* ContentView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = ContentView.swift; path = ../../Shared/ContentView.swift; sourceTree = "<group>"; };
  24. 5104EF072787BC590026A7C4 /* UserSettings.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = UserSettings.swift; path = ../../Shared/UserSettings.swift; sourceTree = "<group>"; };
  25. 5104EF092787BC590026A7C4 /* TopicView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = TopicView.swift; path = ../../Shared/TopicView.swift; sourceTree = "<group>"; };
  26. 5104EF11278909060026A7C4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = ../../Shared/Assets.xcassets; sourceTree = "<group>"; };
  27. 5134F85C277EAEC600AEE915 /* SwiftUISample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftUISample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  28. 5134F85F277EAEC600AEE915 /* SwiftUISampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUISampleApp.swift; sourceTree = "<group>"; };
  29. 5134F866277EAEC900AEE915 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  30. 5134F86D277EAEF800AEE915 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../Shared/GoogleService-Info.plist"; sourceTree = "<group>"; };
  31. 5134F86F277EAF0A00AEE915 /* SwiftUISample.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = SwiftUISample.entitlements; sourceTree = "<group>"; };
  32. 5134F870277EAF1600AEE915 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; };
  33. 79C933138349C96A477A368A /* Pods-SwiftUISample.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-SwiftUISample.release.xcconfig"; path = "Target Support Files/Pods-SwiftUISample/Pods-SwiftUISample.release.xcconfig"; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 5134F859277EAEC600AEE915 /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. CD7B98AE712C5BD92A57F49B /* Pods_SwiftUISample.framework in Frameworks */,
  41. );
  42. runOnlyForDeploymentPostprocessing = 0;
  43. };
  44. /* End PBXFrameworksBuildPhase section */
  45. /* Begin PBXGroup section */
  46. 4B9D6C361383C06EE523D776 /* Frameworks */ = {
  47. isa = PBXGroup;
  48. children = (
  49. 23CD43CFCEE7C6924EB885EB /* Pods_SwiftUISample.framework */,
  50. );
  51. name = Frameworks;
  52. sourceTree = "<group>";
  53. };
  54. 5134F853277EAEC600AEE915 = {
  55. isa = PBXGroup;
  56. children = (
  57. 5134F85E277EAEC600AEE915 /* SwiftUISample */,
  58. 5134F85D277EAEC600AEE915 /* Products */,
  59. A18B84A7C0849ACD661DA216 /* Pods */,
  60. 4B9D6C361383C06EE523D776 /* Frameworks */,
  61. );
  62. sourceTree = "<group>";
  63. };
  64. 5134F85D277EAEC600AEE915 /* Products */ = {
  65. isa = PBXGroup;
  66. children = (
  67. 5134F85C277EAEC600AEE915 /* SwiftUISample.app */,
  68. );
  69. name = Products;
  70. sourceTree = "<group>";
  71. };
  72. 5134F85E277EAEC600AEE915 /* SwiftUISample */ = {
  73. isa = PBXGroup;
  74. children = (
  75. 5104EF062787BC590026A7C4 /* ContentView.swift */,
  76. 5104EF052787BC590026A7C4 /* Identity.swift */,
  77. 5104EF092787BC590026A7C4 /* TopicView.swift */,
  78. 5104EF072787BC590026A7C4 /* UserSettings.swift */,
  79. 5134F870277EAF1600AEE915 /* Info.plist */,
  80. 5134F86F277EAF0A00AEE915 /* SwiftUISample.entitlements */,
  81. 5134F85F277EAEC600AEE915 /* SwiftUISampleApp.swift */,
  82. 5134F86D277EAEF800AEE915 /* GoogleService-Info.plist */,
  83. 5104EF11278909060026A7C4 /* Assets.xcassets */,
  84. 5134F865277EAEC900AEE915 /* Preview Content */,
  85. );
  86. path = SwiftUISample;
  87. sourceTree = "<group>";
  88. };
  89. 5134F865277EAEC900AEE915 /* Preview Content */ = {
  90. isa = PBXGroup;
  91. children = (
  92. 5134F866277EAEC900AEE915 /* Preview Assets.xcassets */,
  93. );
  94. path = "Preview Content";
  95. sourceTree = "<group>";
  96. };
  97. A18B84A7C0849ACD661DA216 /* Pods */ = {
  98. isa = PBXGroup;
  99. children = (
  100. 06DCB10835EADC7F2DB36057 /* Pods-SwiftUISample.debug.xcconfig */,
  101. 79C933138349C96A477A368A /* Pods-SwiftUISample.release.xcconfig */,
  102. );
  103. path = Pods;
  104. sourceTree = "<group>";
  105. };
  106. /* End PBXGroup section */
  107. /* Begin PBXNativeTarget section */
  108. 5134F85B277EAEC600AEE915 /* SwiftUISample */ = {
  109. isa = PBXNativeTarget;
  110. buildConfigurationList = 5134F86A277EAEC900AEE915 /* Build configuration list for PBXNativeTarget "SwiftUISample" */;
  111. buildPhases = (
  112. FB277254786D33A1256CB1E5 /* [CP] Check Pods Manifest.lock */,
  113. 5134F858277EAEC600AEE915 /* Sources */,
  114. 5134F859277EAEC600AEE915 /* Frameworks */,
  115. 5134F85A277EAEC600AEE915 /* Resources */,
  116. 87E3D238B4B412EC4E446F6E /* [CP] Embed Pods Frameworks */,
  117. );
  118. buildRules = (
  119. );
  120. dependencies = (
  121. );
  122. name = SwiftUISample;
  123. productName = SwiftUISample;
  124. productReference = 5134F85C277EAEC600AEE915 /* SwiftUISample.app */;
  125. productType = "com.apple.product-type.application";
  126. };
  127. /* End PBXNativeTarget section */
  128. /* Begin PBXProject section */
  129. 5134F854277EAEC600AEE915 /* Project object */ = {
  130. isa = PBXProject;
  131. attributes = {
  132. BuildIndependentTargetsInParallel = 1;
  133. LastSwiftUpdateCheck = 1300;
  134. LastUpgradeCheck = 1300;
  135. TargetAttributes = {
  136. 5134F85B277EAEC600AEE915 = {
  137. CreatedOnToolsVersion = 13.0;
  138. };
  139. };
  140. };
  141. buildConfigurationList = 5134F857277EAEC600AEE915 /* Build configuration list for PBXProject "SwiftUISample" */;
  142. compatibilityVersion = "Xcode 13.0";
  143. developmentRegion = en;
  144. hasScannedForEncodings = 0;
  145. knownRegions = (
  146. en,
  147. Base,
  148. );
  149. mainGroup = 5134F853277EAEC600AEE915;
  150. productRefGroup = 5134F85D277EAEC600AEE915 /* Products */;
  151. projectDirPath = "";
  152. projectRoot = "";
  153. targets = (
  154. 5134F85B277EAEC600AEE915 /* SwiftUISample */,
  155. );
  156. };
  157. /* End PBXProject section */
  158. /* Begin PBXResourcesBuildPhase section */
  159. 5134F85A277EAEC600AEE915 /* Resources */ = {
  160. isa = PBXResourcesBuildPhase;
  161. buildActionMask = 2147483647;
  162. files = (
  163. 5134F867277EAEC900AEE915 /* Preview Assets.xcassets in Resources */,
  164. 5104EF12278909060026A7C4 /* Assets.xcassets in Resources */,
  165. 5134F86E277EAEF800AEE915 /* GoogleService-Info.plist in Resources */,
  166. );
  167. runOnlyForDeploymentPostprocessing = 0;
  168. };
  169. /* End PBXResourcesBuildPhase section */
  170. /* Begin PBXShellScriptBuildPhase section */
  171. 87E3D238B4B412EC4E446F6E /* [CP] Embed Pods Frameworks */ = {
  172. isa = PBXShellScriptBuildPhase;
  173. buildActionMask = 2147483647;
  174. files = (
  175. );
  176. inputFileListPaths = (
  177. "${PODS_ROOT}/Target Support Files/Pods-SwiftUISample/Pods-SwiftUISample-frameworks-${CONFIGURATION}-input-files.xcfilelist",
  178. );
  179. name = "[CP] Embed Pods Frameworks";
  180. outputFileListPaths = (
  181. "${PODS_ROOT}/Target Support Files/Pods-SwiftUISample/Pods-SwiftUISample-frameworks-${CONFIGURATION}-output-files.xcfilelist",
  182. );
  183. runOnlyForDeploymentPostprocessing = 0;
  184. shellPath = /bin/sh;
  185. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-SwiftUISample/Pods-SwiftUISample-frameworks.sh\"\n";
  186. showEnvVarsInLog = 0;
  187. };
  188. FB277254786D33A1256CB1E5 /* [CP] Check Pods Manifest.lock */ = {
  189. isa = PBXShellScriptBuildPhase;
  190. buildActionMask = 2147483647;
  191. files = (
  192. );
  193. inputFileListPaths = (
  194. );
  195. inputPaths = (
  196. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  197. "${PODS_ROOT}/Manifest.lock",
  198. );
  199. name = "[CP] Check Pods Manifest.lock";
  200. outputFileListPaths = (
  201. );
  202. outputPaths = (
  203. "$(DERIVED_FILE_DIR)/Pods-SwiftUISample-checkManifestLockResult.txt",
  204. );
  205. runOnlyForDeploymentPostprocessing = 0;
  206. shellPath = /bin/sh;
  207. 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";
  208. showEnvVarsInLog = 0;
  209. };
  210. /* End PBXShellScriptBuildPhase section */
  211. /* Begin PBXSourcesBuildPhase section */
  212. 5134F858277EAEC600AEE915 /* Sources */ = {
  213. isa = PBXSourcesBuildPhase;
  214. buildActionMask = 2147483647;
  215. files = (
  216. 5134F860277EAEC600AEE915 /* SwiftUISampleApp.swift in Sources */,
  217. 5104EF0E2787BC590026A7C4 /* TopicView.swift in Sources */,
  218. 5104EF0C2787BC590026A7C4 /* UserSettings.swift in Sources */,
  219. 5104EF0A2787BC590026A7C4 /* Identity.swift in Sources */,
  220. 5104EF0B2787BC590026A7C4 /* ContentView.swift in Sources */,
  221. );
  222. runOnlyForDeploymentPostprocessing = 0;
  223. };
  224. /* End PBXSourcesBuildPhase section */
  225. /* Begin XCBuildConfiguration section */
  226. 5134F868277EAEC900AEE915 /* Debug */ = {
  227. isa = XCBuildConfiguration;
  228. buildSettings = {
  229. ALWAYS_SEARCH_USER_PATHS = NO;
  230. CLANG_ANALYZER_NONNULL = YES;
  231. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  232. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  233. CLANG_CXX_LIBRARY = "libc++";
  234. CLANG_ENABLE_MODULES = YES;
  235. CLANG_ENABLE_OBJC_ARC = YES;
  236. CLANG_ENABLE_OBJC_WEAK = YES;
  237. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  238. CLANG_WARN_BOOL_CONVERSION = YES;
  239. CLANG_WARN_COMMA = YES;
  240. CLANG_WARN_CONSTANT_CONVERSION = YES;
  241. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  242. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  243. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  244. CLANG_WARN_EMPTY_BODY = YES;
  245. CLANG_WARN_ENUM_CONVERSION = YES;
  246. CLANG_WARN_INFINITE_RECURSION = YES;
  247. CLANG_WARN_INT_CONVERSION = YES;
  248. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  249. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  250. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  251. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  252. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  253. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  254. CLANG_WARN_STRICT_PROTOTYPES = YES;
  255. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  256. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  257. CLANG_WARN_UNREACHABLE_CODE = YES;
  258. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  259. COPY_PHASE_STRIP = NO;
  260. DEBUG_INFORMATION_FORMAT = dwarf;
  261. ENABLE_STRICT_OBJC_MSGSEND = YES;
  262. ENABLE_TESTABILITY = YES;
  263. GCC_C_LANGUAGE_STANDARD = gnu11;
  264. GCC_DYNAMIC_NO_PIC = NO;
  265. GCC_NO_COMMON_BLOCKS = YES;
  266. GCC_OPTIMIZATION_LEVEL = 0;
  267. GCC_PREPROCESSOR_DEFINITIONS = (
  268. "DEBUG=1",
  269. "$(inherited)",
  270. );
  271. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  272. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  273. GCC_WARN_UNDECLARED_SELECTOR = YES;
  274. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  275. GCC_WARN_UNUSED_FUNCTION = YES;
  276. GCC_WARN_UNUSED_VARIABLE = YES;
  277. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  278. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  279. MTL_FAST_MATH = YES;
  280. ONLY_ACTIVE_ARCH = YES;
  281. SDKROOT = iphoneos;
  282. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  283. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  284. };
  285. name = Debug;
  286. };
  287. 5134F869277EAEC900AEE915 /* Release */ = {
  288. isa = XCBuildConfiguration;
  289. buildSettings = {
  290. ALWAYS_SEARCH_USER_PATHS = NO;
  291. CLANG_ANALYZER_NONNULL = YES;
  292. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  293. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  294. CLANG_CXX_LIBRARY = "libc++";
  295. CLANG_ENABLE_MODULES = YES;
  296. CLANG_ENABLE_OBJC_ARC = YES;
  297. CLANG_ENABLE_OBJC_WEAK = YES;
  298. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  299. CLANG_WARN_BOOL_CONVERSION = YES;
  300. CLANG_WARN_COMMA = YES;
  301. CLANG_WARN_CONSTANT_CONVERSION = YES;
  302. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  303. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  304. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  305. CLANG_WARN_EMPTY_BODY = YES;
  306. CLANG_WARN_ENUM_CONVERSION = YES;
  307. CLANG_WARN_INFINITE_RECURSION = YES;
  308. CLANG_WARN_INT_CONVERSION = YES;
  309. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  310. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  311. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  312. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  313. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  314. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  315. CLANG_WARN_STRICT_PROTOTYPES = YES;
  316. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  317. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  318. CLANG_WARN_UNREACHABLE_CODE = YES;
  319. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  320. COPY_PHASE_STRIP = NO;
  321. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  322. ENABLE_NS_ASSERTIONS = NO;
  323. ENABLE_STRICT_OBJC_MSGSEND = YES;
  324. GCC_C_LANGUAGE_STANDARD = gnu11;
  325. GCC_NO_COMMON_BLOCKS = YES;
  326. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  327. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  328. GCC_WARN_UNDECLARED_SELECTOR = YES;
  329. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  330. GCC_WARN_UNUSED_FUNCTION = YES;
  331. GCC_WARN_UNUSED_VARIABLE = YES;
  332. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  333. MTL_ENABLE_DEBUG_INFO = NO;
  334. MTL_FAST_MATH = YES;
  335. SDKROOT = iphoneos;
  336. SWIFT_COMPILATION_MODE = wholemodule;
  337. SWIFT_OPTIMIZATION_LEVEL = "-O";
  338. VALIDATE_PRODUCT = YES;
  339. };
  340. name = Release;
  341. };
  342. 5134F86B277EAEC900AEE915 /* Debug */ = {
  343. isa = XCBuildConfiguration;
  344. baseConfigurationReference = 06DCB10835EADC7F2DB36057 /* Pods-SwiftUISample.debug.xcconfig */;
  345. buildSettings = {
  346. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  347. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  348. CODE_SIGN_ENTITLEMENTS = SwiftUISample/SwiftUISample.entitlements;
  349. CODE_SIGN_IDENTITY = "Apple Development";
  350. CODE_SIGN_STYLE = Manual;
  351. CURRENT_PROJECT_VERSION = 1;
  352. DEVELOPMENT_ASSET_PATHS = "\"SwiftUISample/Preview Content\"";
  353. DEVELOPMENT_TEAM = "";
  354. ENABLE_PREVIEWS = YES;
  355. GENERATE_INFOPLIST_FILE = YES;
  356. INFOPLIST_FILE = SwiftUISample/Info.plist;
  357. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  358. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  359. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  360. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  361. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  362. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  363. LD_RUNPATH_SEARCH_PATHS = (
  364. "$(inherited)",
  365. "@executable_path/Frameworks",
  366. );
  367. MARKETING_VERSION = 1.0;
  368. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.extensions.dev;
  369. PRODUCT_NAME = "$(TARGET_NAME)";
  370. PROVISIONING_PROFILE_SPECIFIER = "";
  371. SWIFT_EMIT_LOC_STRINGS = YES;
  372. SWIFT_VERSION = 5.0;
  373. TARGETED_DEVICE_FAMILY = "1,2";
  374. };
  375. name = Debug;
  376. };
  377. 5134F86C277EAEC900AEE915 /* Release */ = {
  378. isa = XCBuildConfiguration;
  379. baseConfigurationReference = 79C933138349C96A477A368A /* Pods-SwiftUISample.release.xcconfig */;
  380. buildSettings = {
  381. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  382. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  383. CODE_SIGN_ENTITLEMENTS = SwiftUISample/SwiftUISample.entitlements;
  384. CODE_SIGN_IDENTITY = "Apple Development";
  385. CODE_SIGN_STYLE = Automatic;
  386. CURRENT_PROJECT_VERSION = 1;
  387. DEVELOPMENT_ASSET_PATHS = "\"SwiftUISample/Preview Content\"";
  388. DEVELOPMENT_TEAM = "";
  389. ENABLE_PREVIEWS = YES;
  390. GENERATE_INFOPLIST_FILE = YES;
  391. INFOPLIST_FILE = SwiftUISample/Info.plist;
  392. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  393. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  394. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  395. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  396. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  397. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  398. LD_RUNPATH_SEARCH_PATHS = (
  399. "$(inherited)",
  400. "@executable_path/Frameworks",
  401. );
  402. MARKETING_VERSION = 1.0;
  403. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.extensions.dev;
  404. PRODUCT_NAME = "$(TARGET_NAME)";
  405. PROVISIONING_PROFILE_SPECIFIER = "";
  406. SWIFT_EMIT_LOC_STRINGS = YES;
  407. SWIFT_VERSION = 5.0;
  408. TARGETED_DEVICE_FAMILY = "1,2";
  409. };
  410. name = Release;
  411. };
  412. /* End XCBuildConfiguration section */
  413. /* Begin XCConfigurationList section */
  414. 5134F857277EAEC600AEE915 /* Build configuration list for PBXProject "SwiftUISample" */ = {
  415. isa = XCConfigurationList;
  416. buildConfigurations = (
  417. 5134F868277EAEC900AEE915 /* Debug */,
  418. 5134F869277EAEC900AEE915 /* Release */,
  419. );
  420. defaultConfigurationIsVisible = 0;
  421. defaultConfigurationName = Release;
  422. };
  423. 5134F86A277EAEC900AEE915 /* Build configuration list for PBXNativeTarget "SwiftUISample" */ = {
  424. isa = XCConfigurationList;
  425. buildConfigurations = (
  426. 5134F86B277EAEC900AEE915 /* Debug */,
  427. 5134F86C277EAEC900AEE915 /* Release */,
  428. );
  429. defaultConfigurationIsVisible = 0;
  430. defaultConfigurationName = Release;
  431. };
  432. /* End XCConfigurationList section */
  433. };
  434. rootObject = 5134F854277EAEC600AEE915 /* Project object */;
  435. }