Skip to content

Commit ac23fe5

Browse files
authored
Merge pull request travis-ci#1891 from travis-ci/cha-xcode9.4.1-release
User documentation updates for xcode9.4.1 release 🎉 🍎
2 parents 00abdcf + 6e49d18 commit ac23fe5

File tree

3 files changed

+121
-11
lines changed

3 files changed

+121
-11
lines changed

_data/xcodes.yml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,55 @@
11
osx_images:
2+
- image: xcode9.4.1
3+
xcode: "9.4.1"
4+
osx_version: "10.13"
5+
xcode_full_version: "9.4.1"
6+
image_publish_date: 2018-06-15
7+
sdks:
8+
- macosx10.13
9+
- iphoneos11.4
10+
- iphonesimulator11.4
11+
- appletvos11.4
12+
- appletvsimulator11.4
13+
- watchos4.3
14+
- watchsimulator4.3
15+
simulators:
16+
- iOS 8.1
17+
- iOS 8.2
18+
- iOS 8.3
19+
- iOS 8.4
20+
- iOS 9.0
21+
- iOS 9.1
22+
- iOS 9.2
23+
- iOS 9.3
24+
- iOS 10.0
25+
- iOS 10.1
26+
- iOS 10.2
27+
- iOS 10.3
28+
- iOS 11.0
29+
- iOS 11.1
30+
- iOS 11.2
31+
- iOS 11.3
32+
- iOS 11.4
33+
- tvOS 9.0
34+
- tvOS 9.1
35+
- tvOS 9.2
36+
- tvOS 10.0
37+
- tvOS 10.1
38+
- tvOS 10.2
39+
- tvOS 11.0
40+
- tvOS 11.1
41+
- tvOS 11.2
42+
- tvOS 11.3
43+
- tvOS 11.4
44+
- watchOS 2.0
45+
- watchOS 2.1
46+
- watchOS 2.2
47+
- watchOS 3.2
48+
- watchOS 4.0
49+
- watchOS 4.1
50+
- watchOS 4.2
51+
- watchOS 4.3
52+
jdk: "1.8.0_112-b16"
253
- image: xcode9.3
354
xcode: "9.3"
455
osx_version: "10.13"
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Build Environment Update History
3+
layout: en
4+
permalink: /user/build-environment-updates/2018-06-15/
5+
category: mac_build_env_updates
6+
date: 2018-06-15
7+
---
8+
9+
## 2018-06-15
10+
11+
This update applies to `osx_image: xcode9.4.1`, for osx builds
12+
This xcode image is running on High Sierra 10.13
13+
Xcode 9.4.1
14+
Build version 9F2000
15+
16+
### Schedule
17+
18+
2018-06-15 19:00 UTC
19+
20+
### Changed
21+
22+
**SDKs**
23+
- iPhoneOS11.4.sdk - iOS 11.4 (iphoneos11.4)
24+
- tvOS 11.4 (15L576)
25+
- iOS 11.3 (15E217)
26+
- watchOS 4.3 (15T212)
27+
- macOS 10.13.4 (17E189)
28+
29+
**Swift**
30+
- Apple Swift version 4.1.2 (swiftlang-902.0.54 clang-902.0.39.2)
31+
32+
**Gems**
33+
- cocoapods `1.5.3`
34+
- fastlane `2.89.0`
35+
- xctool version `0.3.4`
36+
- rake `12.3.1`
37+
- rdoc `6.0.3`
38+
- xcodeproj `1.5.7`
39+
40+
### Deprecated
41+
42+
N/A
43+
44+
45+
### Removed
46+
47+
48+
### Fixed
49+
50+
N/A
51+
52+
### Security
53+
54+
N/A
55+
56+
### Details
57+
58+
N/A

user/reference/osx.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -142,22 +142,22 @@ The JDK available in the OS X environment is tied to the Xcode version selected
142142

143143
## Compilers and Build toolchain
144144

145-
- automake 1.15.1
146-
- maven 3.5.0
147-
- mercurial 4.3.3
145+
- automake 1.16.1
146+
- maven 3.5.3
147+
- mercurial 4.6.1
148148
- pkg-config 0.29.2
149-
- wget 1.19.1_1
150-
- xctool 0.3.3
151-
- cmake 3.9.4
149+
- wget 1.19.5
150+
- xctool 0.3.4
151+
- cmake 3.11.3
152152

153153
## Languages
154154

155-
- go 1.9.1
155+
- go 1.10.3
156156

157157
## Services
158158

159-
- postgis 2.4.0
160-
- postgresql 9.6.5
159+
- postgis 2.4.4.4_1
160+
- postgresql 10.4
161161

162162
## Runtimes
163163

@@ -199,7 +199,7 @@ e.g. to tag the build, or to run post-build deployments.
199199

200200
## Maven version
201201

202-
Stock Apache Maven 3.
202+
Stock Apache Maven 3.5.3
203203

204204
## Ruby versions/implementations
205205

@@ -215,6 +215,7 @@ Stock Apache Maven 3.
215215
- ruby-2.2.5
216216
- ruby-2.3.0
217217
- ruby-2.3.1
218+
- ruby-2.4.3
218219
- jruby-1.7.19
219220
- jruby-1.7.23
220221
- jruby-1.7.25
@@ -225,7 +226,7 @@ Rubies are built using [RVM](http://rvm.io/) that is installed per-user.
225226

226227
## Bundler version
227228

228-
Recent 1.7 version (usually the most recent)
229+
Recent 1.16.2 version (usually the most recent)
229230

230231
## Gems in the global gem set
231232

0 commit comments

Comments
 (0)