Mark shortcut as restricted in case the device is locked

This commit is contained in:
Danny Moesch 2020-03-29 22:42:09 +02:00 committed by Mingshen Sun
parent da62c2544b
commit 9a688b518f

View file

@ -25,9 +25,13 @@
<key>NSExtensionAttributes</key> <key>NSExtensionAttributes</key>
<dict> <dict>
<key>IntentsRestrictedWhileLocked</key> <key>IntentsRestrictedWhileLocked</key>
<array/> <array>
<string>SyncRepositoryIntent</string>
</array>
<key>IntentsRestrictedWhileProtectedDataUnavailable</key> <key>IntentsRestrictedWhileProtectedDataUnavailable</key>
<array/> <array>
<string>SyncRepositoryIntent</string>
</array>
<key>IntentsSupported</key> <key>IntentsSupported</key>
<array> <array>
<string>SyncRepositoryIntent</string> <string>SyncRepositoryIntent</string>