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:
-rw-r--r--main/build/MacOSX/Info.plist.in2
-rw-r--r--main/build/MacOSX/Makefile.am2
-rw-r--r--main/msbuild/MonoDevelop.AfterCommon.props2
3 files changed, 3 insertions, 3 deletions
diff --git a/main/build/MacOSX/Info.plist.in b/main/build/MacOSX/Info.plist.in
index 3ffa679dd3..359ef24c81 100644
--- a/main/build/MacOSX/Info.plist.in
+++ b/main/build/MacOSX/Info.plist.in
@@ -211,7 +211,7 @@
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
- <string>10.12</string>
+ <string>10.13</string>
<key>CFBundleIdentifier</key>
<string>com.xamarin.monodevelop</string>
<key>CFBundleInfoDictionaryVersion</key>
diff --git a/main/build/MacOSX/Makefile.am b/main/build/MacOSX/Makefile.am
index 9362dca82b..2aa5081d22 100644
--- a/main/build/MacOSX/Makefile.am
+++ b/main/build/MacOSX/Makefile.am
@@ -25,7 +25,7 @@ CLEANFILES = render.exe monostub monostub-test
EXTRA_DIST = dmg-bg.png DS_Store Info.plist.in make-dmg-bundle.sh render.cs
MONOSTUB_EXTRA_SOURCEFILES = monostub-utils.h
-export MACOSX_DEPLOYMENT_TARGET=10.12
+export MACOSX_DEPLOYMENT_TARGET=10.13
# With the hardened runtime, we need to specify the location of all libraries
# that we dlopen
diff --git a/main/msbuild/MonoDevelop.AfterCommon.props b/main/msbuild/MonoDevelop.AfterCommon.props
index d936b2f6a6..a9e3f3951c 100644
--- a/main/msbuild/MonoDevelop.AfterCommon.props
+++ b/main/msbuild/MonoDevelop.AfterCommon.props
@@ -58,7 +58,7 @@
</ItemGroup>
<PropertyGroup>
- <XamarinMacAnalyzerMinimumOSVersion>10.12</XamarinMacAnalyzerMinimumOSVersion>
+ <XamarinMacAnalyzerMinimumOSVersion>10.13</XamarinMacAnalyzerMinimumOSVersion>
<MonoDevelopDevAnalyzer>$(PackagesDirectory)\MonoDevelopDev.Analyzers.$(NugetVersionMonoDevelopAnalyzers)\analyzers\dotnet\cs\MonoDevelop.Analyzers.dll</MonoDevelopDevAnalyzer>
</PropertyGroup>