mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:13:24 +00:00
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>
This commit is contained in:
parent
3afcff56d4
commit
db706193e1
1 changed files with 4 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue