2016-03-07 01:51:09 +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>
2016-03-14 13:59:04 +00:00
<key>CFBundleDisplayName</key>
2016-03-25 04:35:03 +00:00
<string>Subsurface-mobile</string>
2016-03-14 13:59:04 +00:00
<key>CFBundleExecutable</key>
2016-03-24 02:45:07 +00:00
<string>Subsurface-mobile</string>
2016-03-14 13:59:04 +00:00
<key>CFBundleGetInfoString</key>
<string>Created by Qt/QMake</string>
2017-11-29 15:15:39 +00:00
<key>CFBundleIconName</key>
<string>AppIcon</string>
2016-03-07 01:51:09 +00:00
<key>CFBundleIdentifier</key>
<string>org.subsurface-divelog.subsurface-mobile</string>
<key>CFBundleName</key>
2016-03-25 04:35:03 +00:00
<string>Subsurface-mobile</string>
2016-03-14 13:59:04 +00:00
<key>CFBundlePackageType</key>
<string>APPL</string>
2016-03-07 01:51:09 +00:00
<key>CFBundleShortVersionString</key>
2016-03-14 13:59:04 +00:00
<string>@MOBILE_VERSION@</string>
<key>CFBundleSignature</key>
<string>????</string>
2016-03-07 01:51:09 +00:00
<key>CFBundleVersion</key>
2016-03-14 13:59:04 +00:00
<string>@CANONICAL_VERSION@</string>
2016-03-07 01:51:09 +00:00
<key>LSRequiresIPhoneOS</key>
<true/>
2016-03-14 13:59:04 +00:00
<key>NOTE</key>
<string>This file was generated by Qt/QMake.</string>
<key>NSHumanReadableCopyright</key>
2017-12-30 16:25:13 +00:00
<string>Copyright © 2011-2018 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava and the Subsurface developer team</string>
2016-03-14 13:59:04 +00:00
<key>NSMainNibFile</key>
<string>SubsurfaceMobileLaunch</string>
2016-03-07 01:51:09 +00:00
<key>UILaunchStoryboardName</key>
2016-03-07 03:28:48 +00:00
<string>SubsurfaceMobileLaunch</string>
2016-03-07 01:51:09 +00:00
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
2017-06-01 21:42:39 +00:00
<key>UIBackgroundModes</key>
<array>
<string>bluetooth-central</string>
2017-12-02 19:43:41 +00:00
<string>location</string>
2017-06-01 21:42:39 +00:00
</array>
2017-11-29 15:51:17 +00:00
<key>NSBluetoothPeripheralUsageDescription</key>
<string>Subsurface-mobile can download dive information directly from some Bluetooth LE enabled dive computers; for this it needs access to your Bluetooth peripherals.</string>
2016-09-18 02:05:01 +00:00
<key>NSPhotoLibraryUsageDescription</key>
<string>Subsurface-mobile stores your dive list locally - iOS seems to think that means it accesses your photos (which it does not)</string>
2017-12-02 19:43:41 +00:00
<key>NSLocationWhenInUseUsageDescription</key>
<string>Subsurface-mobile can track your location to match imported dives</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Subsurface-mobile can track your location to match imported dives</string>
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Subsurface-mobile can track your location to match imported dives</string>
2018-04-13 23:43:20 +00:00
<key>UIFileSharingEnabled</key>
<string>YES</string>
<key>LSSupportsOpeningDocumentsInPlace</key>
<string>YES</string>
2016-03-07 01:51:09 +00:00
</dict>
</plist>