diff options
Diffstat (limited to 'Sora/Info.plist')
| -rw-r--r-- | Sora/Info.plist | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Sora/Info.plist b/Sora/Info.plist new file mode 100644 index 0000000..679be16 --- /dev/null +++ b/Sora/Info.plist @@ -0,0 +1,13 @@ +<?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>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>NSAppTransportSecurity</key> + <dict> + <key>NSAllowsArbitraryLoads</key> + <true/> + </dict> +</dict> +</plist> |