Subversion Repositories tpanel

Rev

Rev 247 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
246 andreas 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">
3
<plist version="1.0">
4
<dict>
250 andreas 5
	<key>BGTaskSchedulerPermittedIdentifiers</key>
6
	<array>
7
		<string>tpanel</string>
8
	</array>
246 andreas 9
	<key>UIApplicationSceneManifest</key>
10
	<dict>
11
		<key>UIApplicationSupportsMultipleScenes</key>
12
		<false/>
13
		<key>UISceneConfigurations</key>
14
		<dict>
15
			<key>UIWindowSceneSessionRoleApplication</key>
16
			<array>
17
				<dict>
18
					<key>UISceneConfigurationName</key>
19
					<string>Default Configuration</string>
20
					<key>UISceneDelegateClassName</key>
21
					<string>SceneDelegate</string>
22
					<key>UISceneStoryboardFile</key>
23
					<string>Main</string>
24
				</dict>
25
			</array>
26
		</dict>
27
	</dict>
247 andreas 28
	<key>UIBackgroundModes</key>
29
	<array>
30
		<string>external-accessory</string>
250 andreas 31
		<string>location</string>
247 andreas 32
		<string>processing</string>
33
		<string>remote-notification</string>
34
	</array>
246 andreas 35
</dict>
36
</plist>