Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Commit 4c0b76b

Browse files
authored
Merge pull request #9345 from mono/bump-minimum-version
Minimum supported OS should be 10.13
2 parents 1b9bc17 + 53beb11 commit 4c0b76b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

main/build/MacOSX/Info.plist.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
<key>LSApplicationCategoryType</key>
212212
<string>public.app-category.developer-tools</string>
213213
<key>LSMinimumSystemVersion</key>
214-
<string>10.12</string>
214+
<string>10.13</string>
215215
<key>CFBundleIdentifier</key>
216216
<string>com.xamarin.monodevelop</string>
217217
<key>CFBundleInfoDictionaryVersion</key>

main/build/MacOSX/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ CLEANFILES = render.exe monostub monostub-test
2525
EXTRA_DIST = dmg-bg.png DS_Store Info.plist.in make-dmg-bundle.sh render.cs
2626

2727
MONOSTUB_EXTRA_SOURCEFILES = monostub-utils.h
28-
export MACOSX_DEPLOYMENT_TARGET=10.12
28+
export MACOSX_DEPLOYMENT_TARGET=10.13
2929

3030
# With the hardened runtime, we need to specify the location of all libraries
3131
# that we dlopen

main/msbuild/MonoDevelop.AfterCommon.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</ItemGroup>
5959

6060
<PropertyGroup>
61-
<XamarinMacAnalyzerMinimumOSVersion>10.12</XamarinMacAnalyzerMinimumOSVersion>
61+
<XamarinMacAnalyzerMinimumOSVersion>10.13</XamarinMacAnalyzerMinimumOSVersion>
6262
<MonoDevelopDevAnalyzer>$(PackagesDirectory)\MonoDevelopDev.Analyzers.$(NugetVersionMonoDevelopAnalyzers)\analyzers\dotnet\cs\MonoDevelop.Analyzers.dll</MonoDevelopDevAnalyzer>
6363
</PropertyGroup>
6464

0 commit comments

Comments
 (0)