diff options
Diffstat (limited to 'Sora/Info.plist')
| -rw-r--r-- | Sora/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Sora/Info.plist b/Sora/Info.plist index 4674f0c..79622d0 100644 --- a/Sora/Info.plist +++ b/Sora/Info.plist @@ -2,6 +2,8 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>NSUserNotificationsUsageDescription</key> + <string>Sora must be able to access permissions to inform users of successful saved image operations.</string> <key>NSPhotoLibraryAddUsageDescription</key> <string>Sora must be able to access permissions to write photos to the user's photo library to use the image-saving feature.</string> <key>CFBundleIconFile</key> |