summaryrefslogtreecommitdiff
path: root/Sora/Info.plist
blob: 79622d04312046513dc99dbc865db8f64a4303b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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>