Subversion Repositories tpanel

Rev

Rev 247 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 247 Rev 250
Line 1... Line 1...
1
<?xml version="1.0" encoding="UTF-8"?>
1
<?xml version="1.0" encoding="UTF-8"?>
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
<plist version="1.0">
3
<plist version="1.0">
4
<dict>
4
<dict>
-
 
5
	<key>BGTaskSchedulerPermittedIdentifiers</key>
-
 
6
	<array>
-
 
7
		<string>tpanel</string>
-
 
8
	</array>
5
	<key>UIApplicationSceneManifest</key>
9
	<key>UIApplicationSceneManifest</key>
6
	<dict>
10
	<dict>
7
		<key>UIApplicationSupportsMultipleScenes</key>
11
		<key>UIApplicationSupportsMultipleScenes</key>
8
		<false/>
12
		<false/>
9
		<key>UISceneConfigurations</key>
13
		<key>UISceneConfigurations</key>
Line 22... Line 26...
22
		</dict>
26
		</dict>
23
	</dict>
27
	</dict>
24
	<key>UIBackgroundModes</key>
28
	<key>UIBackgroundModes</key>
25
	<array>
29
	<array>
26
		<string>external-accessory</string>
30
		<string>external-accessory</string>
-
 
31
		<string>location</string>
27
		<string>processing</string>
32
		<string>processing</string>
28
		<string>remote-notification</string>
33
		<string>remote-notification</string>
29
	</array>
34
	</array>
30
	<key>BGTaskSchedulerPermittedIdentifiers</key>
-
 
31
	<array>
-
 
32
		<string>tpanel</string>
-
 
33
	</array>
-
 
34
</dict>
35
</dict>
35
</plist>
36
</plist>