File tree Expand file tree Collapse file tree 3 files changed +121
-11
lines changed
build-environment-updates Expand file tree Collapse file tree 3 files changed +121
-11
lines changed Original file line number Diff line number Diff line change 1
1
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"
2
53
- image : xcode9.3
3
54
xcode : " 9.3"
4
55
osx_version : " 10.13"
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change @@ -142,22 +142,22 @@ The JDK available in the OS X environment is tied to the Xcode version selected
142
142
143
143
# # Compilers and Build toolchain
144
144
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
148
148
- 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
152
152
153
153
# # Languages
154
154
155
- - go 1.9.1
155
+ - go 1.10.3
156
156
157
157
# # Services
158
158
159
- - postgis 2.4.0
160
- - postgresql 9.6.5
159
+ - postgis 2.4.4.4_1
160
+ - postgresql 10.4
161
161
162
162
# # Runtimes
163
163
@@ -199,7 +199,7 @@ e.g. to tag the build, or to run post-build deployments.
199
199
200
200
# # Maven version
201
201
202
- Stock Apache Maven 3.
202
+ Stock Apache Maven 3.5.3
203
203
204
204
# # Ruby versions/implementations
205
205
@@ -215,6 +215,7 @@ Stock Apache Maven 3.
215
215
- ruby-2.2.5
216
216
- ruby-2.3.0
217
217
- ruby-2.3.1
218
+ - ruby-2.4.3
218
219
- jruby-1.7.19
219
220
- jruby-1.7.23
220
221
- jruby-1.7.25
@@ -225,7 +226,7 @@ Rubies are built using [RVM](http://rvm.io/) that is installed per-user.
225
226
226
227
# # Bundler version
227
228
228
- Recent 1.7 version (usually the most recent)
229
+ Recent 1.16.2 version (usually the most recent)
229
230
230
231
# # Gems in the global gem set
231
232
You can’t perform that action at this time.
0 commit comments