From f01d44b5476bd86b377943daeed7eee0b1b5bf18 Mon Sep 17 00:00:00 2001 From: Laurent Date: Tue, 21 Feb 2023 19:49:59 +0100 Subject: [PATCH] Fixes build issues --- LeCountdown/AppDelegate.swift | 2 +- LeCountdown/SiriIntents.intentdefinition | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/LeCountdown/AppDelegate.swift b/LeCountdown/AppDelegate.swift index 23f0e9c..eba54b4 100644 --- a/LeCountdown/AppDelegate.swift +++ b/LeCountdown/AppDelegate.swift @@ -13,7 +13,7 @@ class AppDelegate : NSObject, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey : Any]? = nil) -> Bool { UNUserNotificationCenter.current().delegate = self - Conductor.maestro.cleanupCountdowns() + Conductor.maestro.cleanup() return true } diff --git a/LeCountdown/SiriIntents.intentdefinition b/LeCountdown/SiriIntents.intentdefinition index 8d5a7c3..ca40c31 100644 --- a/LeCountdown/SiriIntents.intentdefinition +++ b/LeCountdown/SiriIntents.intentdefinition @@ -37,6 +37,10 @@ INIntentParameterCombinationSupportsBackgroundExecution + INIntentParameterCombinationTitle + Launch your timer + INIntentParameterCombinationTitleID + PE02Dd INIntentParameterCombinationUpdatesLinked @@ -53,6 +57,10 @@ INIntentParameterCombinationSupportsBackgroundExecution + INIntentParameterCombinationTitle + Launch your timer + INIntentParameterCombinationTitleID + JfqtH6 INIntentParameters @@ -83,6 +91,10 @@ INIntentParameterPromptDialogCustom + INIntentParameterPromptDialogFormatString + This is the mandatory prompt for your ${timer} + INIntentParameterPromptDialogFormatStringID + 6ZcaR8 INIntentParameterPromptDialogType Primary