project.pbxproj 21 KB

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