Skip to content

Commit

Permalink
Merge pull request #105 from sparcs-kaist/bug@invalid-siri-support
Browse files Browse the repository at this point in the history
Fix invalid Siri support warning message
  • Loading branch information
sboh1214 authored Jul 23, 2023
2 parents ec77d8d + ecc9557 commit de15b6c
Showing 1 changed file with 5 additions and 23 deletions.
28 changes: 5 additions & 23 deletions ios/OTLWidgets/Configuration.intentdefinition
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@
<key>INIntentDefinitionNamespace</key>
<string>88xZPY</string>
<key>INIntentDefinitionSystemVersion</key>
<string>22E261</string>
<string>22F82</string>
<key>INIntentDefinitionToolsBuildVersion</key>
<string>14E222b</string>
<string>14E300c</string>
<key>INIntentDefinitionToolsVersion</key>
<string>14.3</string>
<string>14.3.1</string>
<key>INIntents</key>
<array>
<dict>
<key>INIntentCategory</key>
<string>information</string>
<key>INIntentDescription</key>
<string>Configuration for timetable widget settings</string>
<key>INIntentDescriptionID</key>
<string>tVvJ9c</string>
<key>INIntentEligibleForWidgets</key>
Expand Down Expand Up @@ -60,26 +62,6 @@
<key>INIntentParameterPromptDialogType</key>
<string>Primary</string>
</dict>
<dict>
<key>INIntentParameterPromptDialogCustom</key>
<true/>
<key>INIntentParameterPromptDialogFormatString</key>
<string>There are ${count} options matching ‘${nextClassTimetable}’.</string>
<key>INIntentParameterPromptDialogFormatStringID</key>
<string>CdM25P</string>
<key>INIntentParameterPromptDialogType</key>
<string>DisambiguationIntroduction</string>
</dict>
<dict>
<key>INIntentParameterPromptDialogCustom</key>
<true/>
<key>INIntentParameterPromptDialogFormatString</key>
<string>Just to confirm, you wanted ‘${nextClassTimetable}’?</string>
<key>INIntentParameterPromptDialogFormatStringID</key>
<string>jH4ilz</string>
<key>INIntentParameterPromptDialogType</key>
<string>Confirmation</string>
</dict>
</array>
<key>INIntentParameterSupportsDynamicEnumeration</key>
<true/>
Expand Down

0 comments on commit de15b6c

Please sign in to comment.