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/Sora.entitlements | |
| parent | feat: Development commit (diff) | |
| download | sora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.tar.xz sora-testing-cde05456a79ca64b4af81f1cfc313bbd58e94a8a.zip | |
feat: Development commit
Diffstat (limited to 'Sora/Sora.entitlements')
| -rw-r--r-- | Sora/Sora.entitlements | 18 |
1 files changed, 0 insertions, 18 deletions
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> |