|
|
|
|
@ -126,6 +126,7 @@ |
|
|
|
|
C4742B59298411E800D5D950 /* CountdownFormView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4742B58298411E800D5D950 /* CountdownFormView.swift */; }; |
|
|
|
|
C4742B5B298414B000D5D950 /* ImageSelectionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4742B5A298414B000D5D950 /* ImageSelectionView.swift */; }; |
|
|
|
|
C4742B5F2984205000D5D950 /* ViewModifiers.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4742B5E2984205000D5D950 /* ViewModifiers.swift */; }; |
|
|
|
|
C47A9AF32AD1B32C00618A50 /* URLs.swift in Sources */ = {isa = PBXBuildFile; fileRef = C47A9AF22AD1B32C00618A50 /* URLs.swift */; }; |
|
|
|
|
C47C933529F01B5E00C780E2 /* FileLogger.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4556F6A29E40B7800DEB40B /* FileLogger.swift */; }; |
|
|
|
|
C47C933629F01B6600C780E2 /* FileUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4556F6E29E40BED00DEB40B /* FileUtils.swift */; }; |
|
|
|
|
C47C933729F01B7A00C780E2 /* Codable+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4556F7029E40DCF00DEB40B /* Codable+Extensions.swift */; }; |
|
|
|
|
@ -434,6 +435,7 @@ |
|
|
|
|
C4742B58298411E800D5D950 /* CountdownFormView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountdownFormView.swift; sourceTree = "<group>"; }; |
|
|
|
|
C4742B5A298414B000D5D950 /* ImageSelectionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ImageSelectionView.swift; sourceTree = "<group>"; }; |
|
|
|
|
C4742B5E2984205000D5D950 /* ViewModifiers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ViewModifiers.swift; sourceTree = "<group>"; }; |
|
|
|
|
C47A9AF22AD1B32C00618A50 /* URLs.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = URLs.swift; sourceTree = "<group>"; }; |
|
|
|
|
C47C933829F13BD100C780E2 /* AppleMusicPickerView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppleMusicPickerView.swift; sourceTree = "<group>"; }; |
|
|
|
|
C47C933C29F13DBD00C780E2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
|
|
|
|
C48940DD2AC307860086F4FA /* GoogleService-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "GoogleService-Info.plist"; sourceTree = "<group>"; }; |
|
|
|
|
@ -779,6 +781,7 @@ |
|
|
|
|
C4060DF4297AE9A7003FAB80 /* TimeInterval+Extensions.swift */, |
|
|
|
|
C473C33B29ACEC4F0056B38A /* Tip.swift */, |
|
|
|
|
C4BA2B7829A65C1400CB4FBA /* UIDevice+Extensions.swift */, |
|
|
|
|
C47A9AF22AD1B32C00618A50 /* URLs.swift */, |
|
|
|
|
); |
|
|
|
|
path = Utils; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
@ -1349,6 +1352,7 @@ |
|
|
|
|
C4F8B17A298AC234005C86A5 /* Countdown+CoreDataClass.swift in Sources */, |
|
|
|
|
C42E970229E6B32B005B1B8C /* CalendarView.swift in Sources */, |
|
|
|
|
C4BA2B0F299BE61E00CB4FBA /* Interval+CoreDataClass.swift in Sources */, |
|
|
|
|
C47A9AF32AD1B32C00618A50 /* URLs.swift in Sources */, |
|
|
|
|
C4F8B164298A9A92005C86A5 /* AlarmFormView.swift in Sources */, |
|
|
|
|
C4286EB02A1B75AB0070D075 /* BoringContext.swift in Sources */, |
|
|
|
|
C40FDB622992985C0042A390 /* TextToSpeechRecorder.swift in Sources */, |
|
|
|
|
|