Skip to content

Commit be7ef42

Browse files
committed
Xcode 11.4.1
Related to #23
1 parent b31d246 commit be7ef42

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Packer templates to build [macOS Anka images](https://veertu.com/anka-technology/) to use in CI:
44

55
* `catalina-base` image has only `brew` pre-installed
6-
* `catalina-xcode-11.4` image is based of `catalina-base` and has only `Xcode 11.4` pre-installed
7-
* `catalina-flutter` image is based of `catalina-xcode-11.4` and has only [`Flutter`](https://flutter.dev/) pre-installed
6+
* `catalina-xcode-11.4.1` image is based of `catalina-base` and has only `Xcode 11.4.1` pre-installed
7+
* `catalina-flutter` image is based of `catalina-xcode-11.4.1` and has only [`Flutter`](https://flutter.dev/) pre-installed
88

99
## Building Base Image
1010

@@ -28,5 +28,5 @@ To build an Xcode image (don't forget to setup `FASTLANE_USER` and `FASTLANE_PAS
2828
[xcode-install](https://github.com/KrauseFx/xcode-install#usage)):
2929

3030
```bash
31-
packer build -var xcode_version="11.4" templates/catalina-xcode.json
31+
packer build templates/catalina-flutter.json
3232
```

templates/catalina-flutter.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"variables": {
15-
"xcode_version": "11.4"
15+
"xcode_version": "11.4.1"
1616
},
1717
"provisioners": [
1818
{

templates/catalina-xcode.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"variables": {
1515
"fastlane_user": "{{env `FASTLANE_USER`}}",
1616
"fastlane_password": "{{env `FASTLANE_PASSWORD`}}",
17-
"xcode_version": "11.4"
17+
"xcode_version": "11.4.1"
1818
},
1919
"provisioners": [
2020
{

0 commit comments

Comments
 (0)