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:
@@ -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",
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user