From 47d094fda00553f0cd1132245aca7e8b71701e20 Mon Sep 17 00:00:00 2001 From: SomberNight Date: Tue, 10 Sep 2024 16:16:06 +0000 Subject: [PATCH] mac build: bump declared min supported macos version (10.13->11) due to the qt 5.15 -> qt 6.7 bump related https://github.com/spesmilo/electrum/issues/3685 --- contrib/osx/README.md | 2 +- contrib/osx/osx.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/osx/README.md b/contrib/osx/README.md index 5428f09a6..480f2b5cc 100644 --- a/contrib/osx/README.md +++ b/contrib/osx/README.md @@ -33,7 +33,7 @@ Notes about compatibility with different macOS versions: `notarytool` requires Xcode 13+, and that in turn requires macOS 11.3+. We currently build the release binaries on macOS 11.7.10, and these seem to run on -10.14 or newer. (note: 10.13 might also work, haven't tested) +11 or newer. #### Notes about reproducibility diff --git a/contrib/osx/osx.spec b/contrib/osx/osx.spec index 7c7ca063d..14eb6917b 100644 --- a/contrib/osx/osx.spec +++ b/contrib/osx/osx.spec @@ -134,7 +134,7 @@ app = BUNDLE( 'CFBundleURLName': 'bitcoin', 'CFBundleURLSchemes': ['bitcoin', 'lightning', ], }], - 'LSMinimumSystemVersion': '10.13.0', + 'LSMinimumSystemVersion': '11', 'NSCameraUsageDescription': 'Electrum would like to access the camera to scan for QR codes', }, )