project.pbxproj 14 KB

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