diff options
Diffstat (limited to 'packaging/ios')
-rw-r--r-- | packaging/ios/Info.plist.in | 6 |
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> |