mirror of
https://dev.azure.com/TeilRad/sharee.bike%20App/_git/Code
synced 2024-11-04 18:26:25 +01:00
62 lines
2.4 KiB
Text
62 lines
2.4 KiB
Text
<?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>UIBackgroundModes</key>
|
|
<array>
|
|
<string>bluetooth-peripheral</string>
|
|
</array>
|
|
<key>UIUserInterfaceStyle</key>
|
|
<string>Light</string>
|
|
<key>UIDeviceFamily</key>
|
|
<array>
|
|
<integer>1</integer>
|
|
<integer>2</integer>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>UISupportedInterfaceOrientations~ipad</key>
|
|
<array>
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
<string>UIInterfaceOrientationPortraitUpsideDown</string>
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
</array>
|
|
<key>LSApplicationQueriesSchemes</key>
|
|
<array>
|
|
<string>mailto</string>
|
|
</array>
|
|
<key>UILaunchStoryboardName</key>
|
|
<string>LaunchScreen</string>
|
|
<key>XSLaunchImageAssets</key>
|
|
<string>Media.xcassets/LaunchImages.launchimage</string>
|
|
<key>CFBundleName</key>
|
|
<string>LastenradBayern</string>
|
|
<key>XSAppIconAssets</key>
|
|
<string>Media.xcassets/AppIcons.appiconset</string>
|
|
<key>NSBluetoothAlwaysUsageDescription</key>
|
|
<string>Bluetooth access is needed to open and close the locks of the bikes.</string>
|
|
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
<string>Bluetooth access is needed to open and close the locks of the bikes.</string>
|
|
<key>NSLocationAlwaysUsageDescription</key>
|
|
<string>Location access is needed to show map at current position and pass position to server when returning bikes.</string>
|
|
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
|
|
<string>Location access is needed to show map at current position and pass position to server when returning bikes.</string>
|
|
<key>MinimumOSVersion</key>
|
|
<string>13.0</string>
|
|
<key>NSLocationWhenInUseUsageDescription</key>
|
|
<string>Location access is needed to show map at current position and pass position to server when returning bikes.</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.TeilRad.LastenradBayern</string>
|
|
<key>CFBundleDisplayName</key>
|
|
<string>LastenradBayern</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>346</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>3.0.346</string>
|
|
</dict>
|
|
</plist>
|