Skip to content

Commit

Permalink
mac build: bump declared min supported macos version (10.13->11)
Browse files Browse the repository at this point in the history
due to the qt 5.15 -> qt 6.7 bump

related spesmilo#3685
  • Loading branch information
SomberNight committed Sep 16, 2024
1 parent 330169e commit 4d76cac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/osx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/osx/osx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
)

0 comments on commit 4d76cac

Please sign in to comment.