Mac Minimum System Version
You could usefully add the following item to the Info.plist in the Mac package:
Minimum system Version 10.7.0
so that MuseScore 2 won't even try to run on Snow leopard
You could usefully add the following item to the Info.plist in the Mac package:
Minimum system Version 10.7.0
so that MuseScore 2 won't even try to run on Snow leopard
Do you still have an unanswered question? Please log in first to post your question.
Comments
Welcome to MuseScore! Sounds like a fine idea. Are you equipped to fork the code and make this change? See https://musescore.org/en/development for an overview of contributing.
In reply to Welcome to MuseScore! Sounds by Isaac Weiss
Maybe it's just a matter of inserting LSMinimumVersion tag https://developer.apple.com/library/mac/documentation/General/Reference…
or not https://www.bignerdranch.com/blog/requiring-a-minimum-version-of-os-x-f…
Can someone file an issue?
No I am not. But it is a trivial change - just add the following to the Info.plist
\LSMinimumSystemVersion\
\10.7.0\
I did just that to the Info.plist inside my copy. I dual boot between Snow Leopard and El Capitan so it is useful that, when under Snow Leopard it does not try to open MuseScore2 (and uses 1.3 instead).
See #120801: Make Musescore2 and later unexecutable on Mac OS X 10.6 or earlier, this has been done for the next version(s) of MuseScore