Skip to content

Commit 26c5864

Browse files
committed
Xcode 10.1
1 parent edba4cd commit 26c5864

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ To build an Xcode image (don't forget to setup `FASTLANE_USER` and `FASTLANE_PAS
2727
[xcode-install](https://github.com/KrauseFx/xcode-install#usage)):
2828

2929
```bash
30-
packer build -var xcode_version="10.0" templates/mojave-xcode.json
30+
packer build -var xcode_version="10.1" templates/mojave-xcode.json
3131
```

templates/mojave-xcode.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"variables": {
1414
"fastlane_user": "{{env `FASTLANE_USER`}}",
1515
"fastlane_password": "{{env `FASTLANE_PASSWORD`}}",
16-
"xcode_version": "10.0"
16+
"xcode_version": "10.1"
1717
},
1818
"provisioners": [
1919
{
@@ -41,8 +41,8 @@
4141
"xcversion install $XCODE_VERSION",
4242
"xcversion select $XCODE_VERSION",
4343
"xcversion simulators",
44-
"xcversion simulators --install='iOS 11.4'",
45-
"xcversion simulators --install='watchOS 4.2'",
44+
"xcversion simulators --install='iOS 12.0'",
45+
"xcversion simulators --install='watchOS 5.0'",
4646
"xcversion cleanup"
4747
],
4848
"type": "shell"

0 commit comments

Comments
 (0)