This is a Docker image for the Deltatre Apple toolkit.
It contains:
To run this container, you'll need Docker installed.
You can run any tool contained into the image via the following Docker command:
docker run deltatrecil/d3cil-appletoolkit-xcodegen:latest \
-v "${PWD}":"${PWD}" \
-w "${PWD}" \
{{TOOL}} arguments...
{{TOOL}} is the name of the executable (E.g.: xcodebuild, swaggen...)Please check the xcodegen documentation for more informations.
Please check the SwagGen documentation for more informations.
Please check the Switlint documentation for more informations.
You should mount the directory you want to execute xcodegen against.
By example to mount the current volume (PWD) and use it as working directory:
docker run deltatrecil/d3cil-appletoolkit-xcodegen:latest \
-v "${PWD}":"${PWD}" \ # Mounting the current volume into the container
-w "${PWD}" \ # Using the current folder path as working directory
...
| Tool | Version | Notes |
|---|---|---|
| Swaggen | 4.4.0 | |
| SwiftFormat | 0.47.10 | |
| XCodegen | master 04d6749 | master branch is required due to the fact that Linux support is not yet released |
| Swiftlint | master 7b3f15b | master branch is required due to the fact that Linux support is not yet released |
This project is licensed under the MIT license - see the LICENSE.md file for details.
Content type
Image
Digest
Size
165.2 MB
Last updated
over 5 years ago
docker pull deltatrecil/d3cil-appletoolkit-toolkit