Sign inSign up

deltatrecil/d3cil-appletoolkit-xcodegen

By deltatrecil

Updated over 5 years ago

XCodegen Docker image

Image
0

2.0K

deltatrecil/d3cil-appletoolkit-xcodegen repository overview

Docker XCodegen image

This is a Docker image for the XCodegen tool.

Getting Started

These instructions will cover usage information and for the docker container

Prerequisites

To run this container, you'll need Docker installed.

Usage

XcodeGen

Please check the xcodegen documentation for more informations.

Environment Variables
  • None
Volumes

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 \
    ...

Built With

  • Docker Engine v20.10.0

Authors

  • Johann Martinache - Initial work

License

This project is licensed under the MIT license - see the LICENSE.md file for details.

Tag summary

Content type

Image

Digest

Size

118.7 MB

Last updated

over 5 years ago

docker pull deltatrecil/d3cil-appletoolkit-xcodegen