|
|
|
|
@ -31,7 +31,7 @@ |
|
|
|
|
C438C7E02981216300BF3EF9 /* LaunchWidget.intentdefinition in Sources */ = {isa = PBXBuildFile; fileRef = C438C7DB2981216200BF3EF9 /* LaunchWidget.intentdefinition */; }; |
|
|
|
|
C438C7E32981216300BF3EF9 /* LaunchWidgetExtension.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = C438C7CE2981216200BF3EF9 /* LaunchWidgetExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
|
|
|
|
C438C7E82981255D00BF3EF9 /* TimeInterval+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DF4297AE9A7003FAB80 /* TimeInterval+Extensions.swift */; }; |
|
|
|
|
C438C7EB2981266F00BF3EF9 /* CountdownView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7E92981260D00BF3EF9 /* CountdownView.swift */; }; |
|
|
|
|
C438C7EB2981266F00BF3EF9 /* SingleCountdownView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7E92981260D00BF3EF9 /* SingleCountdownView.swift */; }; |
|
|
|
|
C438C7F229812BB200BF3EF9 /* Intents.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = C438C7F129812BB200BF3EF9 /* Intents.framework */; }; |
|
|
|
|
C438C7F529812BB200BF3EF9 /* IntentHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7F429812BB200BF3EF9 /* IntentHandler.swift */; }; |
|
|
|
|
C438C7F929812BB200BF3EF9 /* LaunchIntents.appex in Embed Foundation Extensions */ = {isa = PBXBuildFile; fileRef = C438C7F029812BB200BF3EF9 /* LaunchIntents.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; }; |
|
|
|
|
@ -127,7 +127,7 @@ |
|
|
|
|
C438C7DB2981216200BF3EF9 /* LaunchWidget.intentdefinition */ = {isa = PBXFileReference; lastKnownFileType = file.intentdefinition; path = LaunchWidget.intentdefinition; sourceTree = "<group>"; }; |
|
|
|
|
C438C7DC2981216300BF3EF9 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; }; |
|
|
|
|
C438C7DE2981216300BF3EF9 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; }; |
|
|
|
|
C438C7E92981260D00BF3EF9 /* CountdownView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CountdownView.swift; sourceTree = "<group>"; }; |
|
|
|
|
C438C7E92981260D00BF3EF9 /* SingleCountdownView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SingleCountdownView.swift; sourceTree = "<group>"; }; |
|
|
|
|
C438C7F029812BB200BF3EF9 /* LaunchIntents.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = LaunchIntents.appex; sourceTree = BUILT_PRODUCTS_DIR; }; |
|
|
|
|
C438C7F129812BB200BF3EF9 /* Intents.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Intents.framework; path = System/Library/Frameworks/Intents.framework; sourceTree = SDKROOT; }; |
|
|
|
|
C438C7F429812BB200BF3EF9 /* IntentHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IntentHandler.swift; sourceTree = "<group>"; }; |
|
|
|
|
@ -267,7 +267,7 @@ |
|
|
|
|
C438C7D52981216200BF3EF9 /* LaunchWidgetBundle.swift */, |
|
|
|
|
C438C7D72981216200BF3EF9 /* LaunchWidgetLiveActivity.swift */, |
|
|
|
|
C438C7D92981216200BF3EF9 /* LaunchWidget.swift */, |
|
|
|
|
C438C7E92981260D00BF3EF9 /* CountdownView.swift */, |
|
|
|
|
C438C7E92981260D00BF3EF9 /* SingleCountdownView.swift */, |
|
|
|
|
C438C7DB2981216200BF3EF9 /* LaunchWidget.intentdefinition */, |
|
|
|
|
C438C7DC2981216300BF3EF9 /* Assets.xcassets */, |
|
|
|
|
C438C7DE2981216300BF3EF9 /* Info.plist */, |
|
|
|
|
@ -553,7 +553,7 @@ |
|
|
|
|
isa = PBXSourcesBuildPhase; |
|
|
|
|
buildActionMask = 2147483647; |
|
|
|
|
files = ( |
|
|
|
|
C438C7EB2981266F00BF3EF9 /* CountdownView.swift in Sources */, |
|
|
|
|
C438C7EB2981266F00BF3EF9 /* SingleCountdownView.swift in Sources */, |
|
|
|
|
C438C7D62981216200BF3EF9 /* LaunchWidgetBundle.swift in Sources */, |
|
|
|
|
C438C8172982BE9C00BF3EF9 /* Model+Extensions.swift in Sources */, |
|
|
|
|
C438C8162982BE1E00BF3EF9 /* LeCountdown.xcdatamodeld in Sources */, |
|
|
|
|
|