Merge pull request #1879 from miketimofeev/change-default-xamarin-bundle-for-xcode12

[macOS] Switch Xamarin bundle to the latest one for 10.15
This commit is contained in:
Maxim Lobanov
2020-10-23 10:39:26 +03:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
"android-versions": [ "android-versions": [
"11.0.2.0", "10.3.1.4", "10.2.0.100", "10.1.3.7", "10.0.6.2" "11.0.2.0", "10.3.1.4", "10.2.0.100", "10.1.3.7", "10.0.6.2"
], ],
"bundle-default": "6_12_0", "bundle-default": "latest",
"bundles": [ "bundles": [
{ {
"symlink": "6_12_1", "symlink": "6_12_1",
+1 -1
View File
@@ -2,7 +2,7 @@
"xcode": { "xcode": {
"default": "11.7", "default": "11.7",
"versions": [ "versions": [
"12.2_beta", "12.1_GM_seed", "11.7" "12.2_beta", "11.7"
] ]
}, },
"xamarin": { "xamarin": {