diff --git a/cmake/Modules/MacOSXBundleInfo.plist.in b/cmake/Modules/MacOSXBundleInfo.plist.in
index 684ad7908..e6e7daaf6 100644
--- a/cmake/Modules/MacOSXBundleInfo.plist.in
+++ b/cmake/Modules/MacOSXBundleInfo.plist.in
@@ -34,5 +34,9 @@
${MACOSX_BUNDLE_COPYRIGHT}
NSHighResolutionCapable
+ NSSupportsAutomaticGraphicsSwitching
+
+ NSBluetoothAlwaysUsageDescription
+ Subsurface needs access to your Bluetooth peripherals in order to download dive information directly from BLE enabled dive computers.
diff --git a/packaging/macosx/Info.plist.in b/packaging/macosx/Info.plist.in
deleted file mode 100644
index 9d2e6d43f..000000000
--- a/packaging/macosx/Info.plist.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
- NSPrincipalClass
- NSApplication
- CFBundleIconFile
- Subsurface.icns
- CFBundleName
- Subsurface
- CFBundlePackageType
- APPL
- CFBundleExecutable
- subsurface
- CFBundleIdentifier
- org.hohndel.subsurface
- CFBundleInfoDictionaryVersion
- 6.0
- CFBundleVersion
- @SHORT_VERSION@
- NSSupportsAutomaticGraphicsSwitching
-
-