diff options
| author | Fuwn <[email protected]> | 2025-06-11 05:47:51 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-11 05:47:51 -0700 |
| commit | cde05456a79ca64b4af81f1cfc313bbd58e94a8a (patch) | |
| tree | 0fe6eb50d86df228d7bf53940a3991d725abbb1a /Sora | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.tar.xz sora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.zip | |
feat: Development commit
Diffstat (limited to 'Sora')
| -rw-r--r-- | Sora/Info.plist | 17 | ||||
| -rw-r--r-- | Sora/Sora.entitlements | 18 |
2 files changed, 0 insertions, 35 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'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> diff --git a/Sora/Sora.entitlements b/Sora/Sora.entitlements deleted file mode 100644 index e06fcf4..0000000 --- a/Sora/Sora.entitlements +++ /dev/null @@ -1,18 +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>com.apple.developer.ubiquity-kvstore-identifier</key> - <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string> - <key>com.apple.security.app-sandbox</key> - <true/> - <key>com.apple.security.assets.pictures.read-write</key> - <true/> - <key>com.apple.security.files.user-selected.read-write</key> - <true/> - <key>com.apple.security.network.client</key> - <true/> - <key>com.apple.security.personal-information.photos-library</key> - <true/> -</dict> -</plist> |