nymea-app/packaging/ios/Info.plist.cmake.in

75 lines
3.3 KiB
CMake

<?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>CFBundleDisplayName</key>
<string>nymea:app</string>
<key>CFBundleExecutable</key>
<string>nymea-app</string>
<key>CFBundleGetInfoString</key>
<string>Created by Qt/CMake</string>
<key>CFBundleIdentifier</key>
<string>io.guh.nymeaApp</string>
<key>CFBundleName</key>
<string>nymea-app</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>@APP_VERSION@</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>@APP_REVISION@</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NOTE</key>
<string>This file was generated by Qt/CMake.</string>
<key>UILaunchStoryboardName</key>
<string>NymeaLaunchScreen</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>nymea boxes can be connected to WiFi using a Bluetooth setup. Also, this app can connect to nymea boxes using Bluetooth only, without requiring WiFi at all.</string>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>nymea boxes can be connected to WiFi using a Bluetooth setup. Also, this app can connect to nymea boxes using Bluetooth only, without requiring WiFi at all.</string>
<key>NSLocalNetworkUsageDescription</key>
<string>nymea:app will connect to nymea systems in the local network and allow controlling smart home equipment.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>nymea:app is not using the device location at this point.</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>nymea:app is not using the device location at this point.</string>
<key>NSBonjourServices</key>
<array>
<string>_jsonrpc._tcp</string>
<string>_ws._tcp</string>
</array>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Fallback: allow all loads, including self-signed LAN TLS. -->
<key>NSAllowsArbitraryLoads</key>
<true/>
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>XSAppIconAssets</key>
<string>AppIcons.xcassets/AppIcon.appiconset</string>
<key>CFBundleIconFiles</key>
<array>
<string>AppIcon29x29.png</string>
<string>AppIcon29x29@2x.png</string>
<string>AppIcon40x40@2x.png</string>
<string>AppIcon60x60@2x.png</string>
<string>AppIcon83.5x83.5@2x.png</string>
</array>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
</dict>
</plist>