Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan McGovern <alan@xamarin.com>2015-01-26 20:12:06 +0300
committerAlan McGovern <alan@xamarin.com>2015-01-26 20:12:06 +0300
commit005414e57cd7c6289f708cbd2f4b9dcbfbdd0391 (patch)
treeda0091b50a01ad7d2765c8fe40cf416c419c1ea7 /main/build
parentf28abb85d24acea0e176626fb77f7aa782f795b8 (diff)
[build] Make Mavericks the minimum supported version of MacOSX
The vast majority of our users are using Mavericks or higher so we are going to make Mavericks the minimum requirement for future releases. This should be clearly communicated before we merge and ship this.
Diffstat (limited to 'main/build')
-rw-r--r--main/build/MacOSX/Info.plist.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/build/MacOSX/Info.plist.in b/main/build/MacOSX/Info.plist.in
index 42e530ad2c..36151d1f8d 100644
--- a/main/build/MacOSX/Info.plist.in
+++ b/main/build/MacOSX/Info.plist.in
@@ -185,7 +185,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
- <string>10.6</string>
+ <string>10.9</string>
<key>CFBundleIdentifier</key>
<string>com.xamarin.monodevelop</string>
<key>CFBundleInfoDictionaryVersion</key>