Skip to content

Commit

Permalink
fix: make quick connect and disconnect intents available on iOS 17
Browse files Browse the repository at this point in the history
Jira-Id: VPNAPPL-2106
  • Loading branch information
McNight committed Feb 13, 2024
1 parent f0f94a0 commit 34a5c9b
Showing 1 changed file with 35 additions and 3 deletions.
38 changes: 35 additions & 3 deletions apps/ios/Siri Shortcut Handler/Intents.intentdefinition
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,36 @@
<key>INIntentDefinitionNamespace</key>
<string>kbrLjS</string>
<key>INIntentDefinitionSystemVersion</key>
<string>21E230</string>
<string>23C64</string>
<key>INIntentDefinitionToolsBuildVersion</key>
<string>13E113</string>
<string>15A507</string>
<key>INIntentDefinitionToolsVersion</key>
<string>13.3</string>
<string>15.0.1</string>
<key>INIntents</key>
<array>
<dict>
<key>INIntentCategory</key>
<string>generic</string>
<key>INIntentConfigurable</key>
<true/>
<key>INIntentDescription</key>
<string>Connect to Proton VPN</string>
<key>INIntentDescriptionID</key>
<string>jf696t</string>
<key>INIntentManagedParameterCombinations</key>
<dict>
<key></key>
<dict>
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
<true/>
<key>INIntentParameterCombinationTitle</key>
<string>Quick Connect</string>
<key>INIntentParameterCombinationTitleID</key>
<string>8tZ81X</string>
<key>INIntentParameterCombinationUpdatesLinked</key>
<true/>
</dict>
</dict>
<key>INIntentName</key>
<string>QuickConnect</string>
<key>INIntentParameterCombinations</key>
Expand Down Expand Up @@ -67,10 +83,26 @@
<dict>
<key>INIntentCategory</key>
<string>generic</string>
<key>INIntentConfigurable</key>
<true/>
<key>INIntentDescription</key>
<string>Disconnect from Proton VPN</string>
<key>INIntentDescriptionID</key>
<string>ksQcRb</string>
<key>INIntentManagedParameterCombinations</key>
<dict>
<key></key>
<dict>
<key>INIntentParameterCombinationSupportsBackgroundExecution</key>
<true/>
<key>INIntentParameterCombinationTitle</key>
<string>Disconnect</string>
<key>INIntentParameterCombinationTitleID</key>
<string>1l8xNj</string>
<key>INIntentParameterCombinationUpdatesLinked</key>
<true/>
</dict>
</dict>
<key>INIntentName</key>
<string>Disconnect</string>
<key>INIntentParameterCombinations</key>
Expand Down

0 comments on commit 34a5c9b

Please sign in to comment.