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:
Philipp Wolfer
2019-09-26 18:28:30 +02:00
committed by Philipp Wolfer
parent 1458f9e66d
commit dc831950de

View File

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