project.pbxproj 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655
  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. 7345AD1E2703D9C30020AFB1 /* UserProfileImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */; };
  15. 7345AD202703D9C30020AFB1 /* AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */; };
  16. 7345AD212703D9C30020AFB1 /* GoogleSignInAuthenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */; };
  17. 7345AD232703D9C30020AFB1 /* UserProfileImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */; };
  18. 7345AD242703D9C30020AFB1 /* UserProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD1A2703D9C30020AFB1 /* UserProfileView.swift */; };
  19. 736F49BA270E05E200580053 /* BirthdayLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736F49B9270E05E200580053 /* BirthdayLoader.swift */; };
  20. 736F49BC270E102C00580053 /* BirthdayViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736F49BB270E102C00580053 /* BirthdayViewModel.swift */; };
  21. 739FCC46270E467600C92042 /* BirthdayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739FCC45270E467600C92042 /* BirthdayView.swift */; };
  22. 739FCC48270E659A00C92042 /* Birthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739FCC47270E659A00C92042 /* Birthday.swift */; };
  23. 73DB41892805FBA90028B8D3 /* DaysUntilBirthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */; };
  24. 73DB418A2805FBC00028B8D3 /* GoogleSignInAuthenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */; };
  25. 73DB418B2805FBC40028B8D3 /* BirthdayLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736F49B9270E05E200580053 /* BirthdayLoader.swift */; };
  26. 73DB418C2805FBC80028B8D3 /* UserProfileImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */; };
  27. 73DB418D2805FBD00028B8D3 /* AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */; };
  28. 73DB418E2805FBD40028B8D3 /* BirthdayViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736F49BB270E102C00580053 /* BirthdayViewModel.swift */; };
  29. 73DB418F2805FBF50028B8D3 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD042703D9470020AFB1 /* ContentView.swift */; };
  30. 73DB41902805FBF90028B8D3 /* BirthdayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739FCC45270E467600C92042 /* BirthdayView.swift */; };
  31. 73DB41912805FBFD0028B8D3 /* SignInView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD112703D9C30020AFB1 /* SignInView.swift */; };
  32. 73DB41922805FC010028B8D3 /* UserProfileImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */; };
  33. 73DB41932805FC3B0028B8D3 /* UserProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE7173A527F5110F00910319 /* UserProfileView.swift */; };
  34. 73DB41952805FC5F0028B8D3 /* Birthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739FCC47270E659A00C92042 /* Birthday.swift */; };
  35. 73DB419628060A9A0028B8D3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7345AD062703D9480020AFB1 /* Assets.xcassets */; };
  36. C1B5D37E282AE2B60068D12B /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D37D282AE2B60068D12B /* GoogleSignIn */; };
  37. C1B5D380282AE2B60068D12B /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D37F282AE2B60068D12B /* GoogleSignInSwift */; };
  38. C1B5D382282AE3370068D12B /* GoogleSignIn in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D381282AE3370068D12B /* GoogleSignIn */; };
  39. C1B5D384282AE3370068D12B /* GoogleSignInSwift in Frameworks */ = {isa = PBXBuildFile; productRef = C1B5D383282AE3370068D12B /* GoogleSignInSwift */; };
  40. C1B5D389282AFD3A0068D12B /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = C1B5D388282AFD3A0068D12B /* README.md */; };
  41. /* End PBXBuildFile section */
  42. /* Begin PBXFileReference section */
  43. 7345ACFF2703D9470020AFB1 /* DaysUntilBirthday (iOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DaysUntilBirthday (iOS).app"; sourceTree = BUILT_PRODUCTS_DIR; };
  44. 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaysUntilBirthday.swift; sourceTree = "<group>"; };
  45. 7345AD042703D9470020AFB1 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  46. 7345AD062703D9480020AFB1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  47. 7345AD092703D9480020AFB1 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  48. 7345AD0B2703D9480020AFB1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  49. 7345AD112703D9C30020AFB1 /* SignInView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SignInView.swift; sourceTree = "<group>"; };
  50. 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileImageView.swift; sourceTree = "<group>"; };
  51. 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationViewModel.swift; sourceTree = "<group>"; };
  52. 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GoogleSignInAuthenticator.swift; sourceTree = "<group>"; };
  53. 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileImageLoader.swift; sourceTree = "<group>"; };
  54. 7345AD1A2703D9C30020AFB1 /* UserProfileView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileView.swift; sourceTree = "<group>"; };
  55. 736F49B9270E05E200580053 /* BirthdayLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayLoader.swift; sourceTree = "<group>"; };
  56. 736F49BB270E102C00580053 /* BirthdayViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayViewModel.swift; sourceTree = "<group>"; };
  57. 739FCC45270E467600C92042 /* BirthdayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayView.swift; sourceTree = "<group>"; };
  58. 739FCC47270E659A00C92042 /* Birthday.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Birthday.swift; sourceTree = "<group>"; };
  59. C14E3C0C280788C600CF05A9 /* GoogleSignIn-iOS */ = {isa = PBXFileReference; lastKnownFileType = wrapper; name = "GoogleSignIn-iOS"; path = ../../..; sourceTree = "<group>"; };
  60. C1B5D388282AFD3A0068D12B /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  61. FE2F2ABC2800D9C1005EA17F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  62. FE71738027ECFAF400910319 /* DaysUntilBirthday (macOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DaysUntilBirthday (macOS).app"; sourceTree = BUILT_PRODUCTS_DIR; };
  63. FE71738927ECFAF600910319 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  64. FE71738B27ECFAF600910319 /* DaysUntilBirthdayOnMac.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DaysUntilBirthdayOnMac.entitlements; sourceTree = "<group>"; };
  65. FE7173A527F5110F00910319 /* UserProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserProfileView.swift; sourceTree = "<group>"; };
  66. /* End PBXFileReference section */
  67. /* Begin PBXFrameworksBuildPhase section */
  68. 7345ACFC2703D9470020AFB1 /* Frameworks */ = {
  69. isa = PBXFrameworksBuildPhase;
  70. buildActionMask = 2147483647;
  71. files = (
  72. C1B5D37E282AE2B60068D12B /* GoogleSignIn in Frameworks */,
  73. C1B5D380282AE2B60068D12B /* GoogleSignInSwift in Frameworks */,
  74. );
  75. runOnlyForDeploymentPostprocessing = 0;
  76. };
  77. FE71737D27ECFAF400910319 /* Frameworks */ = {
  78. isa = PBXFrameworksBuildPhase;
  79. buildActionMask = 2147483647;
  80. files = (
  81. C1B5D382282AE3370068D12B /* GoogleSignIn in Frameworks */,
  82. C1B5D384282AE3370068D12B /* GoogleSignInSwift in Frameworks */,
  83. );
  84. runOnlyForDeploymentPostprocessing = 0;
  85. };
  86. /* End PBXFrameworksBuildPhase section */
  87. /* Begin PBXGroup section */
  88. 7345ACF62703D9470020AFB1 = {
  89. isa = PBXGroup;
  90. children = (
  91. C1B5D388282AFD3A0068D12B /* README.md */,
  92. C14E3C0B280788C600CF05A9 /* Packages */,
  93. 7345AD012703D9470020AFB1 /* Shared */,
  94. FE7173A927F656AF00910319 /* iOS */,
  95. FE71738127ECFAF400910319 /* macOS */,
  96. 7345AD002703D9470020AFB1 /* Products */,
  97. FE71738F27ECFB3300910319 /* Frameworks */,
  98. );
  99. sourceTree = "<group>";
  100. };
  101. 7345AD002703D9470020AFB1 /* Products */ = {
  102. isa = PBXGroup;
  103. children = (
  104. 7345ACFF2703D9470020AFB1 /* DaysUntilBirthday (iOS).app */,
  105. FE71738027ECFAF400910319 /* DaysUntilBirthday (macOS).app */,
  106. );
  107. name = Products;
  108. sourceTree = "<group>";
  109. };
  110. 7345AD012703D9470020AFB1 /* Shared */ = {
  111. isa = PBXGroup;
  112. children = (
  113. 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */,
  114. FE7173AF27F6633900910319 /* Services */,
  115. FE7173AE27F6632E00910319 /* ViewModels */,
  116. FE7173AD27F65B8500910319 /* Models */,
  117. FE7173AA27F6578E00910319 /* Views */,
  118. 7345AD062703D9480020AFB1 /* Assets.xcassets */,
  119. );
  120. path = Shared;
  121. sourceTree = "<group>";
  122. };
  123. 7345AD082703D9480020AFB1 /* Preview Content */ = {
  124. isa = PBXGroup;
  125. children = (
  126. 7345AD092703D9480020AFB1 /* Preview Assets.xcassets */,
  127. );
  128. path = "Preview Content";
  129. sourceTree = "<group>";
  130. };
  131. C14E3C0B280788C600CF05A9 /* Packages */ = {
  132. isa = PBXGroup;
  133. children = (
  134. C14E3C0C280788C600CF05A9 /* GoogleSignIn-iOS */,
  135. );
  136. name = Packages;
  137. sourceTree = "<group>";
  138. };
  139. FE71738127ECFAF400910319 /* macOS */ = {
  140. isa = PBXGroup;
  141. children = (
  142. FE7173A527F5110F00910319 /* UserProfileView.swift */,
  143. FE2F2ABC2800D9C1005EA17F /* Info.plist */,
  144. FE71738B27ECFAF600910319 /* DaysUntilBirthdayOnMac.entitlements */,
  145. FE71738827ECFAF600910319 /* Preview Content */,
  146. );
  147. path = macOS;
  148. sourceTree = "<group>";
  149. };
  150. FE71738827ECFAF600910319 /* Preview Content */ = {
  151. isa = PBXGroup;
  152. children = (
  153. FE71738927ECFAF600910319 /* Preview Assets.xcassets */,
  154. );
  155. path = "Preview Content";
  156. sourceTree = "<group>";
  157. };
  158. FE71738F27ECFB3300910319 /* Frameworks */ = {
  159. isa = PBXGroup;
  160. children = (
  161. );
  162. name = Frameworks;
  163. sourceTree = "<group>";
  164. };
  165. FE7173A927F656AF00910319 /* iOS */ = {
  166. isa = PBXGroup;
  167. children = (
  168. 7345AD1A2703D9C30020AFB1 /* UserProfileView.swift */,
  169. 7345AD0B2703D9480020AFB1 /* Info.plist */,
  170. 7345AD082703D9480020AFB1 /* Preview Content */,
  171. );
  172. path = iOS;
  173. sourceTree = "<group>";
  174. };
  175. FE7173AA27F6578E00910319 /* Views */ = {
  176. isa = PBXGroup;
  177. children = (
  178. 7345AD042703D9470020AFB1 /* ContentView.swift */,
  179. 739FCC45270E467600C92042 /* BirthdayView.swift */,
  180. 7345AD112703D9C30020AFB1 /* SignInView.swift */,
  181. 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */,
  182. );
  183. path = Views;
  184. sourceTree = "<group>";
  185. };
  186. FE7173AD27F65B8500910319 /* Models */ = {
  187. isa = PBXGroup;
  188. children = (
  189. 739FCC47270E659A00C92042 /* Birthday.swift */,
  190. );
  191. path = Models;
  192. sourceTree = "<group>";
  193. };
  194. FE7173AE27F6632E00910319 /* ViewModels */ = {
  195. isa = PBXGroup;
  196. children = (
  197. 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */,
  198. 736F49BB270E102C00580053 /* BirthdayViewModel.swift */,
  199. );
  200. path = ViewModels;
  201. sourceTree = "<group>";
  202. };
  203. FE7173AF27F6633900910319 /* Services */ = {
  204. isa = PBXGroup;
  205. children = (
  206. 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */,
  207. 736F49B9270E05E200580053 /* BirthdayLoader.swift */,
  208. 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */,
  209. );
  210. path = Services;
  211. sourceTree = "<group>";
  212. };
  213. /* End PBXGroup section */
  214. /* Begin PBXNativeTarget section */
  215. 7345ACFE2703D9470020AFB1 /* DaysUntilBirthday (iOS) */ = {
  216. isa = PBXNativeTarget;
  217. buildConfigurationList = 7345AD0E2703D9480020AFB1 /* Build configuration list for PBXNativeTarget "DaysUntilBirthday (iOS)" */;
  218. buildPhases = (
  219. 7345ACFB2703D9470020AFB1 /* Sources */,
  220. 7345ACFC2703D9470020AFB1 /* Frameworks */,
  221. 7345ACFD2703D9470020AFB1 /* Resources */,
  222. );
  223. buildRules = (
  224. );
  225. dependencies = (
  226. );
  227. name = "DaysUntilBirthday (iOS)";
  228. packageProductDependencies = (
  229. C1B5D37D282AE2B60068D12B /* GoogleSignIn */,
  230. C1B5D37F282AE2B60068D12B /* GoogleSignInSwift */,
  231. );
  232. productName = "GSI-Swift-Sample";
  233. productReference = 7345ACFF2703D9470020AFB1 /* DaysUntilBirthday (iOS).app */;
  234. productType = "com.apple.product-type.application";
  235. };
  236. FE71737F27ECFAF400910319 /* DaysUntilBirthday (macOS) */ = {
  237. isa = PBXNativeTarget;
  238. buildConfigurationList = FE71738C27ECFAF600910319 /* Build configuration list for PBXNativeTarget "DaysUntilBirthday (macOS)" */;
  239. buildPhases = (
  240. FE71737C27ECFAF400910319 /* Sources */,
  241. FE71737D27ECFAF400910319 /* Frameworks */,
  242. FE71737E27ECFAF400910319 /* Resources */,
  243. );
  244. buildRules = (
  245. );
  246. dependencies = (
  247. );
  248. name = "DaysUntilBirthday (macOS)";
  249. packageProductDependencies = (
  250. C1B5D381282AE3370068D12B /* GoogleSignIn */,
  251. C1B5D383282AE3370068D12B /* GoogleSignInSwift */,
  252. );
  253. productName = DaysUntilBirthdayOnMac;
  254. productReference = FE71738027ECFAF400910319 /* DaysUntilBirthday (macOS).app */;
  255. productType = "com.apple.product-type.application";
  256. };
  257. /* End PBXNativeTarget section */
  258. /* Begin PBXProject section */
  259. 7345ACF72703D9470020AFB1 /* Project object */ = {
  260. isa = PBXProject;
  261. attributes = {
  262. LastSwiftUpdateCheck = 1310;
  263. LastUpgradeCheck = 1250;
  264. TargetAttributes = {
  265. 7345ACFE2703D9470020AFB1 = {
  266. CreatedOnToolsVersion = 12.5.1;
  267. };
  268. FE71737F27ECFAF400910319 = {
  269. CreatedOnToolsVersion = 13.1;
  270. };
  271. };
  272. };
  273. buildConfigurationList = 7345ACFA2703D9470020AFB1 /* Build configuration list for PBXProject "DaysUntilBirthday" */;
  274. compatibilityVersion = "Xcode 9.3";
  275. developmentRegion = en;
  276. hasScannedForEncodings = 0;
  277. knownRegions = (
  278. en,
  279. Base,
  280. );
  281. mainGroup = 7345ACF62703D9470020AFB1;
  282. packageReferences = (
  283. C1B5D37C282AE2B60068D12B /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */,
  284. );
  285. productRefGroup = 7345AD002703D9470020AFB1 /* Products */;
  286. projectDirPath = "";
  287. projectRoot = "";
  288. targets = (
  289. 7345ACFE2703D9470020AFB1 /* DaysUntilBirthday (iOS) */,
  290. FE71737F27ECFAF400910319 /* DaysUntilBirthday (macOS) */,
  291. );
  292. };
  293. /* End PBXProject section */
  294. /* Begin PBXResourcesBuildPhase section */
  295. 7345ACFD2703D9470020AFB1 /* Resources */ = {
  296. isa = PBXResourcesBuildPhase;
  297. buildActionMask = 2147483647;
  298. files = (
  299. C1B5D389282AFD3A0068D12B /* README.md in Resources */,
  300. 7345AD0A2703D9480020AFB1 /* Preview Assets.xcassets in Resources */,
  301. 7345AD072703D9480020AFB1 /* Assets.xcassets in Resources */,
  302. );
  303. runOnlyForDeploymentPostprocessing = 0;
  304. };
  305. FE71737E27ECFAF400910319 /* Resources */ = {
  306. isa = PBXResourcesBuildPhase;
  307. buildActionMask = 2147483647;
  308. files = (
  309. 73DB419628060A9A0028B8D3 /* Assets.xcassets in Resources */,
  310. );
  311. runOnlyForDeploymentPostprocessing = 0;
  312. };
  313. /* End PBXResourcesBuildPhase section */
  314. /* Begin PBXSourcesBuildPhase section */
  315. 7345ACFB2703D9470020AFB1 /* Sources */ = {
  316. isa = PBXSourcesBuildPhase;
  317. buildActionMask = 2147483647;
  318. files = (
  319. 739FCC48270E659A00C92042 /* Birthday.swift in Sources */,
  320. 739FCC46270E467600C92042 /* BirthdayView.swift in Sources */,
  321. 7345AD1B2703D9C30020AFB1 /* SignInView.swift in Sources */,
  322. 7345AD212703D9C30020AFB1 /* GoogleSignInAuthenticator.swift in Sources */,
  323. 7345AD232703D9C30020AFB1 /* UserProfileImageLoader.swift in Sources */,
  324. 7345AD1E2703D9C30020AFB1 /* UserProfileImageView.swift in Sources */,
  325. 736F49BC270E102C00580053 /* BirthdayViewModel.swift in Sources */,
  326. 736F49BA270E05E200580053 /* BirthdayLoader.swift in Sources */,
  327. 7345AD242703D9C30020AFB1 /* UserProfileView.swift in Sources */,
  328. 7345AD202703D9C30020AFB1 /* AuthenticationViewModel.swift in Sources */,
  329. 7345AD052703D9470020AFB1 /* ContentView.swift in Sources */,
  330. 7345AD032703D9470020AFB1 /* DaysUntilBirthday.swift in Sources */,
  331. );
  332. runOnlyForDeploymentPostprocessing = 0;
  333. };
  334. FE71737C27ECFAF400910319 /* Sources */ = {
  335. isa = PBXSourcesBuildPhase;
  336. buildActionMask = 2147483647;
  337. files = (
  338. 73DB41912805FBFD0028B8D3 /* SignInView.swift in Sources */,
  339. 73DB418B2805FBC40028B8D3 /* BirthdayLoader.swift in Sources */,
  340. 73DB418D2805FBD00028B8D3 /* AuthenticationViewModel.swift in Sources */,
  341. 73DB418F2805FBF50028B8D3 /* ContentView.swift in Sources */,
  342. 73DB418C2805FBC80028B8D3 /* UserProfileImageLoader.swift in Sources */,
  343. 73DB418E2805FBD40028B8D3 /* BirthdayViewModel.swift in Sources */,
  344. 73DB41952805FC5F0028B8D3 /* Birthday.swift in Sources */,
  345. 73DB418A2805FBC00028B8D3 /* GoogleSignInAuthenticator.swift in Sources */,
  346. 73DB41932805FC3B0028B8D3 /* UserProfileView.swift in Sources */,
  347. 73DB41892805FBA90028B8D3 /* DaysUntilBirthday.swift in Sources */,
  348. 73DB41902805FBF90028B8D3 /* BirthdayView.swift in Sources */,
  349. 73DB41922805FC010028B8D3 /* UserProfileImageView.swift in Sources */,
  350. );
  351. runOnlyForDeploymentPostprocessing = 0;
  352. };
  353. /* End PBXSourcesBuildPhase section */
  354. /* Begin XCBuildConfiguration section */
  355. 7345AD0C2703D9480020AFB1 /* Debug */ = {
  356. isa = XCBuildConfiguration;
  357. buildSettings = {
  358. ALWAYS_SEARCH_USER_PATHS = NO;
  359. ASSETCATALOG_COMPILER_APPICON_NAME = "";
  360. ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
  361. CLANG_ANALYZER_NONNULL = YES;
  362. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  363. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  364. CLANG_CXX_LIBRARY = "libc++";
  365. CLANG_ENABLE_MODULES = YES;
  366. CLANG_ENABLE_OBJC_ARC = YES;
  367. CLANG_ENABLE_OBJC_WEAK = YES;
  368. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  369. CLANG_WARN_BOOL_CONVERSION = YES;
  370. CLANG_WARN_COMMA = YES;
  371. CLANG_WARN_CONSTANT_CONVERSION = YES;
  372. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  373. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  374. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  375. CLANG_WARN_EMPTY_BODY = YES;
  376. CLANG_WARN_ENUM_CONVERSION = YES;
  377. CLANG_WARN_INFINITE_RECURSION = YES;
  378. CLANG_WARN_INT_CONVERSION = YES;
  379. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  380. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  381. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  382. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  383. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  384. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  385. CLANG_WARN_STRICT_PROTOTYPES = YES;
  386. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  387. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  388. CLANG_WARN_UNREACHABLE_CODE = YES;
  389. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  390. COPY_PHASE_STRIP = NO;
  391. DEBUG_INFORMATION_FORMAT = dwarf;
  392. ENABLE_STRICT_OBJC_MSGSEND = YES;
  393. ENABLE_TESTABILITY = YES;
  394. GCC_C_LANGUAGE_STANDARD = gnu11;
  395. GCC_DYNAMIC_NO_PIC = NO;
  396. GCC_NO_COMMON_BLOCKS = YES;
  397. GCC_OPTIMIZATION_LEVEL = 0;
  398. GCC_PREPROCESSOR_DEFINITIONS = (
  399. "DEBUG=1",
  400. "$(inherited)",
  401. );
  402. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  403. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  404. GCC_WARN_UNDECLARED_SELECTOR = YES;
  405. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  406. GCC_WARN_UNUSED_FUNCTION = YES;
  407. GCC_WARN_UNUSED_VARIABLE = YES;
  408. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  409. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  410. MTL_FAST_MATH = YES;
  411. ONLY_ACTIVE_ARCH = YES;
  412. SDKROOT = iphoneos;
  413. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  414. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  415. };
  416. name = Debug;
  417. };
  418. 7345AD0D2703D9480020AFB1 /* Release */ = {
  419. isa = XCBuildConfiguration;
  420. buildSettings = {
  421. ALWAYS_SEARCH_USER_PATHS = NO;
  422. ASSETCATALOG_COMPILER_APPICON_NAME = "";
  423. ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
  424. CLANG_ANALYZER_NONNULL = YES;
  425. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  426. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  427. CLANG_CXX_LIBRARY = "libc++";
  428. CLANG_ENABLE_MODULES = YES;
  429. CLANG_ENABLE_OBJC_ARC = YES;
  430. CLANG_ENABLE_OBJC_WEAK = YES;
  431. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  432. CLANG_WARN_BOOL_CONVERSION = YES;
  433. CLANG_WARN_COMMA = YES;
  434. CLANG_WARN_CONSTANT_CONVERSION = YES;
  435. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  436. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  437. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  438. CLANG_WARN_EMPTY_BODY = YES;
  439. CLANG_WARN_ENUM_CONVERSION = YES;
  440. CLANG_WARN_INFINITE_RECURSION = YES;
  441. CLANG_WARN_INT_CONVERSION = YES;
  442. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  443. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  444. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  445. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  446. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  447. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  448. CLANG_WARN_STRICT_PROTOTYPES = YES;
  449. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  450. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  451. CLANG_WARN_UNREACHABLE_CODE = YES;
  452. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  453. COPY_PHASE_STRIP = NO;
  454. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  455. ENABLE_NS_ASSERTIONS = NO;
  456. ENABLE_STRICT_OBJC_MSGSEND = YES;
  457. GCC_C_LANGUAGE_STANDARD = gnu11;
  458. GCC_NO_COMMON_BLOCKS = YES;
  459. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  460. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  461. GCC_WARN_UNDECLARED_SELECTOR = YES;
  462. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  463. GCC_WARN_UNUSED_FUNCTION = YES;
  464. GCC_WARN_UNUSED_VARIABLE = YES;
  465. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  466. MTL_ENABLE_DEBUG_INFO = NO;
  467. MTL_FAST_MATH = YES;
  468. SDKROOT = iphoneos;
  469. SWIFT_COMPILATION_MODE = wholemodule;
  470. SWIFT_OPTIMIZATION_LEVEL = "-O";
  471. VALIDATE_PRODUCT = YES;
  472. };
  473. name = Release;
  474. };
  475. 7345AD0F2703D9480020AFB1 /* Debug */ = {
  476. isa = XCBuildConfiguration;
  477. buildSettings = {
  478. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  479. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  480. CODE_SIGN_IDENTITY = "iPhone Developer";
  481. CODE_SIGN_STYLE = Manual;
  482. DEVELOPMENT_ASSET_PATHS = "\"iOS/Preview Content\"";
  483. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  484. ENABLE_PREVIEWS = YES;
  485. INFOPLIST_FILE = iOS/Info.plist;
  486. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  487. LD_RUNPATH_SEARCH_PATHS = (
  488. "$(inherited)",
  489. "@executable_path/Frameworks",
  490. );
  491. PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental0.dev;
  492. PRODUCT_NAME = "$(TARGET_NAME)";
  493. PROVISIONING_PROFILE_SPECIFIER = "Experimental App 0 Dev";
  494. SWIFT_VERSION = 5.0;
  495. TARGETED_DEVICE_FAMILY = "1,2";
  496. };
  497. name = Debug;
  498. };
  499. 7345AD102703D9480020AFB1 /* Release */ = {
  500. isa = XCBuildConfiguration;
  501. buildSettings = {
  502. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  503. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  504. CODE_SIGN_IDENTITY = "iPhone Developer";
  505. CODE_SIGN_STYLE = Manual;
  506. DEVELOPMENT_ASSET_PATHS = "\"iOS/Preview Content\"";
  507. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  508. ENABLE_PREVIEWS = YES;
  509. INFOPLIST_FILE = iOS/Info.plist;
  510. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  511. LD_RUNPATH_SEARCH_PATHS = (
  512. "$(inherited)",
  513. "@executable_path/Frameworks",
  514. );
  515. PRODUCT_BUNDLE_IDENTIFIER = com.google.experimental0.dev;
  516. PRODUCT_NAME = "$(TARGET_NAME)";
  517. PROVISIONING_PROFILE_SPECIFIER = "Experimental App 0 Dev";
  518. SWIFT_VERSION = 5.0;
  519. TARGETED_DEVICE_FAMILY = "1,2";
  520. };
  521. name = Release;
  522. };
  523. FE71738D27ECFAF600910319 /* Debug */ = {
  524. isa = XCBuildConfiguration;
  525. buildSettings = {
  526. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  527. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  528. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  529. CODE_SIGN_ENTITLEMENTS = macOS/DaysUntilBirthdayOnMac.entitlements;
  530. CODE_SIGN_STYLE = Automatic;
  531. COMBINE_HIDPI_IMAGES = YES;
  532. CURRENT_PROJECT_VERSION = 1;
  533. DEVELOPMENT_ASSET_PATHS = "\"macOS/Preview Content\"";
  534. ENABLE_PREVIEWS = YES;
  535. GENERATE_INFOPLIST_FILE = YES;
  536. INFOPLIST_FILE = macOS/Info.plist;
  537. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  538. LD_RUNPATH_SEARCH_PATHS = (
  539. "$(inherited)",
  540. "@executable_path/../Frameworks",
  541. );
  542. MACOSX_DEPLOYMENT_TARGET = 11.0;
  543. MARKETING_VERSION = 1.0;
  544. PRODUCT_BUNDLE_IDENTIFIER = Google.DaysUntilBirthdayOnMac;
  545. PRODUCT_NAME = "$(TARGET_NAME)";
  546. SDKROOT = macosx;
  547. SWIFT_EMIT_LOC_STRINGS = YES;
  548. SWIFT_VERSION = 5.0;
  549. };
  550. name = Debug;
  551. };
  552. FE71738E27ECFAF600910319 /* Release */ = {
  553. isa = XCBuildConfiguration;
  554. buildSettings = {
  555. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  556. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  557. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  558. CODE_SIGN_ENTITLEMENTS = macOS/DaysUntilBirthdayOnMac.entitlements;
  559. CODE_SIGN_STYLE = Automatic;
  560. COMBINE_HIDPI_IMAGES = YES;
  561. CURRENT_PROJECT_VERSION = 1;
  562. DEVELOPMENT_ASSET_PATHS = "\"macOS/Preview Content\"";
  563. ENABLE_PREVIEWS = YES;
  564. GENERATE_INFOPLIST_FILE = YES;
  565. INFOPLIST_FILE = macOS/Info.plist;
  566. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  567. LD_RUNPATH_SEARCH_PATHS = (
  568. "$(inherited)",
  569. "@executable_path/../Frameworks",
  570. );
  571. MACOSX_DEPLOYMENT_TARGET = 11.0;
  572. MARKETING_VERSION = 1.0;
  573. PRODUCT_BUNDLE_IDENTIFIER = Google.DaysUntilBirthdayOnMac;
  574. PRODUCT_NAME = "$(TARGET_NAME)";
  575. SDKROOT = macosx;
  576. SWIFT_EMIT_LOC_STRINGS = YES;
  577. SWIFT_VERSION = 5.0;
  578. };
  579. name = Release;
  580. };
  581. /* End XCBuildConfiguration section */
  582. /* Begin XCConfigurationList section */
  583. 7345ACFA2703D9470020AFB1 /* Build configuration list for PBXProject "DaysUntilBirthday" */ = {
  584. isa = XCConfigurationList;
  585. buildConfigurations = (
  586. 7345AD0C2703D9480020AFB1 /* Debug */,
  587. 7345AD0D2703D9480020AFB1 /* Release */,
  588. );
  589. defaultConfigurationIsVisible = 0;
  590. defaultConfigurationName = Release;
  591. };
  592. 7345AD0E2703D9480020AFB1 /* Build configuration list for PBXNativeTarget "DaysUntilBirthday (iOS)" */ = {
  593. isa = XCConfigurationList;
  594. buildConfigurations = (
  595. 7345AD0F2703D9480020AFB1 /* Debug */,
  596. 7345AD102703D9480020AFB1 /* Release */,
  597. );
  598. defaultConfigurationIsVisible = 0;
  599. defaultConfigurationName = Release;
  600. };
  601. FE71738C27ECFAF600910319 /* Build configuration list for PBXNativeTarget "DaysUntilBirthday (macOS)" */ = {
  602. isa = XCConfigurationList;
  603. buildConfigurations = (
  604. FE71738D27ECFAF600910319 /* Debug */,
  605. FE71738E27ECFAF600910319 /* Release */,
  606. );
  607. defaultConfigurationIsVisible = 0;
  608. defaultConfigurationName = Release;
  609. };
  610. /* End XCConfigurationList section */
  611. /* Begin XCRemoteSwiftPackageReference section */
  612. C1B5D37C282AE2B60068D12B /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */ = {
  613. isa = XCRemoteSwiftPackageReference;
  614. repositoryURL = "https://github.com/google/GoogleSignIn-iOS.git";
  615. requirement = {
  616. branch = main;
  617. kind = branch;
  618. };
  619. };
  620. /* End XCRemoteSwiftPackageReference section */
  621. /* Begin XCSwiftPackageProductDependency section */
  622. C1B5D37D282AE2B60068D12B /* GoogleSignIn */ = {
  623. isa = XCSwiftPackageProductDependency;
  624. package = C1B5D37C282AE2B60068D12B /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */;
  625. productName = GoogleSignIn;
  626. };
  627. C1B5D37F282AE2B60068D12B /* GoogleSignInSwift */ = {
  628. isa = XCSwiftPackageProductDependency;
  629. package = C1B5D37C282AE2B60068D12B /* XCRemoteSwiftPackageReference "GoogleSignIn-iOS" */;
  630. productName = GoogleSignInSwift;
  631. };
  632. C1B5D381282AE3370068D12B /* GoogleSignIn */ = {
  633. isa = XCSwiftPackageProductDependency;
  634. productName = GoogleSignIn;
  635. };
  636. C1B5D383282AE3370068D12B /* GoogleSignInSwift */ = {
  637. isa = XCSwiftPackageProductDependency;
  638. productName = GoogleSignInSwift;
  639. };
  640. /* End XCSwiftPackageProductDependency section */
  641. };
  642. rootObject = 7345ACF72703D9470020AFB1 /* Project object */;
  643. }