project.pbxproj 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 51;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5965643074F45661539BC2DF /* libPods-DaysUntilBirthdayForPod (iOS).a in Frameworks */ = {isa = PBXBuildFile; fileRef = F163BB5E1E81280A79B4E535 /* libPods-DaysUntilBirthdayForPod (iOS).a */; };
  10. 7023CA98EF5DD94278069A12 /* libPods-DaysUntilBirthdayForPod (macOS).a in Frameworks */ = {isa = PBXBuildFile; fileRef = AE0FE424C7B3C57CF8808F8A /* libPods-DaysUntilBirthdayForPod (macOS).a */; };
  11. 7345AD032703D9470020AFB1 /* DaysUntilBirthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */; };
  12. 7345AD052703D9470020AFB1 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD042703D9470020AFB1 /* ContentView.swift */; };
  13. 7345AD072703D9480020AFB1 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7345AD062703D9480020AFB1 /* Assets.xcassets */; };
  14. 7345AD0A2703D9480020AFB1 /* Preview Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7345AD092703D9480020AFB1 /* Preview Assets.xcassets */; };
  15. 7345AD1B2703D9C30020AFB1 /* SignInView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD112703D9C30020AFB1 /* SignInView.swift */; };
  16. 7345AD1E2703D9C30020AFB1 /* UserProfileImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */; };
  17. 7345AD202703D9C30020AFB1 /* AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */; };
  18. 7345AD212703D9C30020AFB1 /* GoogleSignInAuthenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */; };
  19. 7345AD232703D9C30020AFB1 /* UserProfileImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */; };
  20. 7345AD242703D9C30020AFB1 /* UserProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD1A2703D9C30020AFB1 /* UserProfileView.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. 73DB41892805FBA90028B8D3 /* DaysUntilBirthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */; };
  26. 73DB418A2805FBC00028B8D3 /* GoogleSignInAuthenticator.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */; };
  27. 73DB418B2805FBC40028B8D3 /* BirthdayLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736F49B9270E05E200580053 /* BirthdayLoader.swift */; };
  28. 73DB418C2805FBC80028B8D3 /* UserProfileImageLoader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */; };
  29. 73DB418D2805FBD00028B8D3 /* AuthenticationViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */; };
  30. 73DB418E2805FBD40028B8D3 /* BirthdayViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 736F49BB270E102C00580053 /* BirthdayViewModel.swift */; };
  31. 73DB418F2805FBF50028B8D3 /* ContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD042703D9470020AFB1 /* ContentView.swift */; };
  32. 73DB41902805FBF90028B8D3 /* BirthdayView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739FCC45270E467600C92042 /* BirthdayView.swift */; };
  33. 73DB41912805FBFD0028B8D3 /* SignInView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD112703D9C30020AFB1 /* SignInView.swift */; };
  34. 73DB41922805FC010028B8D3 /* UserProfileImageView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */; };
  35. 73DB41932805FC3B0028B8D3 /* UserProfileView.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE7173A527F5110F00910319 /* UserProfileView.swift */; };
  36. 73DB41952805FC5F0028B8D3 /* Birthday.swift in Sources */ = {isa = PBXBuildFile; fileRef = 739FCC47270E659A00C92042 /* Birthday.swift */; };
  37. 73DB419628060A9A0028B8D3 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7345AD062703D9480020AFB1 /* Assets.xcassets */; };
  38. C1B5D38D282AFE870068D12B /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = C1B5D38C282AFE870068D12B /* README.md */; };
  39. /* End PBXBuildFile section */
  40. /* Begin PBXFileReference section */
  41. 0E95D3C3CE4B0FA47CC9B1B6 /* Pods-DaysUntilBirthdayForPod(iOS).release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DaysUntilBirthdayForPod(iOS).release.xcconfig"; path = "Target Support Files/Pods-DaysUntilBirthdayForPod(iOS)/Pods-DaysUntilBirthdayForPod(iOS).release.xcconfig"; sourceTree = "<group>"; };
  42. 18F5B51876E23EE864C3A489 /* Pods-DaysUntilBirthdayForPod (iOS).debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DaysUntilBirthdayForPod (iOS).debug.xcconfig"; path = "Target Support Files/Pods-DaysUntilBirthdayForPod (iOS)/Pods-DaysUntilBirthdayForPod (iOS).debug.xcconfig"; sourceTree = "<group>"; };
  43. 1A129363EBB5DF1F41FAAB14 /* Pods-DaysUntilBirthdayForPod(macOS).release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DaysUntilBirthdayForPod(macOS).release.xcconfig"; path = "Target Support Files/Pods-DaysUntilBirthdayForPod(macOS)/Pods-DaysUntilBirthdayForPod(macOS).release.xcconfig"; sourceTree = "<group>"; };
  44. 29BEB027A694593FA0450863 /* Pods-DaysUntilBirthdayForPod(iOS).debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DaysUntilBirthdayForPod(iOS).debug.xcconfig"; path = "Target Support Files/Pods-DaysUntilBirthdayForPod(iOS)/Pods-DaysUntilBirthdayForPod(iOS).debug.xcconfig"; sourceTree = "<group>"; };
  45. 5CF615341A61D92D89389D44 /* Pods-DaysUntilBirthdayForPod (macOS).release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DaysUntilBirthdayForPod (macOS).release.xcconfig"; path = "Target Support Files/Pods-DaysUntilBirthdayForPod (macOS)/Pods-DaysUntilBirthdayForPod (macOS).release.xcconfig"; sourceTree = "<group>"; };
  46. 7345ACFF2703D9470020AFB1 /* DaysUntilBirthdayForPod (iOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DaysUntilBirthdayForPod (iOS).app"; sourceTree = BUILT_PRODUCTS_DIR; };
  47. 7345AD022703D9470020AFB1 /* DaysUntilBirthday.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DaysUntilBirthday.swift; sourceTree = "<group>"; };
  48. 7345AD042703D9470020AFB1 /* ContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ContentView.swift; sourceTree = "<group>"; };
  49. 7345AD062703D9480020AFB1 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  50. 7345AD092703D9480020AFB1 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  51. 7345AD0B2703D9480020AFB1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  52. 7345AD112703D9C30020AFB1 /* SignInView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SignInView.swift; sourceTree = "<group>"; };
  53. 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileImageView.swift; sourceTree = "<group>"; };
  54. 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationViewModel.swift; sourceTree = "<group>"; };
  55. 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GoogleSignInAuthenticator.swift; sourceTree = "<group>"; };
  56. 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileImageLoader.swift; sourceTree = "<group>"; };
  57. 7345AD1A2703D9C30020AFB1 /* UserProfileView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UserProfileView.swift; sourceTree = "<group>"; };
  58. 736F49B9270E05E200580053 /* BirthdayLoader.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayLoader.swift; sourceTree = "<group>"; };
  59. 736F49BB270E102C00580053 /* BirthdayViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayViewModel.swift; sourceTree = "<group>"; };
  60. 739FCC45270E467600C92042 /* BirthdayView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BirthdayView.swift; sourceTree = "<group>"; };
  61. 739FCC47270E659A00C92042 /* Birthday.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Birthday.swift; sourceTree = "<group>"; };
  62. 7542DB53C46DFA9B71387188 /* Pods-DaysUntilBirthdayForPod (iOS).release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DaysUntilBirthdayForPod (iOS).release.xcconfig"; path = "Target Support Files/Pods-DaysUntilBirthdayForPod (iOS)/Pods-DaysUntilBirthdayForPod (iOS).release.xcconfig"; sourceTree = "<group>"; };
  63. AE0FE424C7B3C57CF8808F8A /* libPods-DaysUntilBirthdayForPod (macOS).a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DaysUntilBirthdayForPod (macOS).a"; sourceTree = BUILT_PRODUCTS_DIR; };
  64. B7CC09BA1B68EB1881A08E87 /* Pods-DaysUntilBirthdayForPod(macOS).debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DaysUntilBirthdayForPod(macOS).debug.xcconfig"; path = "Target Support Files/Pods-DaysUntilBirthdayForPod(macOS)/Pods-DaysUntilBirthdayForPod(macOS).debug.xcconfig"; sourceTree = "<group>"; };
  65. C1B5D38C282AFE870068D12B /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
  66. F163BB5E1E81280A79B4E535 /* libPods-DaysUntilBirthdayForPod (iOS).a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-DaysUntilBirthdayForPod (iOS).a"; sourceTree = BUILT_PRODUCTS_DIR; };
  67. F84E43064819F374C9789E49 /* Pods-DaysUntilBirthdayForPod (macOS).debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-DaysUntilBirthdayForPod (macOS).debug.xcconfig"; path = "Target Support Files/Pods-DaysUntilBirthdayForPod (macOS)/Pods-DaysUntilBirthdayForPod (macOS).debug.xcconfig"; sourceTree = "<group>"; };
  68. FE2F2ABC2800D9C1005EA17F /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  69. FE71738027ECFAF400910319 /* DaysUntilBirthdayForPod (macOS).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "DaysUntilBirthdayForPod (macOS).app"; sourceTree = BUILT_PRODUCTS_DIR; };
  70. FE71738927ECFAF600910319 /* Preview Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = "Preview Assets.xcassets"; sourceTree = "<group>"; };
  71. FE71738B27ECFAF600910319 /* DaysUntilBirthdayOnMac.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = DaysUntilBirthdayOnMac.entitlements; sourceTree = "<group>"; };
  72. FE7173A527F5110F00910319 /* UserProfileView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserProfileView.swift; sourceTree = "<group>"; };
  73. /* End PBXFileReference section */
  74. /* Begin PBXFrameworksBuildPhase section */
  75. 7345ACFC2703D9470020AFB1 /* Frameworks */ = {
  76. isa = PBXFrameworksBuildPhase;
  77. buildActionMask = 2147483647;
  78. files = (
  79. 5965643074F45661539BC2DF /* libPods-DaysUntilBirthdayForPod (iOS).a in Frameworks */,
  80. );
  81. runOnlyForDeploymentPostprocessing = 0;
  82. };
  83. FE71737D27ECFAF400910319 /* Frameworks */ = {
  84. isa = PBXFrameworksBuildPhase;
  85. buildActionMask = 2147483647;
  86. files = (
  87. 7023CA98EF5DD94278069A12 /* libPods-DaysUntilBirthdayForPod (macOS).a in Frameworks */,
  88. );
  89. runOnlyForDeploymentPostprocessing = 0;
  90. };
  91. /* End PBXFrameworksBuildPhase section */
  92. /* Begin PBXGroup section */
  93. 1595AE063BAE425413C82340 /* Pods */ = {
  94. isa = PBXGroup;
  95. children = (
  96. 29BEB027A694593FA0450863 /* Pods-DaysUntilBirthdayForPod(iOS).debug.xcconfig */,
  97. 0E95D3C3CE4B0FA47CC9B1B6 /* Pods-DaysUntilBirthdayForPod(iOS).release.xcconfig */,
  98. B7CC09BA1B68EB1881A08E87 /* Pods-DaysUntilBirthdayForPod(macOS).debug.xcconfig */,
  99. 1A129363EBB5DF1F41FAAB14 /* Pods-DaysUntilBirthdayForPod(macOS).release.xcconfig */,
  100. 18F5B51876E23EE864C3A489 /* Pods-DaysUntilBirthdayForPod (iOS).debug.xcconfig */,
  101. 7542DB53C46DFA9B71387188 /* Pods-DaysUntilBirthdayForPod (iOS).release.xcconfig */,
  102. F84E43064819F374C9789E49 /* Pods-DaysUntilBirthdayForPod (macOS).debug.xcconfig */,
  103. 5CF615341A61D92D89389D44 /* Pods-DaysUntilBirthdayForPod (macOS).release.xcconfig */,
  104. );
  105. path = Pods;
  106. sourceTree = "<group>";
  107. };
  108. 7345ACF62703D9470020AFB1 = {
  109. isa = PBXGroup;
  110. children = (
  111. C1B5D38C282AFE870068D12B /* README.md */,
  112. 7345AD012703D9470020AFB1 /* Shared */,
  113. FE7173A927F656AF00910319 /* iOS */,
  114. FE71738127ECFAF400910319 /* macOS */,
  115. 7345AD002703D9470020AFB1 /* Products */,
  116. FE71738F27ECFB3300910319 /* Frameworks */,
  117. 1595AE063BAE425413C82340 /* Pods */,
  118. );
  119. sourceTree = "<group>";
  120. };
  121. 7345AD002703D9470020AFB1 /* Products */ = {
  122. isa = PBXGroup;
  123. children = (
  124. 7345ACFF2703D9470020AFB1 /* DaysUntilBirthdayForPod (iOS).app */,
  125. FE71738027ECFAF400910319 /* DaysUntilBirthdayForPod (macOS).app */,
  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. FE71738127ECFAF400910319 /* macOS */ = {
  152. isa = PBXGroup;
  153. children = (
  154. FE7173A527F5110F00910319 /* UserProfileView.swift */,
  155. FE2F2ABC2800D9C1005EA17F /* Info.plist */,
  156. FE71738B27ECFAF600910319 /* DaysUntilBirthdayOnMac.entitlements */,
  157. FE71738827ECFAF600910319 /* Preview Content */,
  158. );
  159. path = macOS;
  160. sourceTree = "<group>";
  161. };
  162. FE71738827ECFAF600910319 /* Preview Content */ = {
  163. isa = PBXGroup;
  164. children = (
  165. FE71738927ECFAF600910319 /* Preview Assets.xcassets */,
  166. );
  167. path = "Preview Content";
  168. sourceTree = "<group>";
  169. };
  170. FE71738F27ECFB3300910319 /* Frameworks */ = {
  171. isa = PBXGroup;
  172. children = (
  173. F163BB5E1E81280A79B4E535 /* libPods-DaysUntilBirthdayForPod (iOS).a */,
  174. AE0FE424C7B3C57CF8808F8A /* libPods-DaysUntilBirthdayForPod (macOS).a */,
  175. );
  176. name = Frameworks;
  177. sourceTree = "<group>";
  178. };
  179. FE7173A927F656AF00910319 /* iOS */ = {
  180. isa = PBXGroup;
  181. children = (
  182. 7345AD1A2703D9C30020AFB1 /* UserProfileView.swift */,
  183. 7345AD0B2703D9480020AFB1 /* Info.plist */,
  184. 7345AD082703D9480020AFB1 /* Preview Content */,
  185. );
  186. path = iOS;
  187. sourceTree = "<group>";
  188. };
  189. FE7173AA27F6578E00910319 /* Views */ = {
  190. isa = PBXGroup;
  191. children = (
  192. 7345AD042703D9470020AFB1 /* ContentView.swift */,
  193. 739FCC45270E467600C92042 /* BirthdayView.swift */,
  194. 7345AD112703D9C30020AFB1 /* SignInView.swift */,
  195. 7345AD142703D9C30020AFB1 /* UserProfileImageView.swift */,
  196. );
  197. path = Views;
  198. sourceTree = "<group>";
  199. };
  200. FE7173AD27F65B8500910319 /* Models */ = {
  201. isa = PBXGroup;
  202. children = (
  203. 739FCC47270E659A00C92042 /* Birthday.swift */,
  204. );
  205. path = Models;
  206. sourceTree = "<group>";
  207. };
  208. FE7173AE27F6632E00910319 /* ViewModels */ = {
  209. isa = PBXGroup;
  210. children = (
  211. 7345AD162703D9C30020AFB1 /* AuthenticationViewModel.swift */,
  212. 736F49BB270E102C00580053 /* BirthdayViewModel.swift */,
  213. );
  214. path = ViewModels;
  215. sourceTree = "<group>";
  216. };
  217. FE7173AF27F6633900910319 /* Services */ = {
  218. isa = PBXGroup;
  219. children = (
  220. 7345AD172703D9C30020AFB1 /* GoogleSignInAuthenticator.swift */,
  221. 736F49B9270E05E200580053 /* BirthdayLoader.swift */,
  222. 7345AD192703D9C30020AFB1 /* UserProfileImageLoader.swift */,
  223. );
  224. path = Services;
  225. sourceTree = "<group>";
  226. };
  227. /* End PBXGroup section */
  228. /* Begin PBXNativeTarget section */
  229. 7345ACFE2703D9470020AFB1 /* DaysUntilBirthdayForPod (iOS) */ = {
  230. isa = PBXNativeTarget;
  231. buildConfigurationList = 7345AD0E2703D9480020AFB1 /* Build configuration list for PBXNativeTarget "DaysUntilBirthdayForPod (iOS)" */;
  232. buildPhases = (
  233. 2103D758B586F141DA8039D6 /* [CP] Check Pods Manifest.lock */,
  234. 7345ACFB2703D9470020AFB1 /* Sources */,
  235. 7345ACFC2703D9470020AFB1 /* Frameworks */,
  236. 7345ACFD2703D9470020AFB1 /* Resources */,
  237. 6D82046AD9FB6398BEEE6E1E /* [CP] Copy Pods Resources */,
  238. );
  239. buildRules = (
  240. );
  241. dependencies = (
  242. );
  243. name = "DaysUntilBirthdayForPod (iOS)";
  244. productName = "GSI-Swift-Sample";
  245. productReference = 7345ACFF2703D9470020AFB1 /* DaysUntilBirthdayForPod (iOS).app */;
  246. productType = "com.apple.product-type.application";
  247. };
  248. FE71737F27ECFAF400910319 /* DaysUntilBirthdayForPod (macOS) */ = {
  249. isa = PBXNativeTarget;
  250. buildConfigurationList = FE71738C27ECFAF600910319 /* Build configuration list for PBXNativeTarget "DaysUntilBirthdayForPod (macOS)" */;
  251. buildPhases = (
  252. CCB20D28DCF2C72343E30583 /* [CP] Check Pods Manifest.lock */,
  253. FE71737C27ECFAF400910319 /* Sources */,
  254. FE71737D27ECFAF400910319 /* Frameworks */,
  255. FE71737E27ECFAF400910319 /* Resources */,
  256. 33C73C0F02D22A5D08069738 /* [CP] Copy Pods Resources */,
  257. );
  258. buildRules = (
  259. );
  260. dependencies = (
  261. );
  262. name = "DaysUntilBirthdayForPod (macOS)";
  263. productName = DaysUntilBirthdayOnMac;
  264. productReference = FE71738027ECFAF400910319 /* DaysUntilBirthdayForPod (macOS).app */;
  265. productType = "com.apple.product-type.application";
  266. };
  267. /* End PBXNativeTarget section */
  268. /* Begin PBXProject section */
  269. 7345ACF72703D9470020AFB1 /* Project object */ = {
  270. isa = PBXProject;
  271. attributes = {
  272. LastSwiftUpdateCheck = 1310;
  273. LastUpgradeCheck = 1250;
  274. TargetAttributes = {
  275. 7345ACFE2703D9470020AFB1 = {
  276. CreatedOnToolsVersion = 12.5.1;
  277. };
  278. FE71737F27ECFAF400910319 = {
  279. CreatedOnToolsVersion = 13.1;
  280. };
  281. };
  282. };
  283. buildConfigurationList = 7345ACFA2703D9470020AFB1 /* Build configuration list for PBXProject "DaysUntilBirthdayForPod" */;
  284. compatibilityVersion = "Xcode 9.3";
  285. developmentRegion = en;
  286. hasScannedForEncodings = 0;
  287. knownRegions = (
  288. en,
  289. Base,
  290. );
  291. mainGroup = 7345ACF62703D9470020AFB1;
  292. productRefGroup = 7345AD002703D9470020AFB1 /* Products */;
  293. projectDirPath = "";
  294. projectRoot = "";
  295. targets = (
  296. 7345ACFE2703D9470020AFB1 /* DaysUntilBirthdayForPod (iOS) */,
  297. FE71737F27ECFAF400910319 /* DaysUntilBirthdayForPod (macOS) */,
  298. );
  299. };
  300. /* End PBXProject section */
  301. /* Begin PBXResourcesBuildPhase section */
  302. 7345ACFD2703D9470020AFB1 /* Resources */ = {
  303. isa = PBXResourcesBuildPhase;
  304. buildActionMask = 2147483647;
  305. files = (
  306. C1B5D38D282AFE870068D12B /* README.md in Resources */,
  307. 7345AD0A2703D9480020AFB1 /* Preview Assets.xcassets in Resources */,
  308. 7345AD072703D9480020AFB1 /* Assets.xcassets in Resources */,
  309. );
  310. runOnlyForDeploymentPostprocessing = 0;
  311. };
  312. FE71737E27ECFAF400910319 /* Resources */ = {
  313. isa = PBXResourcesBuildPhase;
  314. buildActionMask = 2147483647;
  315. files = (
  316. 73DB419628060A9A0028B8D3 /* Assets.xcassets in Resources */,
  317. );
  318. runOnlyForDeploymentPostprocessing = 0;
  319. };
  320. /* End PBXResourcesBuildPhase section */
  321. /* Begin PBXShellScriptBuildPhase section */
  322. 2103D758B586F141DA8039D6 /* [CP] Check Pods Manifest.lock */ = {
  323. isa = PBXShellScriptBuildPhase;
  324. buildActionMask = 2147483647;
  325. files = (
  326. );
  327. inputFileListPaths = (
  328. );
  329. inputPaths = (
  330. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  331. "${PODS_ROOT}/Manifest.lock",
  332. );
  333. name = "[CP] Check Pods Manifest.lock";
  334. outputFileListPaths = (
  335. );
  336. outputPaths = (
  337. "$(DERIVED_FILE_DIR)/Pods-DaysUntilBirthdayForPod (iOS)-checkManifestLockResult.txt",
  338. );
  339. runOnlyForDeploymentPostprocessing = 0;
  340. shellPath = /bin/sh;
  341. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  342. showEnvVarsInLog = 0;
  343. };
  344. 33C73C0F02D22A5D08069738 /* [CP] Copy Pods Resources */ = {
  345. isa = PBXShellScriptBuildPhase;
  346. buildActionMask = 2147483647;
  347. files = (
  348. );
  349. inputFileListPaths = (
  350. "${PODS_ROOT}/Target Support Files/Pods-DaysUntilBirthdayForPod (macOS)/Pods-DaysUntilBirthdayForPod (macOS)-resources-${CONFIGURATION}-input-files.xcfilelist",
  351. );
  352. name = "[CP] Copy Pods Resources";
  353. outputFileListPaths = (
  354. "${PODS_ROOT}/Target Support Files/Pods-DaysUntilBirthdayForPod (macOS)/Pods-DaysUntilBirthdayForPod (macOS)-resources-${CONFIGURATION}-output-files.xcfilelist",
  355. );
  356. runOnlyForDeploymentPostprocessing = 0;
  357. shellPath = /bin/sh;
  358. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DaysUntilBirthdayForPod (macOS)/Pods-DaysUntilBirthdayForPod (macOS)-resources.sh\"\n";
  359. showEnvVarsInLog = 0;
  360. };
  361. 6D82046AD9FB6398BEEE6E1E /* [CP] Copy Pods Resources */ = {
  362. isa = PBXShellScriptBuildPhase;
  363. buildActionMask = 2147483647;
  364. files = (
  365. );
  366. inputFileListPaths = (
  367. "${PODS_ROOT}/Target Support Files/Pods-DaysUntilBirthdayForPod (iOS)/Pods-DaysUntilBirthdayForPod (iOS)-resources-${CONFIGURATION}-input-files.xcfilelist",
  368. );
  369. name = "[CP] Copy Pods Resources";
  370. outputFileListPaths = (
  371. "${PODS_ROOT}/Target Support Files/Pods-DaysUntilBirthdayForPod (iOS)/Pods-DaysUntilBirthdayForPod (iOS)-resources-${CONFIGURATION}-output-files.xcfilelist",
  372. );
  373. runOnlyForDeploymentPostprocessing = 0;
  374. shellPath = /bin/sh;
  375. shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-DaysUntilBirthdayForPod (iOS)/Pods-DaysUntilBirthdayForPod (iOS)-resources.sh\"\n";
  376. showEnvVarsInLog = 0;
  377. };
  378. CCB20D28DCF2C72343E30583 /* [CP] Check Pods Manifest.lock */ = {
  379. isa = PBXShellScriptBuildPhase;
  380. buildActionMask = 2147483647;
  381. files = (
  382. );
  383. inputFileListPaths = (
  384. );
  385. inputPaths = (
  386. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  387. "${PODS_ROOT}/Manifest.lock",
  388. );
  389. name = "[CP] Check Pods Manifest.lock";
  390. outputFileListPaths = (
  391. );
  392. outputPaths = (
  393. "$(DERIVED_FILE_DIR)/Pods-DaysUntilBirthdayForPod (macOS)-checkManifestLockResult.txt",
  394. );
  395. runOnlyForDeploymentPostprocessing = 0;
  396. shellPath = /bin/sh;
  397. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  398. showEnvVarsInLog = 0;
  399. };
  400. /* End PBXShellScriptBuildPhase section */
  401. /* Begin PBXSourcesBuildPhase section */
  402. 7345ACFB2703D9470020AFB1 /* Sources */ = {
  403. isa = PBXSourcesBuildPhase;
  404. buildActionMask = 2147483647;
  405. files = (
  406. 739FCC48270E659A00C92042 /* Birthday.swift in Sources */,
  407. 739FCC46270E467600C92042 /* BirthdayView.swift in Sources */,
  408. 7345AD1B2703D9C30020AFB1 /* SignInView.swift in Sources */,
  409. 7345AD212703D9C30020AFB1 /* GoogleSignInAuthenticator.swift in Sources */,
  410. 7345AD232703D9C30020AFB1 /* UserProfileImageLoader.swift in Sources */,
  411. 7345AD1E2703D9C30020AFB1 /* UserProfileImageView.swift in Sources */,
  412. 736F49BC270E102C00580053 /* BirthdayViewModel.swift in Sources */,
  413. 736F49BA270E05E200580053 /* BirthdayLoader.swift in Sources */,
  414. 7345AD242703D9C30020AFB1 /* UserProfileView.swift in Sources */,
  415. 7345AD202703D9C30020AFB1 /* AuthenticationViewModel.swift in Sources */,
  416. 7345AD052703D9470020AFB1 /* ContentView.swift in Sources */,
  417. 7345AD032703D9470020AFB1 /* DaysUntilBirthday.swift in Sources */,
  418. );
  419. runOnlyForDeploymentPostprocessing = 0;
  420. };
  421. FE71737C27ECFAF400910319 /* Sources */ = {
  422. isa = PBXSourcesBuildPhase;
  423. buildActionMask = 2147483647;
  424. files = (
  425. 73DB41912805FBFD0028B8D3 /* SignInView.swift in Sources */,
  426. 73DB418B2805FBC40028B8D3 /* BirthdayLoader.swift in Sources */,
  427. 73DB418D2805FBD00028B8D3 /* AuthenticationViewModel.swift in Sources */,
  428. 73DB418F2805FBF50028B8D3 /* ContentView.swift in Sources */,
  429. 73DB418C2805FBC80028B8D3 /* UserProfileImageLoader.swift in Sources */,
  430. 73DB418E2805FBD40028B8D3 /* BirthdayViewModel.swift in Sources */,
  431. 73DB41952805FC5F0028B8D3 /* Birthday.swift in Sources */,
  432. 73DB418A2805FBC00028B8D3 /* GoogleSignInAuthenticator.swift in Sources */,
  433. 73DB41932805FC3B0028B8D3 /* UserProfileView.swift in Sources */,
  434. 73DB41892805FBA90028B8D3 /* DaysUntilBirthday.swift in Sources */,
  435. 73DB41902805FBF90028B8D3 /* BirthdayView.swift in Sources */,
  436. 73DB41922805FC010028B8D3 /* UserProfileImageView.swift in Sources */,
  437. );
  438. runOnlyForDeploymentPostprocessing = 0;
  439. };
  440. /* End PBXSourcesBuildPhase section */
  441. /* Begin XCBuildConfiguration section */
  442. 7345AD0C2703D9480020AFB1 /* Debug */ = {
  443. isa = XCBuildConfiguration;
  444. buildSettings = {
  445. ALWAYS_SEARCH_USER_PATHS = NO;
  446. ASSETCATALOG_COMPILER_APPICON_NAME = "";
  447. ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
  448. CLANG_ANALYZER_NONNULL = YES;
  449. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  450. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  451. CLANG_CXX_LIBRARY = "libc++";
  452. CLANG_ENABLE_MODULES = YES;
  453. CLANG_ENABLE_OBJC_ARC = YES;
  454. CLANG_ENABLE_OBJC_WEAK = YES;
  455. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  456. CLANG_WARN_BOOL_CONVERSION = YES;
  457. CLANG_WARN_COMMA = YES;
  458. CLANG_WARN_CONSTANT_CONVERSION = YES;
  459. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  460. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  461. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  462. CLANG_WARN_EMPTY_BODY = YES;
  463. CLANG_WARN_ENUM_CONVERSION = YES;
  464. CLANG_WARN_INFINITE_RECURSION = YES;
  465. CLANG_WARN_INT_CONVERSION = YES;
  466. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  467. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  468. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  469. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  470. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  471. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  472. CLANG_WARN_STRICT_PROTOTYPES = YES;
  473. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  474. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  475. CLANG_WARN_UNREACHABLE_CODE = YES;
  476. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  477. COPY_PHASE_STRIP = NO;
  478. DEBUG_INFORMATION_FORMAT = dwarf;
  479. ENABLE_STRICT_OBJC_MSGSEND = YES;
  480. ENABLE_TESTABILITY = YES;
  481. GCC_C_LANGUAGE_STANDARD = gnu11;
  482. GCC_DYNAMIC_NO_PIC = NO;
  483. GCC_NO_COMMON_BLOCKS = YES;
  484. GCC_OPTIMIZATION_LEVEL = 0;
  485. GCC_PREPROCESSOR_DEFINITIONS = (
  486. "DEBUG=1",
  487. "$(inherited)",
  488. );
  489. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  490. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  491. GCC_WARN_UNDECLARED_SELECTOR = YES;
  492. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  493. GCC_WARN_UNUSED_FUNCTION = YES;
  494. GCC_WARN_UNUSED_VARIABLE = YES;
  495. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  496. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  497. MTL_FAST_MATH = YES;
  498. ONLY_ACTIVE_ARCH = YES;
  499. SDKROOT = iphoneos;
  500. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  501. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  502. };
  503. name = Debug;
  504. };
  505. 7345AD0D2703D9480020AFB1 /* Release */ = {
  506. isa = XCBuildConfiguration;
  507. buildSettings = {
  508. ALWAYS_SEARCH_USER_PATHS = NO;
  509. ASSETCATALOG_COMPILER_APPICON_NAME = "";
  510. ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
  511. CLANG_ANALYZER_NONNULL = YES;
  512. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  513. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  514. CLANG_CXX_LIBRARY = "libc++";
  515. CLANG_ENABLE_MODULES = YES;
  516. CLANG_ENABLE_OBJC_ARC = YES;
  517. CLANG_ENABLE_OBJC_WEAK = YES;
  518. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  519. CLANG_WARN_BOOL_CONVERSION = YES;
  520. CLANG_WARN_COMMA = YES;
  521. CLANG_WARN_CONSTANT_CONVERSION = YES;
  522. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  523. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  524. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  525. CLANG_WARN_EMPTY_BODY = YES;
  526. CLANG_WARN_ENUM_CONVERSION = YES;
  527. CLANG_WARN_INFINITE_RECURSION = YES;
  528. CLANG_WARN_INT_CONVERSION = YES;
  529. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  530. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  531. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  532. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  533. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  534. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  535. CLANG_WARN_STRICT_PROTOTYPES = YES;
  536. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  537. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  538. CLANG_WARN_UNREACHABLE_CODE = YES;
  539. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  540. COPY_PHASE_STRIP = NO;
  541. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  542. ENABLE_NS_ASSERTIONS = NO;
  543. ENABLE_STRICT_OBJC_MSGSEND = YES;
  544. GCC_C_LANGUAGE_STANDARD = gnu11;
  545. GCC_NO_COMMON_BLOCKS = YES;
  546. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  547. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  548. GCC_WARN_UNDECLARED_SELECTOR = YES;
  549. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  550. GCC_WARN_UNUSED_FUNCTION = YES;
  551. GCC_WARN_UNUSED_VARIABLE = YES;
  552. IPHONEOS_DEPLOYMENT_TARGET = 14.5;
  553. MTL_ENABLE_DEBUG_INFO = NO;
  554. MTL_FAST_MATH = YES;
  555. SDKROOT = iphoneos;
  556. SWIFT_COMPILATION_MODE = wholemodule;
  557. SWIFT_OPTIMIZATION_LEVEL = "-O";
  558. VALIDATE_PRODUCT = YES;
  559. };
  560. name = Release;
  561. };
  562. 7345AD0F2703D9480020AFB1 /* Debug */ = {
  563. isa = XCBuildConfiguration;
  564. baseConfigurationReference = 18F5B51876E23EE864C3A489 /* Pods-DaysUntilBirthdayForPod (iOS).debug.xcconfig */;
  565. buildSettings = {
  566. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  567. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  568. CODE_SIGN_STYLE = Automatic;
  569. DEVELOPMENT_ASSET_PATHS = "\"iOS/Preview Content\"";
  570. ENABLE_PREVIEWS = YES;
  571. INFOPLIST_FILE = iOS/Info.plist;
  572. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  573. LD_RUNPATH_SEARCH_PATHS = (
  574. "$(inherited)",
  575. "@executable_path/Frameworks",
  576. );
  577. PRODUCT_BUNDLE_IDENTIFIER = com.google.DaysUntilBirthday;
  578. PRODUCT_NAME = "$(TARGET_NAME)";
  579. SWIFT_VERSION = 5.0;
  580. TARGETED_DEVICE_FAMILY = "1,2";
  581. };
  582. name = Debug;
  583. };
  584. 7345AD102703D9480020AFB1 /* Release */ = {
  585. isa = XCBuildConfiguration;
  586. baseConfigurationReference = 7542DB53C46DFA9B71387188 /* Pods-DaysUntilBirthdayForPod (iOS).release.xcconfig */;
  587. buildSettings = {
  588. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  589. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  590. CODE_SIGN_STYLE = Automatic;
  591. DEVELOPMENT_ASSET_PATHS = "\"iOS/Preview Content\"";
  592. ENABLE_PREVIEWS = YES;
  593. INFOPLIST_FILE = iOS/Info.plist;
  594. IPHONEOS_DEPLOYMENT_TARGET = 14.0;
  595. LD_RUNPATH_SEARCH_PATHS = (
  596. "$(inherited)",
  597. "@executable_path/Frameworks",
  598. );
  599. PRODUCT_BUNDLE_IDENTIFIER = com.google.DaysUntilBirthday;
  600. PRODUCT_NAME = "$(TARGET_NAME)";
  601. SWIFT_VERSION = 5.0;
  602. TARGETED_DEVICE_FAMILY = "1,2";
  603. };
  604. name = Release;
  605. };
  606. FE71738D27ECFAF600910319 /* Debug */ = {
  607. isa = XCBuildConfiguration;
  608. baseConfigurationReference = F84E43064819F374C9789E49 /* Pods-DaysUntilBirthdayForPod (macOS).debug.xcconfig */;
  609. buildSettings = {
  610. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  611. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  612. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  613. CODE_SIGN_ENTITLEMENTS = macOS/DaysUntilBirthdayOnMac.entitlements;
  614. CODE_SIGN_STYLE = Automatic;
  615. COMBINE_HIDPI_IMAGES = YES;
  616. CURRENT_PROJECT_VERSION = 1;
  617. DEVELOPMENT_ASSET_PATHS = "\"macOS/Preview Content\"";
  618. ENABLE_PREVIEWS = YES;
  619. GENERATE_INFOPLIST_FILE = YES;
  620. INFOPLIST_FILE = macOS/Info.plist;
  621. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  622. LD_RUNPATH_SEARCH_PATHS = (
  623. "$(inherited)",
  624. "@executable_path/../Frameworks",
  625. );
  626. MACOSX_DEPLOYMENT_TARGET = 11.0;
  627. MARKETING_VERSION = 1.0;
  628. PRODUCT_BUNDLE_IDENTIFIER = Google.DaysUntilBirthdayOnMac;
  629. PRODUCT_NAME = "$(TARGET_NAME)";
  630. SDKROOT = macosx;
  631. SWIFT_EMIT_LOC_STRINGS = YES;
  632. SWIFT_VERSION = 5.0;
  633. };
  634. name = Debug;
  635. };
  636. FE71738E27ECFAF600910319 /* Release */ = {
  637. isa = XCBuildConfiguration;
  638. baseConfigurationReference = 5CF615341A61D92D89389D44 /* Pods-DaysUntilBirthdayForPod (macOS).release.xcconfig */;
  639. buildSettings = {
  640. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  641. ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
  642. CLANG_CXX_LANGUAGE_STANDARD = "gnu++17";
  643. CODE_SIGN_ENTITLEMENTS = macOS/DaysUntilBirthdayOnMac.entitlements;
  644. CODE_SIGN_STYLE = Automatic;
  645. COMBINE_HIDPI_IMAGES = YES;
  646. CURRENT_PROJECT_VERSION = 1;
  647. DEVELOPMENT_ASSET_PATHS = "\"macOS/Preview Content\"";
  648. ENABLE_PREVIEWS = YES;
  649. GENERATE_INFOPLIST_FILE = YES;
  650. INFOPLIST_FILE = macOS/Info.plist;
  651. INFOPLIST_KEY_NSHumanReadableCopyright = "";
  652. LD_RUNPATH_SEARCH_PATHS = (
  653. "$(inherited)",
  654. "@executable_path/../Frameworks",
  655. );
  656. MACOSX_DEPLOYMENT_TARGET = 11.0;
  657. MARKETING_VERSION = 1.0;
  658. PRODUCT_BUNDLE_IDENTIFIER = Google.DaysUntilBirthdayOnMac;
  659. PRODUCT_NAME = "$(TARGET_NAME)";
  660. SDKROOT = macosx;
  661. SWIFT_EMIT_LOC_STRINGS = YES;
  662. SWIFT_VERSION = 5.0;
  663. };
  664. name = Release;
  665. };
  666. /* End XCBuildConfiguration section */
  667. /* Begin XCConfigurationList section */
  668. 7345ACFA2703D9470020AFB1 /* Build configuration list for PBXProject "DaysUntilBirthdayForPod" */ = {
  669. isa = XCConfigurationList;
  670. buildConfigurations = (
  671. 7345AD0C2703D9480020AFB1 /* Debug */,
  672. 7345AD0D2703D9480020AFB1 /* Release */,
  673. );
  674. defaultConfigurationIsVisible = 0;
  675. defaultConfigurationName = Release;
  676. };
  677. 7345AD0E2703D9480020AFB1 /* Build configuration list for PBXNativeTarget "DaysUntilBirthdayForPod (iOS)" */ = {
  678. isa = XCConfigurationList;
  679. buildConfigurations = (
  680. 7345AD0F2703D9480020AFB1 /* Debug */,
  681. 7345AD102703D9480020AFB1 /* Release */,
  682. );
  683. defaultConfigurationIsVisible = 0;
  684. defaultConfigurationName = Release;
  685. };
  686. FE71738C27ECFAF600910319 /* Build configuration list for PBXNativeTarget "DaysUntilBirthdayForPod (macOS)" */ = {
  687. isa = XCConfigurationList;
  688. buildConfigurations = (
  689. FE71738D27ECFAF600910319 /* Debug */,
  690. FE71738E27ECFAF600910319 /* Release */,
  691. );
  692. defaultConfigurationIsVisible = 0;
  693. defaultConfigurationName = Release;
  694. };
  695. /* End XCConfigurationList section */
  696. };
  697. rootObject = 7345ACF72703D9470020AFB1 /* Project object */;
  698. }