summaryrefslogtreecommitdiff
path: root/Sora/Info.plist
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-11 05:47:51 -0700
committerFuwn <[email protected]>2025-06-11 05:47:51 -0700
commitcde05456a79ca64b4af81f1cfc313bbd58e94a8a (patch)
tree0fe6eb50d86df228d7bf53940a3991d725abbb1a /Sora/Info.plist
parentfeat: Development commit (diff)
downloadsora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.tar.xz
sora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.zip
feat: Development commit
Diffstat (limited to 'Sora/Info.plist')
-rw-r--r--Sora/Info.plist17
1 files changed, 0 insertions, 17 deletions
diff --git a/Sora/Info.plist b/Sora/Info.plist
deleted file mode 100644
index 79622d0..0000000
--- a/Sora/Info.plist
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-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&apos;s photo library to use the image-saving feature.</string>
- <key>CFBundleIconFile</key>
- <string>AppIcon.icns</string>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
-</dict>
-</plist>