xcode versions

This commit is contained in:
Maxim Lobanov
2020-11-13 20:36:22 +03:00
parent 380c4e86a7
commit 6e5366d4f4
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
"xcode": {
"default": "12",
"versions": [
{ "link": "12.3", "version": "12.3.0"},
{ "link": "12.2", "version": "12.2.0" },
{ "link": "12.1.1", "version": "12.1.1" },
{ "link": "12.1", "version": "12.1.0" },

View File

@@ -2,6 +2,7 @@
"xcode": {
"default": "11.7",
"versions": [
{ "link": "12.3", "version": "12.3.0"},
{ "link": "12.2", "version": "12.2.0" },
{ "link": "11.7", "version": "11.7.0", "symlinks": ["11.7_beta"] }
]