Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.29 KB

design.md

File metadata and controls

25 lines (16 loc) · 1.29 KB

User Story

  • add a Dockerfile to the root of your XCode Project
  • run 'docker build' from the project root and xcode build process is invoked
  • user can see build log stream similar to linux image builds today
  • image is created and stored in the server
  • "docker run" invokes the "container" in the simulator
  • "docker push" will send the app container to testflight/itunes connect
  • capture push status values/messages and show them in the docker client output

Resources

XCode Continuous integration talk at WWDC

XCode Continuous integration slides

XCode Server Experiments/Recipes

XCode Server under the hood

XCode Server with bots & TestFlight

XCode continuous integration documentation/guide

Example of using XCode Server APIs written in Swift