project.pbxproj 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 7345AD032703D9470020AFB1 /* DaysUntilBirthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */; };
  10. 7345AD052703D9470020AFB1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD042703D9470020AFB1 /* ContentView.swift */; };
  11. 7345AD072703D9480020AFB1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7345AD062703D9480020AFB1 /* Assets.xcassets */; };
  12. 7345AD0A2703D9480020AFB1 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7345AD092703D9480020AFB1 /* Preview Assets.xcassets */; };
  13. 7345AD1B2703D9C30020AFB1 /* SignInView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD112703D9C30020AFB1 /* SignInView.swift */; };
  14. 7345AD1D2703D9C30020AFB1 /* GoogleSignInButtonWrapper.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD132703D9C30020AFB1 /* GoogleSignInButtonWrapper.swift */; };
  15. 7345AD1E2703D9C30020AFB1 /* UserProfileImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */; };
  16. 7345AD202703D9C30020AFB1 /* AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */; };
  17. 7345AD212703D9C30020AFB1 /* GoogleSignInAuthenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */; };
  18. 7345AD232703D9C30020AFB1 /* UserProfileImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */; };
  19. 7345AD242703D9C30020AFB1 /* UserProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD1A2703D9C30020AFB1 /* UserProfileView.swift */; };
  20. 7345AD272703DA3E0020AFB1 /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = 7345AD262703DA3E0020AFB1 /* GoogleSignIn */; };
  21. 736F49BA270E05E200580053 /* BirthdayLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736F49B9270E05E200580053 /* BirthdayLoader.swift */; };
  22. 736F49BC270E102C00580053 /* BirthdayViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736F49BB270E102C00580053 /* BirthdayViewModel.swift */; };
  23. 739FCC46270E467600C92042 /* BirthdayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739FCC45270E467600C92042 /* BirthdayView.swift */; };
  24. 739FCC48270E659A00C92042 /* Birthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739FCC47270E659A00C92042 /* Birthday.swift */; };
  25. /* End PBXBuildFile section */
  26. /* Begin PBXFileReference section */
  27. 7345ACFF2703D9470020AFB1 /* DaysUntilBirthday.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = DaysUntilBirthday.app; sourceTree = BUILT_PRODUCTS_DIR; };
  28. 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaysUntilBirthday.swift; sourceTree = "<group>"; };
  29. 7345AD042703D9470020AFB1 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  30. 7345AD062703D9480020AFB1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  31. 7345AD092703D9480020AFB1 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  32. 7345AD0B2703D9480020AFB1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  33. 7345AD112703D9C30020AFB1 /* SignInView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SignInView.swift; sourceTree = "<group>"; };
  34. 7345AD132703D9C30020AFB1 /* GoogleSignInButtonWrapper.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GoogleSignInButtonWrapper.swift; sourceTree = "<group>"; };
  35. 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileImageView.swift; sourceTree = "<group>"; };
  36. 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationViewModel.swift; sourceTree = "<group>"; };
  37. 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GoogleSignInAuthenticator.swift; sourceTree = "<group>"; };
  38. 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileImageLoader.swift; sourceTree = "<group>"; };
  39. 7345AD1A2703D9C30020AFB1 /* UserProfileView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileView.swift; sourceTree = "<group>"; };
  40. 736F49B9270E05E200580053 /* BirthdayLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayLoader.swift; sourceTree = "<group>"; };
  41. 736F49BB270E102C00580053 /* BirthdayViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayViewModel.swift; sourceTree = "<group>"; };
  42. 739FCC45270E467600C92042 /* BirthdayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayView.swift; sourceTree = "<group>"; };
  43. 739FCC47270E659A00C92042 /* Birthday.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Birthday.swift; sourceTree = "<group>"; };
  44. /* End PBXFileReference section */
  45. /* Begin PBXFrameworksBuildPhase section */
  46. 7345ACFC2703D9470020AFB1 /* Frameworks */ = {
  47. isa = PBXFrameworksBuildPhase;
  48. buildActionMask = 2147483647;
  49. files = (
  50. 7345AD272703DA3E0020AFB1 /* GoogleSignIn in Frameworks */,
  51. );
  52. runOnlyForDeploymentPostprocessing = 0;
  53. };
  54. /* End PBXFrameworksBuildPhase section */
  55. /* Begin PBXGroup section */
  56. 7345ACF62703D9470020AFB1 = {
  57. isa = PBXGroup;
  58. children = (
  59. 7345AD012703D9470020AFB1 /* Sources */,
  60. 7345AD002703D9470020AFB1 /* Products */,
  61. );
  62. sourceTree = "<group>";
  63. };
  64. 7345AD002703D9470020AFB1 /* Products */ = {
  65. isa = PBXGroup;
  66. children = (
  67. 7345ACFF2703D9470020AFB1 /* DaysUntilBirthday.app */,
  68. );
  69. name = Products;
  70. sourceTree = "<group>";
  71. };
  72. 7345AD012703D9470020AFB1 /* Sources */ = {
  73. isa = PBXGroup;
  74. children = (
  75. 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */,
  76. 7345AD042703D9470020AFB1 /* ContentView.swift */,
  77. 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */,
  78. 736F49B9270E05E200580053 /* BirthdayLoader.swift */,
  79. 736F49BB270E102C00580053 /* BirthdayViewModel.swift */,
  80. 739FCC47270E659A00C92042 /* Birthday.swift */,
  81. 739FCC45270E467600C92042 /* BirthdayView.swift */,
  82. 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */,
  83. 7345AD132703D9C30020AFB1 /* GoogleSignInButtonWrapper.swift */,
  84. 7345AD112703D9C30020AFB1 /* SignInView.swift */,
  85. 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */,
  86. 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */,
  87. 7345AD1A2703D9C30020AFB1 /* UserProfileView.swift */,
  88. 7345AD062703D9480020AFB1 /* Assets.xcassets */,
  89. 7345AD0B2703D9480020AFB1 /* Info.plist */,
  90. 7345AD082703D9480020AFB1 /* Preview Content */,
  91. );
  92. path = Sources;
  93. sourceTree = "<group>";
  94. };
  95. 7345AD082703D9480020AFB1 /* Preview Content */ = {
  96. isa = PBXGroup;
  97. children = (
  98. 7345AD092703D9480020AFB1 /* Preview Assets.xcassets */,
  99. );
  100. path = "Preview Content";
  101. sourceTree = "<group>";
  102. };
  103. /* End PBXGroup section */
  104. /* Begin PBXNativeTarget section */
  105. 7345ACFE2703D9470020AFB1 /* DaysUntilBirthday */ = {
  106. isa = PBXNativeTarget;
  107. buildConfigurationList = 7345AD0E2703D9480020AFB1 /* Build configuration list for PBXNativeTarget "DaysUntilBirthday" */;
  108. buildPhases = (
  109. 7345ACFB2703D9470020AFB1 /* Sources */,
  110. 7345ACFC2703D9470020AFB1 /* Frameworks */,
  111. 7345ACFD2703D9470020AFB1 /* Resources */,
  112. );
  113. buildRules = (
  114. );
  115. dependencies = (
  116. );
  117. name = DaysUntilBirthday;
  118. packageProductDependencies = (
  119. 7345AD262703DA3E0020AFB1 /* GoogleSignIn */,
  120. );
  121. productName = "GSI-Swift-Sample";
  122. productReference = 7345ACFF2703D9470020AFB1 /* DaysUntilBirthday.app */;
  123. productType = "com.apple.product-type.application";
  124. };
  125. /* End PBXNativeTarget section */
  126. /* Begin PBXProject section */
  127. 7345ACF72703D9470020AFB1 /* Project object */ = {
  128. isa = PBXProject;
  129. attributes = {
  130. LastSwiftUpdateCheck = 1250;
  131. LastUpgradeCheck = 1250;
  132. TargetAttributes = {
  133. 7345ACFE2703D9470020AFB1 = {
  134. CreatedOnToolsVersion = 12.5.1;
  135. };
  136. };
  137. };
  138. buildConfigurationList = 7345ACFA2703D9470020AFB1 /* Build configuration list for PBXProject "DaysUntilBirthday" */;
  139. compatibilityVersion = "Xcode 9.3";
  140. developmentRegion = en;
  141. hasScannedForEncodings = 0;
  142. knownRegions = (
  143. en,
  144. Base,
  145. );
  146. mainGroup = 7345ACF62703D9470020AFB1;
  147. packageReferences = (
  148. 7345AD252703DA3E0020AFB1 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
  149. );
  150. productRefGroup = 7345AD002703D9470020AFB1 /* Products */;
  151. projectDirPath = "";
  152. projectRoot = "";
  153. targets = (
  154. 7345ACFE2703D9470020AFB1 /* DaysUntilBirthday */,
  155. );
  156. };
  157. /* End PBXProject section */
  158. /* Begin PBXResourcesBuildPhase section */
  159. 7345ACFD2703D9470020AFB1 /* Resources */ = {
  160. isa = PBXResourcesBuildPhase;
  161. buildActionMask = 2147483647;
  162. files = (
  163. 7345AD0A2703D9480020AFB1 /* Preview Assets.xcassets in Resources */,
  164. 7345AD072703D9480020AFB1 /* Assets.xcassets in Resources */,
  165. );
  166. runOnlyForDeploymentPostprocessing = 0;
  167. };
  168. /* End PBXResourcesBuildPhase section */
  169. /* Begin PBXSourcesBuildPhase section */
  170. 7345ACFB2703D9470020AFB1 /* Sources */ = {
  171. isa = PBXSourcesBuildPhase;
  172. buildActionMask = 2147483647;
  173. files = (
  174. 739FCC48270E659A00C92042 /* Birthday.swift in Sources */,
  175. 739FCC46270E467600C92042 /* BirthdayView.swift in Sources */,
  176. 7345AD1B2703D9C30020AFB1 /* SignInView.swift in Sources */,
  177. 7345AD212703D9C30020AFB1 /* GoogleSignInAuthenticator.swift in Sources */,
  178. 7345AD232703D9C30020AFB1 /* UserProfileImageLoader.swift in Sources */,
  179. 7345AD1E2703D9C30020AFB1 /* UserProfileImageView.swift in Sources */,
  180. 736F49BC270E102C00580053 /* BirthdayViewModel.swift in Sources */,
  181. 736F49BA270E05E200580053 /* BirthdayLoader.swift in Sources */,
  182. 7345AD242703D9C30020AFB1 /* UserProfileView.swift in Sources */,
  183. 7345AD202703D9C30020AFB1 /* AuthenticationViewModel.swift in Sources */,
  184. 7345AD052703D9470020AFB1 /* ContentView.swift in Sources */,
  185. 7345AD1D2703D9C30020AFB1 /* GoogleSignInButtonWrapper.swift in Sources */,
  186. 7345AD032703D9470020AFB1 /* DaysUntilBirthday.swift in Sources */,
  187. );
  188. runOnlyForDeploymentPostprocessing = 0;
  189. };
  190. /* End PBXSourcesBuildPhase section */
  191. /* Begin XCBuildConfiguration section */
  192. 7345AD0C2703D9480020AFB1 /* Debug */ = {
  193. isa = XCBuildConfiguration;
  194. buildSettings = {
  195. ALWAYS_SEARCH_USER_PATHS = NO;
  196. ASSETCATALOG_COMPILER_APPICON_NAME = "";
  197. ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
  198. CLANG_ANALYZER_NONNULL = YES;
  199. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  200. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  201. CLANG_CXX_LIBRARY = "libc++";
  202. CLANG_ENABLE_MODULES = YES;
  203. CLANG_ENABLE_OBJC_ARC = YES;
  204. CLANG_ENABLE_OBJC_WEAK = YES;
  205. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  206. CLANG_WARN_BOOL_CONVERSION = YES;
  207. CLANG_WARN_COMMA = YES;
  208. CLANG_WARN_CONSTANT_CONVERSION = YES;
  209. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  210. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  211. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  212. CLANG_WARN_EMPTY_BODY = YES;
  213. CLANG_WARN_ENUM_CONVERSION = YES;
  214. CLANG_WARN_INFINITE_RECURSION = YES;
  215. CLANG_WARN_INT_CONVERSION = YES;
  216. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  217. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  218. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  219. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  220. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  221. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  222. CLANG_WARN_STRICT_PROTOTYPES = YES;
  223. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  224. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  225. CLANG_WARN_UNREACHABLE_CODE = YES;
  226. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  227. COPY_PHASE_STRIP = NO;
  228. DEBUG_INFORMATION_FORMAT = dwarf;
  229. ENABLE_STRICT_OBJC_MSGSEND = YES;
  230. ENABLE_TESTABILITY = YES;
  231. GCC_C_LANGUAGE_STANDARD = gnu11;
  232. GCC_DYNAMIC_NO_PIC = NO;
  233. GCC_NO_COMMON_BLOCKS = YES;
  234. GCC_OPTIMIZATION_LEVEL = 0;
  235. GCC_PREPROCESSOR_DEFINITIONS = (
  236. "DEBUG=1",
  237. "$(inherited)",
  238. );
  239. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  240. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  241. GCC_WARN_UNDECLARED_SELECTOR = YES;
  242. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  243. GCC_WARN_UNUSED_FUNCTION = YES;
  244. GCC_WARN_UNUSED_VARIABLE = YES;
  245. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  246. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  247. MTL_FAST_MATH = YES;
  248. ONLY_ACTIVE_ARCH = YES;
  249. SDKROOT = iphoneos;
  250. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  251. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  252. };
  253. name = Debug;
  254. };
  255. 7345AD0D2703D9480020AFB1 /* Release */ = {
  256. isa = XCBuildConfiguration;
  257. buildSettings = {
  258. ALWAYS_SEARCH_USER_PATHS = NO;
  259. ASSETCATALOG_COMPILER_APPICON_NAME = "";
  260. ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
  261. CLANG_ANALYZER_NONNULL = YES;
  262. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  263. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  264. CLANG_CXX_LIBRARY = "libc++";
  265. CLANG_ENABLE_MODULES = YES;
  266. CLANG_ENABLE_OBJC_ARC = YES;
  267. CLANG_ENABLE_OBJC_WEAK = YES;
  268. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  269. CLANG_WARN_BOOL_CONVERSION = YES;
  270. CLANG_WARN_COMMA = YES;
  271. CLANG_WARN_CONSTANT_CONVERSION = YES;
  272. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  273. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  274. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  275. CLANG_WARN_EMPTY_BODY = YES;
  276. CLANG_WARN_ENUM_CONVERSION = YES;
  277. CLANG_WARN_INFINITE_RECURSION = YES;
  278. CLANG_WARN_INT_CONVERSION = YES;
  279. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  280. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  281. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  282. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  283. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  284. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  285. CLANG_WARN_STRICT_PROTOTYPES = YES;
  286. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  287. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  288. CLANG_WARN_UNREACHABLE_CODE = YES;
  289. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  290. COPY_PHASE_STRIP = NO;
  291. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  292. ENABLE_NS_ASSERTIONS = NO;
  293. ENABLE_STRICT_OBJC_MSGSEND = YES;
  294. GCC_C_LANGUAGE_STANDARD = gnu11;
  295. GCC_NO_COMMON_BLOCKS = YES;
  296. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  297. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  298. GCC_WARN_UNDECLARED_SELECTOR = YES;
  299. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  300. GCC_WARN_UNUSED_FUNCTION = YES;
  301. GCC_WARN_UNUSED_VARIABLE = YES;
  302. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  303. MTL_ENABLE_DEBUG_INFO = NO;
  304. MTL_FAST_MATH = YES;
  305. SDKROOT = iphoneos;
  306. SWIFT_COMPILATION_MODE = wholemodule;
  307. SWIFT_OPTIMIZATION_LEVEL = "-O";
  308. VALIDATE_PRODUCT = YES;
  309. };
  310. name = Release;
  311. };
  312. 7345AD0F2703D9480020AFB1 /* Debug */ = {
  313. isa = XCBuildConfiguration;
  314. buildSettings = {
  315. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  316. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  317. CODE_SIGN_STYLE = Automatic;
  318. DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\"";
  319. ENABLE_PREVIEWS = YES;
  320. INFOPLIST_FILE = Sources/Info.plist;
  321. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  322. LD_RUNPATH_SEARCH_PATHS = (
  323. "$(inherited)",
  324. "@executable_path/Frameworks",
  325. );
  326. PRODUCT_BUNDLE_IDENTIFIER = com.google.DaysUntilBirthday;
  327. PRODUCT_NAME = "$(TARGET_NAME)";
  328. SWIFT_VERSION = 5.0;
  329. TARGETED_DEVICE_FAMILY = "1,2";
  330. };
  331. name = Debug;
  332. };
  333. 7345AD102703D9480020AFB1 /* Release */ = {
  334. isa = XCBuildConfiguration;
  335. buildSettings = {
  336. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  337. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  338. CODE_SIGN_STYLE = Automatic;
  339. DEVELOPMENT_ASSET_PATHS = "\"Sources/Preview Content\"";
  340. ENABLE_PREVIEWS = YES;
  341. INFOPLIST_FILE = Sources/Info.plist;
  342. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  343. LD_RUNPATH_SEARCH_PATHS = (
  344. "$(inherited)",
  345. "@executable_path/Frameworks",
  346. );
  347. PRODUCT_BUNDLE_IDENTIFIER = com.google.DaysUntilBirthday;
  348. PRODUCT_NAME = "$(TARGET_NAME)";
  349. SWIFT_VERSION = 5.0;
  350. TARGETED_DEVICE_FAMILY = "1,2";
  351. };
  352. name = Release;
  353. };
  354. /* End XCBuildConfiguration section */
  355. /* Begin XCConfigurationList section */
  356. 7345ACFA2703D9470020AFB1 /* Build configuration list for PBXProject "DaysUntilBirthday" */ = {
  357. isa = XCConfigurationList;
  358. buildConfigurations = (
  359. 7345AD0C2703D9480020AFB1 /* Debug */,
  360. 7345AD0D2703D9480020AFB1 /* Release */,
  361. );
  362. defaultConfigurationIsVisible = 0;
  363. defaultConfigurationName = Release;
  364. };
  365. 7345AD0E2703D9480020AFB1 /* Build configuration list for PBXNativeTarget "DaysUntilBirthday" */ = {
  366. isa = XCConfigurationList;
  367. buildConfigurations = (
  368. 7345AD0F2703D9480020AFB1 /* Debug */,
  369. 7345AD102703D9480020AFB1 /* Release */,
  370. );
  371. defaultConfigurationIsVisible = 0;
  372. defaultConfigurationName = Release;
  373. };
  374. /* End XCConfigurationList section */
  375. /* Begin XCRemoteSwiftPackageReference section */
  376. 7345AD252703DA3E0020AFB1 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = {
  377. isa = XCRemoteSwiftPackageReference;
  378. repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git";
  379. requirement = {
  380. kind = upToNextMajorVersion;
  381. minimumVersion = 6.0.2;
  382. };
  383. };
  384. /* End XCRemoteSwiftPackageReference section */
  385. /* Begin XCSwiftPackageProductDependency section */
  386. 7345AD262703DA3E0020AFB1 /* GoogleSignIn */ = {
  387. isa = XCSwiftPackageProductDependency;
  388. package = 7345AD252703DA3E0020AFB1 /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */;
  389. productName = GoogleSignIn;
  390. };
  391. /* End XCSwiftPackageProductDependency section */
  392. };
  393. rootObject = 7345ACF72703D9470020AFB1 /* Project object */;
  394. }