Skip to content

Commit

Permalink
fix #120801: Make Musescore unexecutable on MAC OSX 10.6 or earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Aug 9, 2016
1 parent 24c398a commit 61083c2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/MacOSXBundleInfo.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@
<string>Viewer</string>
</dict>
</array>

<key>ATSApplicationFontsPath</key>
<string>fonts</string>

Expand Down Expand Up @@ -340,6 +340,8 @@
<true/>
<key>LSRequiresCarbon</key>
<true/>
<key>LSMinimumSystemVersion</key>
<string>10.7.0</string>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
<key>ATSApplicationFontsPath</key>
Expand Down

0 comments on commit 61083c2

Please sign in to comment.