Skip to content

Commit 86cbce0

Browse files
committedMay 24, 2022
Fixed Siri Intent Error
1 parent 23207f0 commit 86cbce0

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed
 

‎Jotify/Info.plist

+4
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<true/>
3636
<key>NSFaceIDUsageDescription</key>
3737
<string>Jotify wants to use FaceID to keep your notes private.</string>
38+
<key>NSUserActivityTypes</key>
39+
<array>
40+
<string>ConfigurationIntent</string>
41+
</array>
3842
<key>UIApplicationSceneManifest</key>
3943
<dict>
4044
<key>UIApplicationSupportsMultipleScenes</key>

‎RecentNoteWidget/RecentNoteWidget.intentdefinition

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,18 @@
99
<key>INIntentDefinitionNamespace</key>
1010
<string>88xZPY</string>
1111
<key>INIntentDefinitionSystemVersion</key>
12-
<string>20A294</string>
12+
<string>21E258</string>
1313
<key>INIntentDefinitionToolsBuildVersion</key>
14-
<string>12A6144</string>
14+
<string>13F17a</string>
1515
<key>INIntentDefinitionToolsVersion</key>
16-
<string>12.0</string>
16+
<string>13.4</string>
1717
<key>INIntents</key>
1818
<array>
1919
<dict>
2020
<key>INIntentCategory</key>
2121
<string>information</string>
22+
<key>INIntentDescription</key>
23+
<string>Configuration</string>
2224
<key>INIntentDescriptionID</key>
2325
<string>tVvJ9c</string>
2426
<key>INIntentEligibleForWidgets</key>

0 commit comments

Comments
 (0)