Skip to content

Commit

Permalink
Merge branch 'mjm-xcode-10.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
mjm committed Nov 1, 2018
2 parents e4653a1 + e152e02 commit 41eb607
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 0 deletions.
57 changes: 57 additions & 0 deletions _data/xcodes.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,61 @@
osx_images:
- image: xcode10.1
xcode: "10.1"
osx_version: "10.13"
xcode_full_version: "10.1"
xcode_build_version: "10B61"
image_publish_date: 2018-11-01
sdks:
- macosx10.14
- iphoneos12.1
- iphonesimulator12.1
- appletvos12.1
- appletvsimulator12.1
- watchos5.1
- watchsimulator5.1
simulators:
- iOS 8.1
- iOS 8.2
- iOS 8.3
- iOS 8.4
- iOS 9.0
- iOS 9.1
- iOS 9.2
- iOS 9.3
- iOS 10.0
- iOS 10.1
- iOS 10.2
- iOS 10.3
- iOS 11.0
- iOS 11.1
- iOS 11.2
- iOS 11.3
- iOS 11.4
- iOS 12.0
- iOS 12.1
- tvOS 9.0
- tvOS 9.1
- tvOS 9.2
- tvOS 10.0
- tvOS 10.1
- tvOS 10.2
- tvOS 11.0
- tvOS 11.1
- tvOS 11.2
- tvOS 11.3
- tvOS 11.4
- tvOS 12.0
- tvOS 12.1
- watchOS 2.0
- watchOS 2.1
- watchOS 2.2
- watchOS 3.2
- watchOS 4.0
- watchOS 4.1
- watchOS 4.2
- watchOS 5.0
- watchOS 5.1
jdk: "11.0.1+13"
- image: xcode10
xcode: "10.0"
osx_version: "10.13"
Expand Down
45 changes: 45 additions & 0 deletions user/build-environment-updates/2018-11-01.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Build Environment Update History
layout: en
permalink: /user/build-environment-updates/2018-11-01/
category: mac_build_env_updates
date: 2018-11-01
---

## 2018-11-01

This update applies to `osx_image: xcode10.1`, for macOS builds
Xcode 10.1 (build 10B61).

### Schedule

2018-11-01 12:00 UTC

This xcode image is running on High Sierra 10.13.6.

### Changed

**SDKs**
- tvOS 12.1 (16J602)
- iOS 12.1 (16B91)
- watchOS 5.1 (16R591)
- macOS 10.14 (18B71)

**Swift**
- Apple Swift version 4.2.1 (swiftlang-1000.11.42 clang-1000.11.45.1)

### Deprecated

N/A

### Removed

N/A

### Fixed

N/A

### Security

N/A

0 comments on commit 41eb607

Please sign in to comment.