summaryrefslogtreecommitdiff
path: root/DomainDig/Info.plist
blob: 5b0e7e61bea0dd32f01bded948c0712f21a4a358 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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>Allow ​Arbitrary ​Loads (or NSAllows​Arbitrary​Loads) </key>
	<true/>
	<key>App ​Transport ​Security ​Settings (or NSApp​Transport​Security)</key>
	<dict/>
	<key>BGTaskSchedulerPermittedIdentifiers</key>
	<array>
		<string>net.cleberg.DomainDig.monitor.refresh</string>
	</array>
	<key>CKSharingSupported</key>
	<true/>
	<key>UIBackgroundModes</key>
	<array>
		<string>fetch</string>
	</array>
</dict>
</plist>