This repository was archived by the owner on Oct 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 211
211
<key >LSApplicationCategoryType</key >
212
212
<string >public.app-category.developer-tools</string >
213
213
<key >LSMinimumSystemVersion</key >
214
- <string >10.12 </string >
214
+ <string >10.13 </string >
215
215
<key >CFBundleIdentifier</key >
216
216
<string >com.xamarin.monodevelop</string >
217
217
<key >CFBundleInfoDictionaryVersion</key >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ CLEANFILES = render.exe monostub monostub-test
25
25
EXTRA_DIST = dmg-bg.png DS_Store Info.plist.in make-dmg-bundle.sh render.cs
26
26
27
27
MONOSTUB_EXTRA_SOURCEFILES = monostub-utils.h
28
- export MACOSX_DEPLOYMENT_TARGET =10.12
28
+ export MACOSX_DEPLOYMENT_TARGET =10.13
29
29
30
30
# With the hardened runtime, we need to specify the location of all libraries
31
31
# that we dlopen
Original file line number Diff line number Diff line change 58
58
</ItemGroup >
59
59
60
60
<PropertyGroup >
61
- <XamarinMacAnalyzerMinimumOSVersion >10.12 </XamarinMacAnalyzerMinimumOSVersion >
61
+ <XamarinMacAnalyzerMinimumOSVersion >10.13 </XamarinMacAnalyzerMinimumOSVersion >
62
62
<MonoDevelopDevAnalyzer >$(PackagesDirectory)\MonoDevelopDev.Analyzers.$(NugetVersionMonoDevelopAnalyzers)\analyzers\dotnet\cs\MonoDevelop.Analyzers.dll</MonoDevelopDevAnalyzer >
63
63
</PropertyGroup >
64
64
You can’t perform that action at this time.
0 commit comments