Rev 446 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<?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>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon.png</string>
<string>AppIcon16x16.png</string>
<string>AppIcon29x29.png</string>
<string>AppIcon32x32.png</string>
<string>AppIcon40x40.png</string>
<string>AppIcon50x50.png</string>
<string>AppIcon58x58.png</string>
<string>AppIcon64x64.png</string>
<string>AppIcon72x72.png</string>
<string>AppIcon76x76.png</string>
<string>AppIcon80x80.png</string>
<string>AppIcon100x100.png</string>
<string>AppIcon114x114.png</string>
<string>AppIcon120x120.png</string>
<string>AppIcon128x128.png</string>
<string>AppIcon144x144.png</string>
<string>AppIcon152x152.png</string>
<string>AppIcon256x256.png</string>
<string>AppIcon512x512.png</string>
<string>AppIcon1024x1024.png</string>
</array>
<key>UILaunchScreen</key>
<dict>
<key>UIImageRespectsSafeAreaInsets</key>
<true/>
<key>UIImageName</key>
<string>LaunchImage-iOS7-568h@2x.png</string>
</dict>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleAllowMixedLocalizations</key>
<true/>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2022 to 2024 by Andreas Theofilu <andreas@theosys.at></string>
<key>LSApplicationCategoryType</key>
<string>6.0</string>
<key>BGTaskSchedulerPermittedIdentifiers</key>
<array>
<string>tpanel</string>
</array>
<key>CFBundleDisplayName</key>
<string>TPanel</string>
<key>CFBundleExecutable</key>
<string>tpanel</string>
<key>CFBundleIconFile</key>
<string>${ASSETCATALOG_COMPILER_APPICON_NAME}</string>
<key>CFBundleIdentifier</key>
<string>org.qtproject.theosys</string>
<key>CFBundleName</key>
<string>tpanel</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4</string>
<key>CFBundleVersion</key>
<string>1.4.1</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
<string>${IPHONEOS_DEPLOYMENT_TARGET}</string>
<key>NOTE</key>
<string>This file was generated by Qt/CMake.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>The locations are only used to keep the application running in the
background. The location information is never used nor send to any
server.
</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>The locations are only used to keep the application running in the
background. The location information is never used nor send to any
server.
</string>
<key>UIBackgroundModes</key>
<array>
<string>external-accessory</string>
<string>processing</string>
<string>remote-notification</string>
<string>location</string>
</array>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>location-services</string>
<string>magnetometer</string>
<string>gps</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleDefault</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>