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>
<dict>
<key>IntentsRestrictedWhileLocked</key>
<array/>
<array>
<string>SyncRepositoryIntent</string>
</array>
<key>IntentsRestrictedWhileProtectedDataUnavailable</key>
<array/>
<array>
<string>SyncRepositoryIntent</string>
</array>
<key>IntentsSupported</key>
<array>
<string>SyncRepositoryIntent</string>