From dc831950de50aa2d31aae7c02672e5d51143da6c Mon Sep 17 00:00:00 2001 From: Philipp Wolfer Date: Thu, 26 Sep 2019 18:28:30 +0200 Subject: [PATCH] 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. --- picard.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/picard.spec b/picard.spec index 8b072cda2..ecf98fad5 100644 --- a/picard.spec +++ b/picard.spec @@ -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',