|
|
|
|
@ -19,6 +19,7 @@ |
|
|
|
|
C4060DF5297AE9A7003FAB80 /* TimeInterval+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DF4297AE9A7003FAB80 /* TimeInterval+Extensions.swift */; }; |
|
|
|
|
C4060DF7297AFEF2003FAB80 /* NewCountdownView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DF6297AFEF2003FAB80 /* NewCountdownView.swift */; }; |
|
|
|
|
C40FDB622992985C0042A390 /* TextToSpeechRecorder.swift in Sources */ = {isa = PBXBuildFile; fileRef = C40FDB612992985C0042A390 /* TextToSpeechRecorder.swift */; }; |
|
|
|
|
C415D3C829BF6D360037B215 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = C415D3CA29BF6D360037B215 /* InfoPlist.strings */; }; |
|
|
|
|
C438C7C12980228B00BF3EF9 /* CountdownScheduler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7C02980228B00BF3EF9 /* CountdownScheduler.swift */; }; |
|
|
|
|
C438C7C5298024E900BF3EF9 /* NSManagedContext+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7C4298024E900BF3EF9 /* NSManagedContext+Extensions.swift */; }; |
|
|
|
|
C438C7C929803CA000BF3EF9 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7C829803CA000BF3EF9 /* AppDelegate.swift */; }; |
|
|
|
|
@ -280,6 +281,7 @@ |
|
|
|
|
C4060DF6297AFEF2003FAB80 /* NewCountdownView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NewCountdownView.swift; sourceTree = "<group>"; }; |
|
|
|
|
C40FDB612992985C0042A390 /* TextToSpeechRecorder.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextToSpeechRecorder.swift; sourceTree = "<group>"; }; |
|
|
|
|
C40FDB672993D5E80042A390 /* LeCountdown.0.4.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LeCountdown.0.4.xcdatamodel; sourceTree = "<group>"; }; |
|
|
|
|
C415D3C929BF6D360037B215 /* fr */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = fr; path = fr.lproj/InfoPlist.strings; sourceTree = "<group>"; }; |
|
|
|
|
C418A14F298428CB00C22230 /* LeCountdown.0.1.xcdatamodel */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcdatamodel; path = LeCountdown.0.1.xcdatamodel; sourceTree = "<group>"; }; |
|
|
|
|
C438C7C02980228B00BF3EF9 /* CountdownScheduler.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = CountdownScheduler.swift; sourceTree = "<group>"; }; |
|
|
|
|
C438C7C4298024E900BF3EF9 /* NSManagedContext+Extensions.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "NSManagedContext+Extensions.swift"; sourceTree = "<group>"; }; |
|
|
|
|
@ -499,6 +501,7 @@ |
|
|
|
|
C4060DC3297AE73D003FAB80 /* Assets.xcassets */, |
|
|
|
|
C438C80429813B3100BF3EF9 /* LeCountdown.entitlements */, |
|
|
|
|
C473C32A29AA330E0056B38A /* Localizable.strings */, |
|
|
|
|
C415D3CA29BF6D360037B215 /* InfoPlist.strings */, |
|
|
|
|
C4E5D66F29B753D7008E7465 /* AppShortcuts.strings */, |
|
|
|
|
C4060DCD297AE73D003FAB80 /* Info.plist */, |
|
|
|
|
C4060DC5297AE73D003FAB80 /* Preview Content */, |
|
|
|
|
@ -937,6 +940,7 @@ |
|
|
|
|
buildActionMask = 2147483647; |
|
|
|
|
files = ( |
|
|
|
|
C4060DC7297AE73D003FAB80 /* Preview Assets.xcassets in Resources */, |
|
|
|
|
C415D3C829BF6D360037B215 /* InfoPlist.strings in Resources */, |
|
|
|
|
C4BA2AEA2995AD1C00CB4FBA /* SEM_Synths_Loop4_Nothing_Like_You.wav in Resources */, |
|
|
|
|
C473C32C29AA330E0056B38A /* Localizable.strings in Resources */, |
|
|
|
|
C4E5D68229B93583008E7465 /* PVP_Stab_Oneshot_Bleep_Em.wav in Resources */, |
|
|
|
|
@ -1231,6 +1235,14 @@ |
|
|
|
|
/* End PBXTargetDependency section */ |
|
|
|
|
|
|
|
|
|
/* Begin PBXVariantGroup section */ |
|
|
|
|
C415D3CA29BF6D360037B215 /* InfoPlist.strings */ = { |
|
|
|
|
isa = PBXVariantGroup; |
|
|
|
|
children = ( |
|
|
|
|
C415D3C929BF6D360037B215 /* fr */, |
|
|
|
|
); |
|
|
|
|
name = InfoPlist.strings; |
|
|
|
|
sourceTree = "<group>"; |
|
|
|
|
}; |
|
|
|
|
C473C31C29A926F50056B38A /* LaunchWidget.intentdefinition */ = { |
|
|
|
|
isa = PBXVariantGroup; |
|
|
|
|
children = ( |
|
|
|
|
@ -1390,7 +1402,7 @@ |
|
|
|
|
ENABLE_PREVIEWS = YES; |
|
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
|
INFOPLIST_FILE = LeCountdown/Info.plist; |
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = Momo; |
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = Enchant; |
|
|
|
|
INFOPLIST_KEY_NSAppleMusicUsageDescription = NSAppleMusicUsageDescription; |
|
|
|
|
INFOPLIST_KEY_NSSupportsLiveActivities = YES; |
|
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
|
|
|
@ -1424,7 +1436,7 @@ |
|
|
|
|
ENABLE_PREVIEWS = YES; |
|
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
|
INFOPLIST_FILE = LeCountdown/Info.plist; |
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = Momo; |
|
|
|
|
INFOPLIST_KEY_CFBundleDisplayName = Enchant; |
|
|
|
|
INFOPLIST_KEY_NSAppleMusicUsageDescription = NSAppleMusicUsageDescription; |
|
|
|
|
INFOPLIST_KEY_NSSupportsLiveActivities = YES; |
|
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
|
|
|
|