mobile-ios/CovidSafe/Info.plist

84 lines
3.1 KiB
Text
Raw Normal View History

2020-05-08 07:49:14 +00:00
<?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>CFBundleDevelopmentRegion</key>
<string>$(DEVELOPMENT_LANGUAGE)</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIconName</key>
<string>AppIcon</string>
<key>CFBundleIdentifier</key>
<string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>GitBranchInfo</key>
<string>feature/api_auth_int - Commit: 43b7ab0</string>
<key>ITSAppUsesNonExemptEncryption</key>
<false/>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSBluetoothAlwaysUsageDescription</key>
<string>COVIDSafe exchanges Bluetooth® signals with nearby phones running the same app. These signals contain an anonymised ID, which is encrypted and changes continually to ensure your privacy.</string>
<key>NSBluetoothPeripheralUsageDescription</key>
<string>COVIDSafe exchanges Bluetooth® signals with nearby phones running the same app. These signals contain an anonymised ID, which is encrypted and changes continually to ensure your privacy.</string>
2020-12-19 05:13:44 +00:00
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
2021-02-26 03:41:20 +00:00
<string>Select Always Allow.
Use of Location Services improves Bluetooth performance when identifying close contacts.
COVIDSafe does not collect, store or use location data.</string>
2020-12-19 05:13:44 +00:00
<key>NSLocationAlwaysUsageDescription</key>
2021-02-26 03:41:20 +00:00
<string>Select Always Allow.
Use of Location Services improves Bluetooth performance when identifying close contacts.
COVIDSafe does not collect, store or use location data.</string>
2020-12-19 05:13:44 +00:00
<key>NSLocationWhenInUseUsageDescription</key>
2021-02-26 03:41:20 +00:00
<string>Select While Using App.
Use of Location Services improves Bluetooth performance when identifying close contacts.
COVIDSafe does not collect, store or use location data.</string>
2020-05-08 07:49:14 +00:00
<key>TRACER_SVC_ID</key>
<string>${SERVICE_UUID}</string>
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
<string>bluetooth-peripheral</string>
2020-12-19 05:13:44 +00:00
<string>location</string>
<string>remote-notification</string>
2020-05-08 07:49:14 +00:00
</array>
<key>UILaunchStoryboardName</key>
2020-08-03 06:01:39 +00:00
<string>LaunchScreen_en</string>
2020-05-08 07:49:14 +00:00
<key>UIMainStoryboardFile</key>
<string>Main</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
2020-07-03 04:26:13 +00:00
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
2020-05-08 07:49:14 +00:00
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UIUserInterfaceStyle</key>
<string>Light</string>
</dict>
</plist>