From 6d092eb7e9ed53aaa3ef617739cc0dcd40620c32 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Thu, 28 Mar 2019 11:24:42 -0400 Subject: [PATCH] Xcode 10.2 --- README.md | 3 ++- templates/mojave-xcode.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2787a0f..dc2c82f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 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-flutter` image is based of `mojave-xcode-10.1` and has only [`Flutter`](https://flutter.dev/) pre-installed # Building Base Image @@ -28,5 +29,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.1" templates/mojave-xcode.json +packer build -var xcode_version="10.2" templates/mojave-xcode.json ``` diff --git a/templates/mojave-xcode.json b/templates/mojave-xcode.json index 8fffd0d..cb0fee3 100644 --- a/templates/mojave-xcode.json +++ b/templates/mojave-xcode.json @@ -13,7 +13,7 @@ "variables": { "fastlane_user": "{{env `FASTLANE_USER`}}", "fastlane_password": "{{env `FASTLANE_PASSWORD`}}", - "xcode_version": "10.1" + "xcode_version": "10.2" }, "provisioners": [ {