mirror of
https://github.com/fergalmoran/picard.git
synced 2026-03-23 05:35:16 +00:00
PICARD-1614: Set minimum macOS version to 10.12
Current macOS builds do not run on macOS < 10.12. Setting LSMinimumSystemVersion enforces that this package cannot be started on older macOS versions with a proper message to the user.
This commit is contained in:
committed by
Philipp Wolfer
parent
1458f9e66d
commit
dc831950de
@@ -116,6 +116,7 @@ if os_name == 'Darwin':
|
||||
'CFBundleIdentifier': PICARD_APP_ID,
|
||||
'CFBundleVersion': macos_picard_version,
|
||||
'CFBundleShortVersionString': macos_picard_short_version,
|
||||
'LSMinimumSystemVersion': '10.12',
|
||||
}
|
||||
app = BUNDLE(coll,
|
||||
name='MusicBrainz Picard.app',
|
||||
|
||||
Reference in New Issue
Block a user