Xcode 10.1

This commit is contained in:
Fedor Korotkov 2018-10-31 10:41:52 -04:00
parent edba4cdf77
commit 26c58647cd
2 changed files with 4 additions and 4 deletions

View File

@ -27,5 +27,5 @@ To build an Xcode image (don't forget to setup `FASTLANE_USER` and `FASTLANE_PAS
[xcode-install](https://github.com/KrauseFx/xcode-install#usage)):
```bash
packer build -var xcode_version="10.0" templates/mojave-xcode.json
packer build -var xcode_version="10.1" templates/mojave-xcode.json
```

View File

@ -13,7 +13,7 @@
"variables": {
"fastlane_user": "{{env `FASTLANE_USER`}}",
"fastlane_password": "{{env `FASTLANE_PASSWORD`}}",
"xcode_version": "10.0"
"xcode_version": "10.1"
},
"provisioners": [
{
@ -41,8 +41,8 @@
"xcversion install $XCODE_VERSION",
"xcversion select $XCODE_VERSION",
"xcversion simulators",
"xcversion simulators --install='iOS 11.4'",
"xcversion simulators --install='watchOS 4.2'",
"xcversion simulators --install='iOS 12.0'",
"xcversion simulators --install='watchOS 5.0'",
"xcversion cleanup"
],
"type": "shell"