Skip to content

Integration with Xcode

Jeeeyul Lee edited this page Mar 4, 2015 · 9 revisions

Jeeebot can be integrated with Xcode gracefully. It can recognize inputs and output from Xcode build settings.

Integration with XCode

  1. Choose your target from Build Phase.
  2. Press ‘+’ to and select New Run Script Phase.
  3. Enter a jeeebot command as script
  4. Set inputs and outputs.

Cautions

Generated header files should be required to compile other source files, So move script phase to above compilation phase.

Xcode will invoke Jeeebot when it build what if there are changes from input files.

Clone this wiki locally