diff --git a/README.md b/README.md index 2ded21c..edad808 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/templates/mojave-flutter.json b/templates/mojave-flutter.json index 5d5d377..0e7e6e6 100644 --- a/templates/mojave-flutter.json +++ b/templates/mojave-flutter.json @@ -11,7 +11,7 @@ } ], "variables": { - "xcode_version": "11" + "xcode_version": "11.1" }, "provisioners": [ { diff --git a/templates/mojave-xcode.json b/templates/mojave-xcode.json index 1d081ad..43f0069 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": "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"