XCodegen Docker image
2.0K
This is a Docker image for the XCodegen tool.
These instructions will cover usage information and for the docker container
To run this container, you'll need Docker installed.
Please check the xcodegen 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}" \
-w "${PWD}" \
xcodegen \
...
This project is licensed under the MIT license - see the LICENSE.md file for details.
Content type
Image
Digest
Size
118.7 MB
Last updated
over 5 years ago
docker pull deltatrecil/d3cil-appletoolkit-xcodegen