1
0

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
This commit is contained in:
SomberNight
2024-09-10 16:16:06 +00:00
parent cfe8502f96
commit 47d094fda0
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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',
},
)