Commit 26c5864 1 parent edba4cd commit 26c5864 Copy full SHA for 26c5864
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ To build an Xcode image (don't forget to setup `FASTLANE_USER` and `FASTLANE_PAS
27
27
[ xcode-install] ( https://github.com/KrauseFx/xcode-install#usage ) ):
28
28
29
29
``` 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
31
31
```
Original file line number Diff line number Diff line change 13
13
"variables" : {
14
14
"fastlane_user" : " {{env `FASTLANE_USER`}}" ,
15
15
"fastlane_password" : " {{env `FASTLANE_PASSWORD`}}" ,
16
- "xcode_version" : " 10.0 "
16
+ "xcode_version" : " 10.1 "
17
17
},
18
18
"provisioners" : [
19
19
{
41
41
" xcversion install $XCODE_VERSION" ,
42
42
" xcversion select $XCODE_VERSION" ,
43
43
" 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 '" ,
46
46
" xcversion cleanup"
47
47
],
48
48
"type" : " shell"
You can’t perform that action at this time.
0 commit comments