Skip to content

Commit 01e7397

Browse files
Merge pull request #258 from Automattic/update/xcode-and-ci-toolkit-versions
Update the CI Toolkit and Xcode image
2 parents be3d5c2 + 9b40a53 commit 01e7397

4 files changed

Lines changed: 18 additions & 21 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Nodes with values to reuse in the pipeline.
22
common_params:
33
plugins: &common_plugins
4-
- automattic/a8c-ci-toolkit#2.15.0
4+
- automattic/a8c-ci-toolkit#2.17.0
55
# Common environment values to use with the `env` key.
66
env: &common_env
7-
IMAGE_ID: xcode-14
7+
IMAGE_ID: xcode-14.3.1
88

99
# This is the default pipeline – it will build and test the app
1010
steps:

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'cocoapods', '~> 1.11'
5+
gem 'cocoapods', '~> 1.12', '>= 1.12.1'
66
gem 'fastlane', '~> 2.189'
77
gem 'rubocop', '~> 1.18'

Gemfile.lock

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ GEM
33
specs:
44
CFPropertyList (3.0.5)
55
rexml
6-
activesupport (6.1.7)
6+
activesupport (7.0.5)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
1211
addressable (2.8.1)
1312
public_suffix (>= 2.0.2, < 6.0)
1413
algoliasearch (1.27.5)
@@ -35,26 +34,26 @@ GEM
3534
aws-eventstream (~> 1, >= 1.0.2)
3635
babosa (1.0.4)
3736
claide (1.1.0)
38-
cocoapods (1.11.3)
37+
cocoapods (1.12.1)
3938
addressable (~> 2.8)
4039
claide (>= 1.0.2, < 2.0)
41-
cocoapods-core (= 1.11.3)
40+
cocoapods-core (= 1.12.1)
4241
cocoapods-deintegrate (>= 1.0.3, < 2.0)
43-
cocoapods-downloader (>= 1.4.0, < 2.0)
42+
cocoapods-downloader (>= 1.6.0, < 2.0)
4443
cocoapods-plugins (>= 1.0.0, < 2.0)
4544
cocoapods-search (>= 1.0.0, < 2.0)
46-
cocoapods-trunk (>= 1.4.0, < 2.0)
45+
cocoapods-trunk (>= 1.6.0, < 2.0)
4746
cocoapods-try (>= 1.1.0, < 2.0)
4847
colored2 (~> 3.1)
4948
escape (~> 0.0.4)
5049
fourflusher (>= 2.3.0, < 3.0)
5150
gh_inspector (~> 1.0)
5251
molinillo (~> 0.8.0)
5352
nap (~> 1.0)
54-
ruby-macho (>= 1.0, < 3.0)
53+
ruby-macho (>= 2.3.0, < 3.0)
5554
xcodeproj (>= 1.21.0, < 2.0)
56-
cocoapods-core (1.11.3)
57-
activesupport (>= 5.0, < 7)
55+
cocoapods-core (1.12.1)
56+
activesupport (>= 5.0, < 8)
5857
addressable (~> 2.8)
5958
algoliasearch (~> 1.0)
6059
concurrent-ruby (~> 1.1)
@@ -76,7 +75,7 @@ GEM
7675
colored2 (3.1.2)
7776
commander (4.6.0)
7877
highline (~> 2.0.0)
79-
concurrent-ruby (1.1.10)
78+
concurrent-ruby (1.2.2)
8079
declarative (0.0.20)
8180
digest-crc (0.6.4)
8281
rake (>= 12.0.0, < 14.0.0)
@@ -85,7 +84,7 @@ GEM
8584
dotenv (2.8.1)
8685
emoji_regex (3.2.3)
8786
escape (0.0.4)
88-
ethon (0.15.0)
87+
ethon (0.16.0)
8988
ffi (>= 1.15.0)
9089
excon (0.92.4)
9190
faraday (1.10.2)
@@ -202,15 +201,15 @@ GEM
202201
http-cookie (1.0.5)
203202
domain_name (~> 0.5)
204203
httpclient (2.8.3)
205-
i18n (1.12.0)
204+
i18n (1.14.1)
206205
concurrent-ruby (~> 1.0)
207206
jmespath (1.6.1)
208207
json (2.6.2)
209208
jwt (2.4.1)
210209
memoist (0.16.2)
211210
mini_magick (4.11.0)
212211
mini_mime (1.1.2)
213-
minitest (5.16.3)
212+
minitest (5.18.0)
214213
molinillo (0.8.0)
215214
multi_json (1.15.0)
216215
multipart-post (2.0.0)
@@ -268,7 +267,7 @@ GEM
268267
tty-cursor (~> 0.7)
269268
typhoeus (1.4.0)
270269
ethon (>= 0.9.0)
271-
tzinfo (2.0.5)
270+
tzinfo (2.0.6)
272271
concurrent-ruby (~> 1.0)
273272
uber (0.1.0)
274273
unf (0.1.4)
@@ -288,14 +287,13 @@ GEM
288287
rouge (~> 2.0.7)
289288
xcpretty-travis-formatter (1.0.1)
290289
xcpretty (~> 0.2, >= 0.0.7)
291-
zeitwerk (2.6.1)
292290

293291
PLATFORMS
294292
ruby
295293
x86_64-darwin-20
296294

297295
DEPENDENCIES
298-
cocoapods (~> 1.11)
296+
cocoapods (~> 1.12, >= 1.12.1)
299297
fastlane (~> 2.189)
300298
rubocop (~> 1.18)
301299

Sources/Model/ObjC/Common/TracksLogging.m

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
@import Foundation;
33
@import ObjectiveC;
44

5-
6-
Class<TracksLoggingConfiguration> TracksLoggingClass() {
5+
Class<TracksLoggingConfiguration> TracksLoggingClass(void) {
76
static Class<TracksLoggingConfiguration> result = nil;
87
static dispatch_once_t onceToken;
98
dispatch_once(&onceToken, ^{

0 commit comments

Comments
 (0)