Xcode 11.1 Image released

We have released an Xcode 11.1 GM image today. You can select the image by adding the following to a job in config.yml :

macos:
  xcode: 11.1.0

The changes from the Xcode 11.0 image are:

  • Xcode is now 11.1 build version 11A1027
  • The default shell is now a login shell. This will mean that .bash_profile is executed for every step.
  • The Xcode 11 CLI tools are installed (version 11.0.0.0.1.1567737322)
  • Added iOS 13.1 simulators for iPhone 8 and iPhone 8 Plus
  • Ruby versions available via chruby are now 2.5.6 and 2.6.4

Minor changes:

  • Cocoapods is now 1.8.0

The full manifest of the installed software and SDKs is available here .

Upcoming deprecations / changes

2 Likes