Update iOS access permissions descriptions

This commit is contained in:
Igor Kulikov
2021-11-11 10:56:45 +02:00
parent ab0c05d2ec
commit e71c41c394
2 changed files with 8 additions and 8 deletions

View File

@@ -42,13 +42,13 @@
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<false/> <false/>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>
<string>May need camera access to scan QrCode or take photo in scope of dashboard widget actions.</string> <string>Scan QrCode or take photos using your camera.</string>
<key>NSPhotoLibraryUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>May need photo library access in scope of `Take photo` widget action.</string> <string>Access photo library to take existing photos.</string>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string>May need device location access in scope of `Set location` widget action.</string> <string>Get location to place the device on a map.</string>
<key>NSLocationAlwaysUsageDescription</key> <key>NSLocationAlwaysUsageDescription</key>
<string>May need device location access in scope of `Set location` widget action.</string> <string>Get location to place the device on a map.</string>
<key>NSAppTransportSecurity</key> <key>NSAppTransportSecurity</key>
<dict> <dict>
<key>NSAllowsArbitraryLoads</key> <key>NSAllowsArbitraryLoads</key>

View File

@@ -42,12 +42,12 @@
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<false/> <false/>
<key>NSCameraUsageDescription</key> <key>NSCameraUsageDescription</key>
<string>May need camera access to scan QrCode or take photo in scope of dashboard widget actions.</string> <string>Scan QrCode or take photos using your camera.</string>
<key>NSPhotoLibraryUsageDescription</key> <key>NSPhotoLibraryUsageDescription</key>
<string>May need photo library access in scope of `Take photo` widget action.</string> <string>Access photo library to take existing photos.</string>
<key>NSLocationWhenInUseUsageDescription</key> <key>NSLocationWhenInUseUsageDescription</key>
<string>May need device location access in scope of `Set location` widget action.</string> <string>Get location to place the device on a map.</string>
<key>NSLocationAlwaysUsageDescription</key> <key>NSLocationAlwaysUsageDescription</key>
<string>May need device location access in scope of `Set location` widget action.</string> <string>Get location to place the device on a map.</string>
</dict> </dict>
</plist> </plist>