Xcode 11.1

This commit is contained in:
fedor 2019-09-24 14:55:55 -04:00
parent d7cf9d4ff1
commit fb6c2a9a0c
3 changed files with 4 additions and 8 deletions

View File

@ -5,9 +5,8 @@ Packer templates to build [macOS Anka images](https://veertu.com/anka-technology
* `mojave-base` image has only `brew` pre-installed
* `mojave-xcode-10.1` image is based of `mojave-base` and has only `Xcode 10.1` pre-installed
* `mojave-xcode-10.2` image is based of `mojave-base` and has only `Xcode 10.2` pre-installed
* `mojave-xcode-10.3` image is based of `mojave-base` and has only `Xcode 10.3` pre-installed
* `mojave-xcode-11` image is based of `mojave-base` and has only `Xcode 11 GM` pre-installed
* `mojave-flutter` image is based of `mojave-xcode-11` and has only [`Flutter`](https://flutter.dev/) pre-installed
* `mojave-xcode-11.1` image is based of `mojave-base` and has only `Xcode 11.1` pre-installed
* `mojave-flutter` image is based of `mojave-xcode-11.1` and has only [`Flutter`](https://flutter.dev/) pre-installed
# Building Base Image

View File

@ -11,7 +11,7 @@
}
],
"variables": {
"xcode_version": "11"
"xcode_version": "11.1"
},
"provisioners": [
{

View File

@ -13,7 +13,7 @@
"variables": {
"fastlane_user": "{{env `FASTLANE_USER`}}",
"fastlane_password": "{{env `FASTLANE_PASSWORD`}}",
"xcode_version": "11.0"
"xcode_version": "11.1"
},
"provisioners": [
{
@ -40,9 +40,6 @@
"sudo gem install xcode-install",
"xcversion install $XCODE_VERSION",
"xcversion select $XCODE_VERSION",
"xcversion simulators",
"xcversion simulators --install='iOS 12.2'",
"xcversion simulators --install='watchOS 5.2",
"xcversion cleanup"
],
"type": "shell"