project.pbxproj 34 KB

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