Subversion Repositories tpanel

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
446 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>
5
	<key>CFBundleIconName</key>
6
	<string>AppIcon</string>
7
	<key>CFBundleIconFiles</key>
8
	<array>
9
		<string>AppIcon.png</string>
10
		<string>AppIcon16x16.png</string>
11
		<string>AppIcon29x29.png</string>
12
		<string>AppIcon32x32.png</string>
13
		<string>AppIcon40x40.png</string>
14
		<string>AppIcon50x50.png</string>
15
		<string>AppIcon58x58.png</string>
16
		<string>AppIcon64x64.png</string>
17
		<string>AppIcon72x72.png</string>
18
		<string>AppIcon76x76.png</string>
19
		<string>AppIcon80x80.png</string>
20
		<string>AppIcon100x100.png</string>
21
		<string>AppIcon114x114.png</string>
22
		<string>AppIcon120x120.png</string>
23
		<string>AppIcon128x128.png</string>
24
		<string>AppIcon144x144.png</string>
25
		<string>AppIcon152x152.png</string>
26
		<string>AppIcon256x256.png</string>
27
		<string>AppIcon512x512.png</string>
28
		<string>AppIcon1024x1024.png</string>
29
	</array>
30
	<key>UILaunchScreen</key>
31
	<dict>
32
		<key>UIImageRespectsSafeAreaInsets</key>
33
		<true/>
34
		<key>UIImageName</key>
35
		<string>LaunchImage-iOS7-568h@2x.png</string>
36
	</dict>
37
	<key>CFBundleInfoDictionaryVersion</key>
38
	<string>6.0</string>
39
	<key>CFBundleDevelopmentRegion</key>
40
	<string>en</string>
41
	<key>CFBundleAllowMixedLocalizations</key>
42
	<true/>
43
	<key>NSHumanReadableCopyright</key>
44
	<string>Copyright © 2022 to 2024 by Andreas Theofilu &lt;andreas@theosys.at&gt;</string>
45
	<key>LSApplicationCategoryType</key>
46
	<string>6.0</string>
47
	<key>BGTaskSchedulerPermittedIdentifiers</key>
48
	<array>
49
		<string>tpanel</string>
50
	</array>
51
	<key>CFBundleDisplayName</key>
52
	<string>TPanel</string>
53
	<key>CFBundleExecutable</key>
54
	<string>tpanel</string>
55
	<key>CFBundleIconFile</key>
56
	<string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
57
	<key>CFBundleIdentifier</key>
58
	<string>org.qtproject.theosys</string>
59
	<key>CFBundleName</key>
60
	<string>tpanel</string>
61
	<key>CFBundlePackageType</key>
62
	<string>APPL</string>
63
	<key>CFBundleShortVersionString</key>
64
	<string>1.4</string>
65
	<key>CFBundleVersion</key>
66
	<string>1.4.1</string>
67
	<key>LSRequiresIPhoneOS</key>
68
	<true/>
69
	<key>MinimumOSVersion</key>
70
	<string>${IPHONEOS_DEPLOYMENT_TARGET}</string>
71
	<key>NOTE</key>
72
	<string>This file was generated by Qt/CMake.</string>
73
	<key>NSLocationWhenInUseUsageDescription</key>
74
	<string>The locations are only used to keep the application running in the
75
            background. The location information is never used nor send to any
76
            server.
77
    </string>
78
	<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
79
	<string>The locations are only used to keep the application running in the
80
            background. The location information is never used nor send to any
81
            server.
82
    </string>
83
	<key>UIBackgroundModes</key>
84
	<array>
85
		<string>external-accessory</string>
86
		<string>processing</string>
87
		<string>remote-notification</string>
88
		<string>location</string>
89
	</array>
90
	<key>UIRequiredDeviceCapabilities</key>
91
	<array>
92
		<string>location-services</string>
93
		<string>magnetometer</string>
94
		<string>gps</string>
95
	</array>
96
	<key>UIRequiresFullScreen</key>
97
	<true/>
98
	<key>UIStatusBarHidden</key>
99
	<true/>
100
	<key>UIStatusBarStyle</key>
101
	<string></string>
102
	<key>UISupportedInterfaceOrientations</key>
103
	<array>
104
		<string>UIInterfaceOrientationPortrait</string>
105
		<string>UIInterfaceOrientationPortraitUpsideDown</string>
106
		<string>UIInterfaceOrientationLandscapeLeft</string>
107
		<string>UIInterfaceOrientationLandscapeRight</string>
108
	</array>
109
</dict>
110
</plist>