project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 55;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7311B788280F39F6002D0D8B /* GoogleSignInSwiftButtonExampleApp.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7311B787280F39F6002D0D8B /* GoogleSignInSwiftButtonExampleApp.swift */; };
  10. 7311B78A280F39F6002D0D8B /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7311B789280F39F6002D0D8B /* ContentView.swift */; };
  11. 7311B78C280F39F7002D0D8B /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7311B78B280F39F7002D0D8B /* Assets.xcassets */; };
  12. 7311B78F280F39F7002D0D8B /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7311B78E280F39F7002D0D8B /* Preview Assets.xcassets */; };
  13. 7311B7A3280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7311B7A2280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests.swift */; };
  14. 732F01DA280F42A200D1ACD1 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = 732F01D9280F42A200D1ACD1 /* GoogleSignIn */; };
  15. 732F01DC280F42A200D1ACD1 /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = 732F01DB280F42A200D1ACD1 /* GoogleSignInSwift */; };
  16. /* End PBXBuildFile section */
  17. /* Begin PBXContainerItemProxy section */
  18. 7311B79F280F39F7002D0D8B /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = 7311B77C280F39F6002D0D8B /* Project object */;
  21. proxyType = 1;
  22. remoteGlobalIDString = 7311B783280F39F6002D0D8B;
  23. remoteInfo = GoogleSignInSwiftButtonExample;
  24. };
  25. /* End PBXContainerItemProxy section */
  26. /* Begin PBXFileReference section */
  27. 7311B784280F39F6002D0D8B /* GoogleSignInSwiftButtonExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = GoogleSignInSwiftButtonExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  28. 7311B787280F39F6002D0D8B /* GoogleSignInSwiftButtonExampleApp.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoogleSignInSwiftButtonExampleApp.swift; sourceTree = "<group>"; };
  29. 7311B789280F39F6002D0D8B /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  30. 7311B78B280F39F7002D0D8B /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  31. 7311B78E280F39F7002D0D8B /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  32. 7311B79E280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = GoogleSignInSwiftButtonExampleUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  33. 7311B7A2280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GoogleSignInSwiftButtonExampleUITests.swift; sourceTree = "<group>"; };
  34. /* End PBXFileReference section */
  35. /* Begin PBXFrameworksBuildPhase section */
  36. 7311B781280F39F6002D0D8B /* Frameworks */ = {
  37. isa = PBXFrameworksBuildPhase;
  38. buildActionMask = 2147483647;
  39. files = (
  40. 732F01DA280F42A200D1ACD1 /* GoogleSignIn in Frameworks */,
  41. 732F01DC280F42A200D1ACD1 /* GoogleSignInSwift in Frameworks */,
  42. );
  43. runOnlyForDeploymentPostprocessing = 0;
  44. };
  45. 7311B79B280F39F7002D0D8B /* Frameworks */ = {
  46. isa = PBXFrameworksBuildPhase;
  47. buildActionMask = 2147483647;
  48. files = (
  49. );
  50. runOnlyForDeploymentPostprocessing = 0;
  51. };
  52. /* End PBXFrameworksBuildPhase section */
  53. /* Begin PBXGroup section */
  54. 7311B77B280F39F6002D0D8B = {
  55. isa = PBXGroup;
  56. children = (
  57. 7311B786280F39F6002D0D8B /* GoogleSignInSwiftButtonExample */,
  58. 7311B7A1280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests */,
  59. 7311B785280F39F6002D0D8B /* Products */,
  60. );
  61. sourceTree = "<group>";
  62. };
  63. 7311B785280F39F6002D0D8B /* Products */ = {
  64. isa = PBXGroup;
  65. children = (
  66. 7311B784280F39F6002D0D8B /* GoogleSignInSwiftButtonExample.app */,
  67. 7311B79E280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests.xctest */,
  68. );
  69. name = Products;
  70. sourceTree = "<group>";
  71. };
  72. 7311B786280F39F6002D0D8B /* GoogleSignInSwiftButtonExample */ = {
  73. isa = PBXGroup;
  74. children = (
  75. 7311B787280F39F6002D0D8B /* GoogleSignInSwiftButtonExampleApp.swift */,
  76. 7311B789280F39F6002D0D8B /* ContentView.swift */,
  77. 7311B78B280F39F7002D0D8B /* Assets.xcassets */,
  78. 7311B78D280F39F7002D0D8B /* Preview Content */,
  79. );
  80. path = GoogleSignInSwiftButtonExample;
  81. sourceTree = "<group>";
  82. };
  83. 7311B78D280F39F7002D0D8B /* Preview Content */ = {
  84. isa = PBXGroup;
  85. children = (
  86. 7311B78E280F39F7002D0D8B /* Preview Assets.xcassets */,
  87. );
  88. path = "Preview Content";
  89. sourceTree = "<group>";
  90. };
  91. 7311B7A1280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests */ = {
  92. isa = PBXGroup;
  93. children = (
  94. 7311B7A2280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests.swift */,
  95. );
  96. path = GoogleSignInSwiftButtonExampleUITests;
  97. sourceTree = "<group>";
  98. };
  99. /* End PBXGroup section */
  100. /* Begin PBXNativeTarget section */
  101. 7311B783280F39F6002D0D8B /* GoogleSignInSwiftButtonExample */ = {
  102. isa = PBXNativeTarget;
  103. buildConfigurationList = 7311B7A8280F39F7002D0D8B /* Build configuration list for PBXNativeTarget "GoogleSignInSwiftButtonExample" */;
  104. buildPhases = (
  105. 7311B780280F39F6002D0D8B /* Sources */,
  106. 7311B781280F39F6002D0D8B /* Frameworks */,
  107. 7311B782280F39F6002D0D8B /* Resources */,
  108. );
  109. buildRules = (
  110. );
  111. dependencies = (
  112. );
  113. name = GoogleSignInSwiftButtonExample;
  114. packageProductDependencies = (
  115. 732F01D9280F42A200D1ACD1 /* GoogleSignIn */,
  116. 732F01DB280F42A200D1ACD1 /* GoogleSignInSwift */,
  117. );
  118. productName = GoogleSignInSwiftButtonExample;
  119. productReference = 7311B784280F39F6002D0D8B /* GoogleSignInSwiftButtonExample.app */;
  120. productType = "com.apple.product-type.application";
  121. };
  122. 7311B79D280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests */ = {
  123. isa = PBXNativeTarget;
  124. buildConfigurationList = 7311B7AE280F39F7002D0D8B /* Build configuration list for PBXNativeTarget "GoogleSignInSwiftButtonExampleUITests" */;
  125. buildPhases = (
  126. 7311B79A280F39F7002D0D8B /* Sources */,
  127. 7311B79B280F39F7002D0D8B /* Frameworks */,
  128. 7311B79C280F39F7002D0D8B /* Resources */,
  129. );
  130. buildRules = (
  131. );
  132. dependencies = (
  133. 7311B7A0280F39F7002D0D8B /* PBXTargetDependency */,
  134. );
  135. name = GoogleSignInSwiftButtonExampleUITests;
  136. productName = GoogleSignInSwiftButtonExampleUITests;
  137. productReference = 7311B79E280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests.xctest */;
  138. productType = "com.apple.product-type.bundle.ui-testing";
  139. };
  140. /* End PBXNativeTarget section */
  141. /* Begin PBXProject section */
  142. 7311B77C280F39F6002D0D8B /* Project object */ = {
  143. isa = PBXProject;
  144. attributes = {
  145. BuildIndependentTargetsInParallel = 1;
  146. LastSwiftUpdateCheck = 1300;
  147. LastUpgradeCheck = 1300;
  148. TargetAttributes = {
  149. 7311B783280F39F6002D0D8B = {
  150. CreatedOnToolsVersion = 13.0;
  151. };
  152. 7311B79D280F39F7002D0D8B = {
  153. CreatedOnToolsVersion = 13.0;
  154. TestTargetID = 7311B783280F39F6002D0D8B;
  155. };
  156. };
  157. };
  158. buildConfigurationList = 7311B77F280F39F6002D0D8B /* Build configuration list for PBXProject "GoogleSignInSwiftButtonExample" */;
  159. compatibilityVersion = "Xcode 13.0";
  160. developmentRegion = en;
  161. hasScannedForEncodings = 0;
  162. knownRegions = (
  163. en,
  164. Base,
  165. );
  166. mainGroup = 7311B77B280F39F6002D0D8B;
  167. packageReferences = (
  168. 732F01D8280F42A200D1ACD1 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
  169. );
  170. productRefGroup = 7311B785280F39F6002D0D8B /* Products */;
  171. projectDirPath = "";
  172. projectRoot = "";
  173. targets = (
  174. 7311B783280F39F6002D0D8B /* GoogleSignInSwiftButtonExample */,
  175. 7311B79D280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests */,
  176. );
  177. };
  178. /* End PBXProject section */
  179. /* Begin PBXResourcesBuildPhase section */
  180. 7311B782280F39F6002D0D8B /* Resources */ = {
  181. isa = PBXResourcesBuildPhase;
  182. buildActionMask = 2147483647;
  183. files = (
  184. 7311B78F280F39F7002D0D8B /* Preview Assets.xcassets in Resources */,
  185. 7311B78C280F39F7002D0D8B /* Assets.xcassets in Resources */,
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. };
  189. 7311B79C280F39F7002D0D8B /* Resources */ = {
  190. isa = PBXResourcesBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. );
  194. runOnlyForDeploymentPostprocessing = 0;
  195. };
  196. /* End PBXResourcesBuildPhase section */
  197. /* Begin PBXSourcesBuildPhase section */
  198. 7311B780280F39F6002D0D8B /* Sources */ = {
  199. isa = PBXSourcesBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. 7311B78A280F39F6002D0D8B /* ContentView.swift in Sources */,
  203. 7311B788280F39F6002D0D8B /* GoogleSignInSwiftButtonExampleApp.swift in Sources */,
  204. );
  205. runOnlyForDeploymentPostprocessing = 0;
  206. };
  207. 7311B79A280F39F7002D0D8B /* Sources */ = {
  208. isa = PBXSourcesBuildPhase;
  209. buildActionMask = 2147483647;
  210. files = (
  211. 7311B7A3280F39F7002D0D8B /* GoogleSignInSwiftButtonExampleUITests.swift in Sources */,
  212. );
  213. runOnlyForDeploymentPostprocessing = 0;
  214. };
  215. /* End PBXSourcesBuildPhase section */
  216. /* Begin PBXTargetDependency section */
  217. 7311B7A0280F39F7002D0D8B /* PBXTargetDependency */ = {
  218. isa = PBXTargetDependency;
  219. target = 7311B783280F39F6002D0D8B /* GoogleSignInSwiftButtonExample */;
  220. targetProxy = 7311B79F280F39F7002D0D8B /* PBXContainerItemProxy */;
  221. };
  222. /* End PBXTargetDependency section */
  223. /* Begin XCBuildConfiguration section */
  224. 7311B7A6280F39F7002D0D8B /* Debug */ = {
  225. isa = XCBuildConfiguration;
  226. buildSettings = {
  227. ALWAYS_SEARCH_USER_PATHS = NO;
  228. CLANG_ANALYZER_NONNULL = YES;
  229. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  230. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  231. CLANG_CXX_LIBRARY = "libc++";
  232. CLANG_ENABLE_MODULES = YES;
  233. CLANG_ENABLE_OBJC_ARC = YES;
  234. CLANG_ENABLE_OBJC_WEAK = YES;
  235. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  236. CLANG_WARN_BOOL_CONVERSION = YES;
  237. CLANG_WARN_COMMA = YES;
  238. CLANG_WARN_CONSTANT_CONVERSION = YES;
  239. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  240. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  241. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  242. CLANG_WARN_EMPTY_BODY = YES;
  243. CLANG_WARN_ENUM_CONVERSION = YES;
  244. CLANG_WARN_INFINITE_RECURSION = YES;
  245. CLANG_WARN_INT_CONVERSION = YES;
  246. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  247. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  248. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  249. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  250. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  251. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  252. CLANG_WARN_STRICT_PROTOTYPES = YES;
  253. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  254. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  255. CLANG_WARN_UNREACHABLE_CODE = YES;
  256. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  257. COPY_PHASE_STRIP = NO;
  258. DEBUG_INFORMATION_FORMAT = dwarf;
  259. ENABLE_STRICT_OBJC_MSGSEND = YES;
  260. ENABLE_TESTABILITY = YES;
  261. GCC_C_LANGUAGE_STANDARD = gnu11;
  262. GCC_DYNAMIC_NO_PIC = NO;
  263. GCC_NO_COMMON_BLOCKS = YES;
  264. GCC_OPTIMIZATION_LEVEL = 0;
  265. GCC_PREPROCESSOR_DEFINITIONS = (
  266. "DEBUG=1",
  267. "$(inherited)",
  268. );
  269. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  270. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  271. GCC_WARN_UNDECLARED_SELECTOR = YES;
  272. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  273. GCC_WARN_UNUSED_FUNCTION = YES;
  274. GCC_WARN_UNUSED_VARIABLE = YES;
  275. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  276. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  277. MTL_FAST_MATH = YES;
  278. ONLY_ACTIVE_ARCH = YES;
  279. SDKROOT = iphoneos;
  280. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  281. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  282. };
  283. name = Debug;
  284. };
  285. 7311B7A7280F39F7002D0D8B /* Release */ = {
  286. isa = XCBuildConfiguration;
  287. buildSettings = {
  288. ALWAYS_SEARCH_USER_PATHS = NO;
  289. CLANG_ANALYZER_NONNULL = YES;
  290. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  291. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  292. CLANG_CXX_LIBRARY = "libc++";
  293. CLANG_ENABLE_MODULES = YES;
  294. CLANG_ENABLE_OBJC_ARC = YES;
  295. CLANG_ENABLE_OBJC_WEAK = YES;
  296. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  297. CLANG_WARN_BOOL_CONVERSION = YES;
  298. CLANG_WARN_COMMA = YES;
  299. CLANG_WARN_CONSTANT_CONVERSION = YES;
  300. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  301. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  302. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  303. CLANG_WARN_EMPTY_BODY = YES;
  304. CLANG_WARN_ENUM_CONVERSION = YES;
  305. CLANG_WARN_INFINITE_RECURSION = YES;
  306. CLANG_WARN_INT_CONVERSION = YES;
  307. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  308. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  309. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  310. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  311. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  312. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  313. CLANG_WARN_STRICT_PROTOTYPES = YES;
  314. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  315. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  316. CLANG_WARN_UNREACHABLE_CODE = YES;
  317. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  318. COPY_PHASE_STRIP = NO;
  319. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  320. ENABLE_NS_ASSERTIONS = NO;
  321. ENABLE_STRICT_OBJC_MSGSEND = YES;
  322. GCC_C_LANGUAGE_STANDARD = gnu11;
  323. GCC_NO_COMMON_BLOCKS = YES;
  324. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  325. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  326. GCC_WARN_UNDECLARED_SELECTOR = YES;
  327. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  328. GCC_WARN_UNUSED_FUNCTION = YES;
  329. GCC_WARN_UNUSED_VARIABLE = YES;
  330. IPHONEOS_DEPLOYMENT_TARGET = 15.0;
  331. MTL_ENABLE_DEBUG_INFO = NO;
  332. MTL_FAST_MATH = YES;
  333. SDKROOT = iphoneos;
  334. SWIFT_COMPILATION_MODE = wholemodule;
  335. SWIFT_OPTIMIZATION_LEVEL = "-O";
  336. VALIDATE_PRODUCT = YES;
  337. };
  338. name = Release;
  339. };
  340. 7311B7A9280F39F7002D0D8B /* Debug */ = {
  341. isa = XCBuildConfiguration;
  342. buildSettings = {
  343. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  344. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  345. CODE_SIGN_STYLE = Automatic;
  346. CURRENT_PROJECT_VERSION = 1;
  347. DEVELOPMENT_ASSET_PATHS = "\"GoogleSignInSwiftButtonExample/Preview Content\"";
  348. ENABLE_PREVIEWS = YES;
  349. GENERATE_INFOPLIST_FILE = YES;
  350. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  351. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  352. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  353. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  354. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  355. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  356. LD_RUNPATH_SEARCH_PATHS = (
  357. "$(inherited)",
  358. "@executable_path/Frameworks",
  359. );
  360. MARKETING_VERSION = 1.0;
  361. PRODUCT_BUNDLE_IDENTIFIER = com.google.GoogleSignInSwiftButtonExample;
  362. PRODUCT_NAME = "$(TARGET_NAME)";
  363. SWIFT_EMIT_LOC_STRINGS = YES;
  364. SWIFT_VERSION = 5.0;
  365. TARGETED_DEVICE_FAMILY = "1,2";
  366. };
  367. name = Debug;
  368. };
  369. 7311B7AA280F39F7002D0D8B /* Release */ = {
  370. isa = XCBuildConfiguration;
  371. buildSettings = {
  372. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  373. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  374. CODE_SIGN_STYLE = Automatic;
  375. CURRENT_PROJECT_VERSION = 1;
  376. DEVELOPMENT_ASSET_PATHS = "\"GoogleSignInSwiftButtonExample/Preview Content\"";
  377. ENABLE_PREVIEWS = YES;
  378. GENERATE_INFOPLIST_FILE = YES;
  379. INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES;
  380. INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES;
  381. INFOPLIST_KEY_UILaunchScreen_Generation = YES;
  382. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  383. INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
  384. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  385. LD_RUNPATH_SEARCH_PATHS = (
  386. "$(inherited)",
  387. "@executable_path/Frameworks",
  388. );
  389. MARKETING_VERSION = 1.0;
  390. PRODUCT_BUNDLE_IDENTIFIER = com.google.GoogleSignInSwiftButtonExample;
  391. PRODUCT_NAME = "$(TARGET_NAME)";
  392. SWIFT_EMIT_LOC_STRINGS = YES;
  393. SWIFT_VERSION = 5.0;
  394. TARGETED_DEVICE_FAMILY = "1,2";
  395. };
  396. name = Release;
  397. };
  398. 7311B7AF280F39F7002D0D8B /* Debug */ = {
  399. isa = XCBuildConfiguration;
  400. buildSettings = {
  401. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  402. CODE_SIGN_STYLE = Automatic;
  403. CURRENT_PROJECT_VERSION = 1;
  404. GENERATE_INFOPLIST_FILE = YES;
  405. LD_RUNPATH_SEARCH_PATHS = (
  406. "$(inherited)",
  407. "@executable_path/Frameworks",
  408. "@loader_path/Frameworks",
  409. );
  410. MARKETING_VERSION = 1.0;
  411. PRODUCT_BUNDLE_IDENTIFIER = com.google.GoogleSignInSwiftButtonExampleUITests;
  412. PRODUCT_NAME = "$(TARGET_NAME)";
  413. SWIFT_EMIT_LOC_STRINGS = NO;
  414. SWIFT_VERSION = 5.0;
  415. TARGETED_DEVICE_FAMILY = "1,2";
  416. TEST_TARGET_NAME = GoogleSignInSwiftButtonExample;
  417. };
  418. name = Debug;
  419. };
  420. 7311B7B0280F39F7002D0D8B /* Release */ = {
  421. isa = XCBuildConfiguration;
  422. buildSettings = {
  423. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  424. CODE_SIGN_STYLE = Automatic;
  425. CURRENT_PROJECT_VERSION = 1;
  426. GENERATE_INFOPLIST_FILE = YES;
  427. LD_RUNPATH_SEARCH_PATHS = (
  428. "$(inherited)",
  429. "@executable_path/Frameworks",
  430. "@loader_path/Frameworks",
  431. );
  432. MARKETING_VERSION = 1.0;
  433. PRODUCT_BUNDLE_IDENTIFIER = com.google.GoogleSignInSwiftButtonExampleUITests;
  434. PRODUCT_NAME = "$(TARGET_NAME)";
  435. SWIFT_EMIT_LOC_STRINGS = NO;
  436. SWIFT_VERSION = 5.0;
  437. TARGETED_DEVICE_FAMILY = "1,2";
  438. TEST_TARGET_NAME = GoogleSignInSwiftButtonExample;
  439. };
  440. name = Release;
  441. };
  442. /* End XCBuildConfiguration section */
  443. /* Begin XCConfigurationList section */
  444. 7311B77F280F39F6002D0D8B /* Build configuration list for PBXProject "GoogleSignInSwiftButtonExample" */ = {
  445. isa = XCConfigurationList;
  446. buildConfigurations = (
  447. 7311B7A6280F39F7002D0D8B /* Debug */,
  448. 7311B7A7280F39F7002D0D8B /* Release */,
  449. );
  450. defaultConfigurationIsVisible = 0;
  451. defaultConfigurationName = Release;
  452. };
  453. 7311B7A8280F39F7002D0D8B /* Build configuration list for PBXNativeTarget "GoogleSignInSwiftButtonExample" */ = {
  454. isa = XCConfigurationList;
  455. buildConfigurations = (
  456. 7311B7A9280F39F7002D0D8B /* Debug */,
  457. 7311B7AA280F39F7002D0D8B /* Release */,
  458. );
  459. defaultConfigurationIsVisible = 0;
  460. defaultConfigurationName = Release;
  461. };
  462. 7311B7AE280F39F7002D0D8B /* Build configuration list for PBXNativeTarget "GoogleSignInSwiftButtonExampleUITests" */ = {
  463. isa = XCConfigurationList;
  464. buildConfigurations = (
  465. 7311B7AF280F39F7002D0D8B /* Debug */,
  466. 7311B7B0280F39F7002D0D8B /* Release */,
  467. );
  468. defaultConfigurationIsVisible = 0;
  469. defaultConfigurationName = Release;
  470. };
  471. /* End XCConfigurationList section */
  472. /* Begin XCRemoteSwiftPackageReference section */
  473. 732F01D8280F42A200D1ACD1 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = {
  474. isa = XCRemoteSwiftPackageReference;
  475. repositoryURL = "https://github.com/google/GoogleSignIn-iOS";
  476. requirement = {
  477. branch = main;
  478. kind = branch;
  479. };
  480. };
  481. /* End XCRemoteSwiftPackageReference section */
  482. /* Begin XCSwiftPackageProductDependency section */
  483. 732F01D9280F42A200D1ACD1 /* GoogleSignIn */ = {
  484. isa = XCSwiftPackageProductDependency;
  485. package = 732F01D8280F42A200D1ACD1 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */;
  486. productName = GoogleSignIn;
  487. };
  488. 732F01DB280F42A200D1ACD1 /* GoogleSignInSwift */ = {
  489. isa = XCSwiftPackageProductDependency;
  490. package = 732F01D8280F42A200D1ACD1 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */;
  491. productName = GoogleSignInSwift;
  492. };
  493. /* End XCSwiftPackageProductDependency section */
  494. };
  495. rootObject = 7311B77C280F39F6002D0D8B /* Project object */;
  496. }