Subversion Repositories tpanel

Rev

Rev 250 | 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>
251 andreas 12
		<true/>
246 andreas 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>
251 andreas 35
	<key>UILaunchScreen</key>
36
	<dict>
37
		<key>UIColorName</key>
38
		<string>black</string>
39
		<key>UIImageName</key>
40
		<string>theosys_logo.png</string>
41
		<key>UILaunchScreen</key>
42
		<dict/>
43
	</dict>
246 andreas 44
</dict>
45
</plist>