mac: Lion is the minumum supported by Xamarin.Mac

This commit is contained in:
Hylke Bons 2017-09-09 15:39:26 +01:00
parent 653183df6a
commit 36afea6993
2 changed files with 3 additions and 3 deletions

View file

@ -15,7 +15,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.productivity</string>
<key>LSMinimumSystemVersion</key>
<string>10.6</string>
<string>10.7</string>
<key>LSUIElement</key>
<string>1</string>
<key>NSMainNibFile</key>

View file

@ -77,8 +77,8 @@ namespace Sparkles {
switch (int.Parse (output)) {
case 7: release = "Lion"; break;
case 8: release = "Mountain Lion"; break;
case 9: release = "Mavericks"; break;
case 8: release = "Mountain Lion"; break;
case 9: release = "Mavericks"; break;
case 10: release = "Yosemite"; break;
case 11: release = "El Capitan"; break;
case 12: release = "Sierra"; break;