Fixes build issues

release
Laurent 3 years ago
parent 515ca9fb76
commit f01d44b547
  1. 2
      LeCountdown/AppDelegate.swift
  2. 12
      LeCountdown/SiriIntents.intentdefinition

@ -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
}

@ -37,6 +37,10 @@
<dict>
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
<true/>
<key>INIntentParameterCombinationTitle</key>
<string>Launch your timer</string>
<key>INIntentParameterCombinationTitleID</key>
<string>PE02Dd</string>
<key>INIntentParameterCombinationUpdatesLinked</key>
<true/>
</dict>
@ -53,6 +57,10 @@
<true/>
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
<true/>
<key>INIntentParameterCombinationTitle</key>
<string>Launch your timer</string>
<key>INIntentParameterCombinationTitleID</key>
<string>JfqtH6</string>
</dict>
</dict>
<key>INIntentParameters</key>
@ -83,6 +91,10 @@
<dict>
<key>INIntentParameterPromptDialogCustom</key>
<true/>
<key>INIntentParameterPromptDialogFormatString</key>
<string>This is the mandatory prompt for your ${timer}</string>
<key>INIntentParameterPromptDialogFormatStringID</key>
<string>6ZcaR8</string>
<key>INIntentParameterPromptDialogType</key>
<string>Primary</string>
</dict>

Loading…
Cancel
Save