Peter Chen

  • About
  • iOS
  • ML
  • Design

Command-line Control of Xcode Server

May 15, 2017

Use xcscontrol:

https://honzadvorsky.com/articles/2015-08-12-xcode_server_hacks_cli_xcscontrol/

#ios #xcodeserver #cli #ci

  1. Xcode Server ‘No Devices Found’

    May 15, 2017

    Apply this patch to your Xcode Server if you’re trying to edit a Bot’s test devices/simulators and see either ‘No Devices Found’ or if you see the list populated very, very slowly:

    https://github.com/juce/xcs-tweaks

    #ios #xcodeserver #xcode #ci

  2. Xcode Server Command Line Tool

    Apr 27, 2017

    This is a wonderful tool to gain broad insight into your Xcode Server without messing around with its UI one-bot-at-a-time.

    https://github.com/buildasaurs/xcskarel

    #ios #dev #xcodeserver

  3. Xcode Server Environment Variables

    Apr 27, 2017

    A handy reference when writing pre- and post-trigger scripts for Xcode Server bots:

    https://developer.apple.com/library/content/documentation/IDEs/Conceptual/xcode_guide-continuous_integration/EnvironmentVariableReference.html

    #ios #dev #xcodeserver

  4. Xcode Server Under the Hood

    Apr 27, 2017

    An old article for the previous iteration of Xcode Server, but it’s a good starting point:

    https://honzadvorsky.com/articles/2015-05-04-under-the-hood-of-xcode-server/

    #ios #dev #xcodeserver