project.pbxproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 513A02E928E3E73300CDF5E0 /* GoogleService-Info.plist in Resources */ = {isa = PBXBuildFile; fileRef = 513A02E828E3E73300CDF5E0 /* GoogleService-Info.plist */; };
  10. 51F3B180289464A5000B8772 /* SwiftUISampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51F3B17F289464A5000B8772 /* SwiftUISampleApp.swift */; };
  11. 51F3B182289464A5000B8772 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51F3B181289464A5000B8772 /* ContentView.swift */; };
  12. 51F3B184289464A7000B8772 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 51F3B183289464A7000B8772 /* Assets.xcassets */; };
  13. 51F3B187289464A7000B8772 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 51F3B186289464A7000B8772 /* Preview Assets.xcassets */; };
  14. /* End PBXBuildFile section */
  15. /* Begin PBXFileReference section */
  16. 513A02E828E3E73300CDF5E0 /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "GoogleService-Info.plist"; path = "../../../../../../Desktop/GoogleService-Info.plist"; sourceTree = "<group>"; };
  17. 51F3B17C289464A5000B8772 /* SwiftUISample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SwiftUISample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  18. 51F3B17F289464A5000B8772 /* SwiftUISampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftUISampleApp.swift; sourceTree = "<group>"; };
  19. 51F3B181289464A5000B8772 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  20. 51F3B183289464A7000B8772 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  21. 51F3B186289464A7000B8772 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  22. /* End PBXFileReference section */
  23. /* Begin PBXFrameworksBuildPhase section */
  24. 51F3B179289464A5000B8772 /* Frameworks */ = {
  25. isa = PBXFrameworksBuildPhase;
  26. buildActionMask = 2147483647;
  27. files = (
  28. );
  29. runOnlyForDeploymentPostprocessing = 0;
  30. };
  31. /* End PBXFrameworksBuildPhase section */
  32. /* Begin PBXGroup section */
  33. 459CFA999100D5003BF8F400 /* Pods */ = {
  34. isa = PBXGroup;
  35. children = (
  36. );
  37. path = Pods;
  38. sourceTree = "<group>";
  39. };
  40. 51F3B173289464A5000B8772 = {
  41. isa = PBXGroup;
  42. children = (
  43. 51F3B17E289464A5000B8772 /* SwiftUISample */,
  44. 51F3B17D289464A5000B8772 /* Products */,
  45. 459CFA999100D5003BF8F400 /* Pods */,
  46. );
  47. sourceTree = "<group>";
  48. };
  49. 51F3B17D289464A5000B8772 /* Products */ = {
  50. isa = PBXGroup;
  51. children = (
  52. 51F3B17C289464A5000B8772 /* SwiftUISample.app */,
  53. );
  54. name = Products;
  55. sourceTree = "<group>";
  56. };
  57. 51F3B17E289464A5000B8772 /* SwiftUISample */ = {
  58. isa = PBXGroup;
  59. children = (
  60. 513A02E828E3E73300CDF5E0 /* GoogleService-Info.plist */,
  61. 51F3B17F289464A5000B8772 /* SwiftUISampleApp.swift */,
  62. 51F3B181289464A5000B8772 /* ContentView.swift */,
  63. 51F3B183289464A7000B8772 /* Assets.xcassets */,
  64. 51F3B185289464A7000B8772 /* Preview Content */,
  65. );
  66. path = SwiftUISample;
  67. sourceTree = "<group>";
  68. };
  69. 51F3B185289464A7000B8772 /* Preview Content */ = {
  70. isa = PBXGroup;
  71. children = (
  72. 51F3B186289464A7000B8772 /* Preview Assets.xcassets */,
  73. );
  74. path = "Preview Content";
  75. sourceTree = "<group>";
  76. };
  77. /* End PBXGroup section */
  78. /* Begin PBXNativeTarget section */
  79. 51F3B17B289464A5000B8772 /* SwiftUISample */ = {
  80. isa = PBXNativeTarget;
  81. buildConfigurationList = 51F3B18A289464A7000B8772 /* Build configuration list for PBXNativeTarget "SwiftUISample" */;
  82. buildPhases = (
  83. 51F3B178289464A5000B8772 /* Sources */,
  84. 51F3B179289464A5000B8772 /* Frameworks */,
  85. 51F3B17A289464A5000B8772 /* Resources */,
  86. );
  87. buildRules = (
  88. );
  89. dependencies = (
  90. );
  91. name = SwiftUISample;
  92. productName = SwiftUISample;
  93. productReference = 51F3B17C289464A5000B8772 /* SwiftUISample.app */;
  94. productType = "com.apple.product-type.application";
  95. };
  96. /* End PBXNativeTarget section */
  97. /* Begin PBXProject section */
  98. 51F3B174289464A5000B8772 /* Project object */ = {
  99. isa = PBXProject;
  100. attributes = {
  101. BuildIndependentTargetsInParallel = 1;
  102. LastSwiftUpdateCheck = 1340;
  103. LastUpgradeCheck = 1340;
  104. TargetAttributes = {
  105. 51F3B17B289464A5000B8772 = {
  106. CreatedOnToolsVersion = 13.4.1;
  107. };
  108. };
  109. };
  110. buildConfigurationList = 51F3B177289464A5000B8772 /* Build configuration list for PBXProject "SwiftUISample" */;
  111. compatibilityVersion = "Xcode 14.0";
  112. developmentRegion = en;
  113. hasScannedForEncodings = 0;
  114. knownRegions = (
  115. en,
  116. Base,
  117. );
  118. mainGroup = 51F3B173289464A5000B8772;
  119. productRefGroup = 51F3B17D289464A5000B8772 /* Products */;
  120. projectDirPath = "";
  121. projectRoot = "";
  122. targets = (
  123. 51F3B17B289464A5000B8772 /* SwiftUISample */,
  124. );
  125. };
  126. /* End PBXProject section */
  127. /* Begin PBXResourcesBuildPhase section */
  128. 51F3B17A289464A5000B8772 /* Resources */ = {
  129. isa = PBXResourcesBuildPhase;
  130. buildActionMask = 2147483647;
  131. files = (
  132. 51F3B187289464A7000B8772 /* Preview Assets.xcassets in Resources */,
  133. 513A02E928E3E73300CDF5E0 /* GoogleService-Info.plist in Resources */,
  134. 51F3B184289464A7000B8772 /* Assets.xcassets in Resources */,
  135. );
  136. runOnlyForDeploymentPostprocessing = 0;
  137. };
  138. /* End PBXResourcesBuildPhase section */
  139. /* Begin PBXSourcesBuildPhase section */
  140. 51F3B178289464A5000B8772 /* Sources */ = {
  141. isa = PBXSourcesBuildPhase;
  142. buildActionMask = 2147483647;
  143. files = (
  144. 51F3B182289464A5000B8772 /* ContentView.swift in Sources */,
  145. 51F3B180289464A5000B8772 /* SwiftUISampleApp.swift in Sources */,
  146. );
  147. runOnlyForDeploymentPostprocessing = 0;
  148. };
  149. /* End PBXSourcesBuildPhase section */
  150. /* Begin XCBuildConfiguration section */
  151. 51F3B188289464A7000B8772 /* Debug */ = {
  152. isa = XCBuildConfiguration;
  153. buildSettings = {
  154. ALWAYS_SEARCH_USER_PATHS = NO;
  155. CLANG_ANALYZER_NONNULL = YES;
  156. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  157. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  158. CLANG_ENABLE_MODULES = YES;
  159. CLANG_ENABLE_OBJC_ARC = YES;
  160. CLANG_ENABLE_OBJC_WEAK = YES;
  161. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  162. CLANG_WARN_BOOL_CONVERSION = YES;
  163. CLANG_WARN_COMMA = YES;
  164. CLANG_WARN_CONSTANT_CONVERSION = YES;
  165. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  166. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  167. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  168. CLANG_WARN_EMPTY_BODY = YES;
  169. CLANG_WARN_ENUM_CONVERSION = YES;
  170. CLANG_WARN_INFINITE_RECURSION = YES;
  171. CLANG_WARN_INT_CONVERSION = YES;
  172. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  173. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  174. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  175. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  176. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  177. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  178. CLANG_WARN_STRICT_PROTOTYPES = YES;
  179. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  180. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  181. CLANG_WARN_UNREACHABLE_CODE = YES;
  182. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  183. COPY_PHASE_STRIP = NO;
  184. DEBUG_INFORMATION_FORMAT = dwarf;
  185. ENABLE_STRICT_OBJC_MSGSEND = YES;
  186. ENABLE_TESTABILITY = YES;
  187. GCC_C_LANGUAGE_STANDARD = gnu11;
  188. GCC_DYNAMIC_NO_PIC = NO;
  189. GCC_NO_COMMON_BLOCKS = YES;
  190. GCC_OPTIMIZATION_LEVEL = 0;
  191. GCC_PREPROCESSOR_DEFINITIONS = (
  192. "DEBUG=1",
  193. "$(inherited)",
  194. );
  195. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  196. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  197. GCC_WARN_UNDECLARED_SELECTOR = YES;
  198. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  199. GCC_WARN_UNUSED_FUNCTION = YES;
  200. GCC_WARN_UNUSED_VARIABLE = YES;
  201. IPHONEOS_DEPLOYMENT_TARGET = 15.5;
  202. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  203. MTL_FAST_MATH = YES;
  204. ONLY_ACTIVE_ARCH = YES;
  205. SDKROOT = iphoneos;
  206. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  207. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  208. };
  209. name = Debug;
  210. };
  211. 51F3B189289464A7000B8772 /* Release */ = {
  212. isa = XCBuildConfiguration;
  213. buildSettings = {
  214. ALWAYS_SEARCH_USER_PATHS = NO;
  215. CLANG_ANALYZER_NONNULL = YES;
  216. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  217. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  218. CLANG_ENABLE_MODULES = YES;
  219. CLANG_ENABLE_OBJC_ARC = YES;
  220. CLANG_ENABLE_OBJC_WEAK = YES;
  221. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  222. CLANG_WARN_BOOL_CONVERSION = YES;
  223. CLANG_WARN_COMMA = YES;
  224. CLANG_WARN_CONSTANT_CONVERSION = YES;
  225. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  226. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  227. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  228. CLANG_WARN_EMPTY_BODY = YES;
  229. CLANG_WARN_ENUM_CONVERSION = YES;
  230. CLANG_WARN_INFINITE_RECURSION = YES;
  231. CLANG_WARN_INT_CONVERSION = YES;
  232. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  233. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  234. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  235. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  236. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  237. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  238. CLANG_WARN_STRICT_PROTOTYPES = YES;
  239. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  240. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  241. CLANG_WARN_UNREACHABLE_CODE = YES;
  242. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  243. COPY_PHASE_STRIP = NO;
  244. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  245. ENABLE_NS_ASSERTIONS = NO;
  246. ENABLE_STRICT_OBJC_MSGSEND = YES;
  247. GCC_C_LANGUAGE_STANDARD = gnu11;
  248. GCC_NO_COMMON_BLOCKS = YES;
  249. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  250. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  251. GCC_WARN_UNDECLARED_SELECTOR = YES;
  252. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  253. GCC_WARN_UNUSED_FUNCTION = YES;
  254. GCC_WARN_UNUSED_VARIABLE = YES;
  255. IPHONEOS_DEPLOYMENT_TARGET = 15.5;
  256. MTL_ENABLE_DEBUG_INFO = NO;
  257. MTL_FAST_MATH = YES;
  258. SDKROOT = iphoneos;
  259. SWIFT_COMPILATION_MODE = wholemodule;
  260. SWIFT_OPTIMIZATION_LEVEL = "-O";
  261. VALIDATE_PRODUCT = YES;
  262. };
  263. name = Release;
  264. };
  265. 51F3B18B289464A7000B8772 /* Debug */ = {
  266. isa = XCBuildConfiguration;
  267. buildSettings = {
  268. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  269. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  270. CODE_SIGN_STYLE = Automatic;
  271. CURRENT_PROJECT_VERSION = 1;
  272. DEVELOPMENT_ASSET_PATHS = "\"SwiftUISample/Preview Content\"";
  273. DEVELOPMENT_TEAM = 88834532KK;
  274. ENABLE_PREVIEWS = YES;
  275. GENERATE_INFOPLIST_FILE = YES;
  276. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
  277. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  278. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  279. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  280. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  281. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  282. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  283. LD_RUNPATH_SEARCH_PATHS = (
  284. "$(inherited)",
  285. "@executable_path/Frameworks",
  286. );
  287. MARKETING_VERSION = 1.0;
  288. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.extensions.dev;
  289. PRODUCT_NAME = "$(TARGET_NAME)";
  290. SWIFT_EMIT_LOC_STRINGS = YES;
  291. SWIFT_VERSION = 5.0;
  292. TARGETED_DEVICE_FAMILY = "1,2";
  293. };
  294. name = Debug;
  295. };
  296. 51F3B18C289464A7000B8772 /* Release */ = {
  297. isa = XCBuildConfiguration;
  298. buildSettings = {
  299. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  300. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  301. CODE_SIGN_STYLE = Automatic;
  302. CURRENT_PROJECT_VERSION = 1;
  303. DEVELOPMENT_ASSET_PATHS = "\"SwiftUISample/Preview Content\"";
  304. DEVELOPMENT_TEAM = 88834532KK;
  305. ENABLE_PREVIEWS = YES;
  306. GENERATE_INFOPLIST_FILE = YES;
  307. INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.books";
  308. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  309. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  310. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  311. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  312. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  313. IPHONEOS_DEPLOYMENT_TARGET = 16.0;
  314. LD_RUNPATH_SEARCH_PATHS = (
  315. "$(inherited)",
  316. "@executable_path/Frameworks",
  317. );
  318. MARKETING_VERSION = 1.0;
  319. PRODUCT_BUNDLE_IDENTIFIER = com.google.firebase.extensions.dev;
  320. PRODUCT_NAME = "$(TARGET_NAME)";
  321. SWIFT_EMIT_LOC_STRINGS = YES;
  322. SWIFT_VERSION = 5.0;
  323. TARGETED_DEVICE_FAMILY = "1,2";
  324. };
  325. name = Release;
  326. };
  327. /* End XCBuildConfiguration section */
  328. /* Begin XCConfigurationList section */
  329. 51F3B177289464A5000B8772 /* Build configuration list for PBXProject "SwiftUISample" */ = {
  330. isa = XCConfigurationList;
  331. buildConfigurations = (
  332. 51F3B188289464A7000B8772 /* Debug */,
  333. 51F3B189289464A7000B8772 /* Release */,
  334. );
  335. defaultConfigurationIsVisible = 0;
  336. defaultConfigurationName = Release;
  337. };
  338. 51F3B18A289464A7000B8772 /* Build configuration list for PBXNativeTarget "SwiftUISample" */ = {
  339. isa = XCConfigurationList;
  340. buildConfigurations = (
  341. 51F3B18B289464A7000B8772 /* Debug */,
  342. 51F3B18C289464A7000B8772 /* Release */,
  343. );
  344. defaultConfigurationIsVisible = 0;
  345. defaultConfigurationName = Release;
  346. };
  347. /* End XCConfigurationList section */
  348. };
  349. rootObject = 51F3B174289464A5000B8772 /* Project object */;
  350. }