diff --git a/contrib/osx/README.md b/contrib/osx/README.md index 5428f09a6fa..480f2b5cc19 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 7c7ca063dd5..14eb6917b17 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', }, )