mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
macOS: remove unused Info.plist
This was confusing - the file in packaging macos hasn't been used since we switched to building with cmake something like seven years ago. Also add missing keys to the actual Info.plist skeleton. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f682b365a6
commit
39857ff717
2 changed files with 4 additions and 23 deletions
|
|
@ -34,5 +34,9 @@
|
|||
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<true/>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
<key>NSBluetoothAlwaysUsageDescription</key>
|
||||
<string>Subsurface needs access to your Bluetooth peripherals in order to download dive information directly from BLE enabled dive computers.</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue