|
|
|
|
@ -45,6 +45,12 @@ |
|
|
|
|
C438C80D2982847300BF3EF9 /* CoreDataRequests.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C80C2982847300BF3EF9 /* CoreDataRequests.swift */; }; |
|
|
|
|
C438C80F29828B8600BF3EF9 /* RecordsView.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C80E29828B8600BF3EF9 /* RecordsView.swift */; }; |
|
|
|
|
C438C81129829EAF00BF3EF9 /* PropertyWrappers.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C81029829EAF00BF3EF9 /* PropertyWrappers.swift */; }; |
|
|
|
|
C438C8152982BD9000BF3EF9 /* IntentDataProvider.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7FE2981300500BF3EF9 /* IntentDataProvider.swift */; }; |
|
|
|
|
C438C8162982BE1E00BF3EF9 /* LeCountdown.xcdatamodeld in Sources */ = {isa = PBXBuildFile; fileRef = C4060DCA297AE73D003FAB80 /* LeCountdown.xcdatamodeld */; }; |
|
|
|
|
C438C8172982BE9C00BF3EF9 /* Model+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C806298195E600BF3EF9 /* Model+Extensions.swift */; }; |
|
|
|
|
C438C8182982BFC100BF3EF9 /* Persistence.swift in Sources */ = {isa = PBXBuildFile; fileRef = C4060DC8297AE73D003FAB80 /* Persistence.swift */; }; |
|
|
|
|
C438C8192982BFDB00BF3EF9 /* NSManagedContext+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7C4298024E900BF3EF9 /* NSManagedContext+Extensions.swift */; }; |
|
|
|
|
C438C81A2982BFF100BF3EF9 /* NSManagedContext+Extensions.swift in Sources */ = {isa = PBXBuildFile; fileRef = C438C7C4298024E900BF3EF9 /* NSManagedContext+Extensions.swift */; }; |
|
|
|
|
/* End PBXBuildFile section */ |
|
|
|
|
|
|
|
|
|
/* Begin PBXContainerItemProxy section */ |
|
|
|
|
@ -133,6 +139,7 @@ |
|
|
|
|
C438C80C2982847300BF3EF9 /* CoreDataRequests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CoreDataRequests.swift; sourceTree = "<group>"; }; |
|
|
|
|
C438C80E29828B8600BF3EF9 /* RecordsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = RecordsView.swift; sourceTree = "<group>"; }; |
|
|
|
|
C438C81029829EAF00BF3EF9 /* PropertyWrappers.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PropertyWrappers.swift; sourceTree = "<group>"; }; |
|
|
|
|
C438C8122982BAA100BF3EF9 /* LaunchWidgetExtension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = LaunchWidgetExtension.entitlements; sourceTree = "<group>"; }; |
|
|
|
|
/* End PBXFileReference section */ |
|
|
|
|
|
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */ |
|
|
|
|
@ -180,6 +187,7 @@ |
|
|
|
|
C4060DB3297AE73B003FAB80 = { |
|
|
|
|
isa = PBXGroup; |
|
|
|
|
children = ( |
|
|
|
|
C438C8122982BAA100BF3EF9 /* LaunchWidgetExtension.entitlements */, |
|
|
|
|
C4060DBE297AE73B003FAB80 /* LeCountdown */, |
|
|
|
|
C4060DD5297AE73D003FAB80 /* LeCountdownTests */, |
|
|
|
|
C4060DDF297AE73D003FAB80 /* LeCountdownUITests */, |
|
|
|
|
@ -549,10 +557,15 @@ |
|
|
|
|
files = ( |
|
|
|
|
C438C7EB2981266F00BF3EF9 /* CountdownView.swift in Sources */, |
|
|
|
|
C438C7D62981216200BF3EF9 /* LaunchWidgetBundle.swift in Sources */, |
|
|
|
|
C438C8172982BE9C00BF3EF9 /* Model+Extensions.swift in Sources */, |
|
|
|
|
C438C8162982BE1E00BF3EF9 /* LeCountdown.xcdatamodeld in Sources */, |
|
|
|
|
C438C8152982BD9000BF3EF9 /* IntentDataProvider.swift in Sources */, |
|
|
|
|
C438C7DF2981216300BF3EF9 /* LaunchWidget.intentdefinition in Sources */, |
|
|
|
|
C438C7E82981255D00BF3EF9 /* TimeInterval+Extensions.swift in Sources */, |
|
|
|
|
C438C7D82981216200BF3EF9 /* LaunchWidgetLiveActivity.swift in Sources */, |
|
|
|
|
C438C8192982BFDB00BF3EF9 /* NSManagedContext+Extensions.swift in Sources */, |
|
|
|
|
C438C7DA2981216200BF3EF9 /* LaunchWidget.swift in Sources */, |
|
|
|
|
C438C8182982BFC100BF3EF9 /* Persistence.swift in Sources */, |
|
|
|
|
); |
|
|
|
|
runOnlyForDeploymentPostprocessing = 0; |
|
|
|
|
}; |
|
|
|
|
@ -563,6 +576,7 @@ |
|
|
|
|
C438C7F529812BB200BF3EF9 /* IntentHandler.swift in Sources */, |
|
|
|
|
C438C80529813FB400BF3EF9 /* TimeInterval+Extensions.swift in Sources */, |
|
|
|
|
C438C802298132B900BF3EF9 /* LeCountdown.xcdatamodeld in Sources */, |
|
|
|
|
C438C81A2982BFF100BF3EF9 /* NSManagedContext+Extensions.swift in Sources */, |
|
|
|
|
C438C8012981327600BF3EF9 /* Persistence.swift in Sources */, |
|
|
|
|
C438C7FD29812BF700BF3EF9 /* LaunchWidget.intentdefinition in Sources */, |
|
|
|
|
C438C800298130E900BF3EF9 /* IntentDataProvider.swift in Sources */, |
|
|
|
|
@ -723,7 +737,6 @@ |
|
|
|
|
ENABLE_PREVIEWS = YES; |
|
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
|
INFOPLIST_FILE = LeCountdown/Info.plist; |
|
|
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
|
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
|
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
|
|
|
@ -755,7 +768,6 @@ |
|
|
|
|
ENABLE_PREVIEWS = YES; |
|
|
|
|
GENERATE_INFOPLIST_FILE = YES; |
|
|
|
|
INFOPLIST_FILE = LeCountdown/Info.plist; |
|
|
|
|
INFOPLIST_KEY_UIApplicationSceneManifest_Generation = YES; |
|
|
|
|
INFOPLIST_KEY_UIApplicationSupportsIndirectInputEvents = YES; |
|
|
|
|
INFOPLIST_KEY_UILaunchScreen_Generation = YES; |
|
|
|
|
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPad = "UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight"; |
|
|
|
|
@ -854,6 +866,7 @@ |
|
|
|
|
buildSettings = { |
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
|
|
|
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
|
|
|
|
CODE_SIGN_ENTITLEMENTS = LaunchWidgetExtension.entitlements; |
|
|
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
|
|
CURRENT_PROJECT_VERSION = 1; |
|
|
|
|
DEVELOPMENT_TEAM = 526E96RFNP; |
|
|
|
|
@ -881,6 +894,7 @@ |
|
|
|
|
buildSettings = { |
|
|
|
|
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; |
|
|
|
|
ASSETCATALOG_COMPILER_WIDGET_BACKGROUND_COLOR_NAME = WidgetBackground; |
|
|
|
|
CODE_SIGN_ENTITLEMENTS = LaunchWidgetExtension.entitlements; |
|
|
|
|
CODE_SIGN_STYLE = Automatic; |
|
|
|
|
CURRENT_PROJECT_VERSION = 1; |
|
|
|
|
DEVELOPMENT_TEAM = 526E96RFNP; |
|
|
|
|
|