aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/ios
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-03 04:16:35 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-11-08 20:50:05 +0100
commitdb706193e1ae896a2158e8ec77b0ae66bab015a4 (patch)
treec1bbd7958a997e737dd16fdfc413cac6b6c21393 /packaging/ios
parent3afcff56d45cc8ea0a894a976c33ffac8813d6e5 (diff)
downloadsubsurface-db706193e1ae896a2158e8ec77b0ae66bab015a4.tar.gz
iOS: update Info.plist with better text and missing description key
The NOTICE and copyright are freeform. The new description key is required for iOS 13, but of course the redundant old key is still required for older builds... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/ios')
-rw-r--r--packaging/ios/Info.plist.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in
index f8b2184ce..bdd1595ba 100644
--- a/packaging/ios/Info.plist.in
+++ b/packaging/ios/Info.plist.in
@@ -25,9 +25,9 @@
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NOTE</key>
- <string>Subsurface is a open source software released under the GPLv2 -- and it is based on many pieces of open source software.</string>
+ <string>Subsurface is open source software released under the GPLv2 -- and includes many other open source components like Qt, Kirigami, libdivecomputer, and others.</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2011-2018 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava and the Subsurface developer team</string>
+ <string>Copyright © 2011-2019 Linus Torvalds, Dirk Hohndel, Tomaz Canabrava and the Subsurface developer team</string>
<key>NSMainNibFile</key>
<string>SubsurfaceMobileLaunch</string>
<key>UILaunchStoryboardName</key>
@@ -44,6 +44,8 @@
<string>bluetooth-central</string>
<string>location</string>
</array>
+ <key>NSBluetoothAlwaysUsageDescription</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>
<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>
<key>NSPhotoLibraryUsageDescription</key>