diff options
| author | Fuwn <[email protected]> | 2025-02-26 23:00:37 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-26 23:00:37 -0800 |
| commit | a8ef38a8d17ca8b61a90a25a6c937098db49f83e (patch) | |
| tree | 5fca34efb9330ade1f2cbb2f4e752c3d31e0e689 /Sora/Info.plist | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-a8ef38a8d17ca8b61a90a25a6c937098db49f83e.tar.xz sora-testing-a8ef38a8d17ca8b61a90a25a6c937098db49f83e.zip | |
feat: Development commit
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> |