Skip to content

Commit c1d6f77

Browse files
committed
fix(ci): switch to swift test and fix CFPropertyList version mismatch
1 parent 28c6cca commit c1d6f77

3 files changed

Lines changed: 57 additions & 57 deletions

File tree

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

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

5-
gem 'fastlane', '~> 2.232'
5+
gem 'fastlane', '2.231.1'
6+
gem 'CFPropertyList', '3.0.8'

Gemfile.lock

Lines changed: 54 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,27 @@ GEM
77
public_suffix (>= 2.0.2, < 8.0)
88
artifactory (3.0.17)
99
atomos (0.1.3)
10-
aws-eventstream (1.4.0)
11-
aws-partitions (1.1213.0)
12-
aws-sdk-core (3.242.0)
10+
aws-eventstream (1.3.2)
11+
aws-partitions (1.1109.0)
12+
aws-sdk-core (3.224.1)
1313
aws-eventstream (~> 1, >= 1.3.0)
1414
aws-partitions (~> 1, >= 1.992.0)
1515
aws-sigv4 (~> 1.9)
1616
base64
17-
bigdecimal
1817
jmespath (~> 1, >= 1.6.1)
1918
logger
20-
aws-sdk-kms (1.121.0)
21-
aws-sdk-core (~> 3, >= 3.241.4)
19+
aws-sdk-kms (1.101.0)
20+
aws-sdk-core (~> 3, >= 3.216.0)
2221
aws-sigv4 (~> 1.5)
23-
aws-sdk-s3 (1.213.0)
24-
aws-sdk-core (~> 3, >= 3.241.4)
22+
aws-sdk-s3 (1.188.0)
23+
aws-sdk-core (~> 3, >= 3.224.1)
2524
aws-sdk-kms (~> 1)
2625
aws-sigv4 (~> 1.5)
27-
aws-sigv4 (1.12.1)
26+
aws-sigv4 (1.11.0)
2827
aws-eventstream (~> 1, >= 1.0.2)
2928
babosa (1.0.4)
3029
base64 (0.2.0)
3130
benchmark (0.5.0)
32-
bigdecimal (4.0.1)
3331
claide (1.1.0)
3432
colored (1.2)
3533
colored2 (3.1.2)
@@ -39,20 +37,22 @@ GEM
3937
declarative (0.0.20)
4038
digest-crc (0.7.0)
4139
rake (>= 12.0.0, < 14.0.0)
42-
domain_name (0.6.20240107)
40+
domain_name (0.5.20190701)
41+
unf (>= 0.0.5, < 1.0.0)
4342
dotenv (2.8.1)
4443
emoji_regex (3.2.3)
45-
excon (0.112.0)
46-
faraday (1.8.0)
44+
excon (0.109.0)
45+
faraday (1.10.5)
4746
faraday-em_http (~> 1.0)
4847
faraday-em_synchrony (~> 1.0)
4948
faraday-excon (~> 1.1)
50-
faraday-httpclient (~> 1.0.1)
49+
faraday-httpclient (~> 1.0)
50+
faraday-multipart (~> 1.0)
5151
faraday-net_http (~> 1.0)
52-
faraday-net_http_persistent (~> 1.1)
52+
faraday-net_http_persistent (~> 1.0)
5353
faraday-patron (~> 1.0)
5454
faraday-rack (~> 1.0)
55-
multipart-post (>= 1.2, < 3)
55+
faraday-retry (~> 1.0)
5656
ruby2_keywords (>= 0.0.4)
5757
faraday-cookie_jar (0.0.8)
5858
faraday (>= 0.8.0)
@@ -61,19 +61,22 @@ GEM
6161
faraday-em_synchrony (1.0.1)
6262
faraday-excon (1.1.0)
6363
faraday-httpclient (1.0.1)
64+
faraday-multipart (1.2.0)
65+
multipart-post (~> 2.0)
6466
faraday-net_http (1.0.2)
6567
faraday-net_http_persistent (1.2.0)
6668
faraday-patron (1.0.0)
6769
faraday-rack (1.0.0)
70+
faraday-retry (1.0.3)
6871
faraday_middleware (1.2.1)
6972
faraday (~> 1.0)
7073
fastimage (2.4.0)
71-
fastlane (2.232.1)
74+
fastlane (2.231.1)
7275
CFPropertyList (>= 2.3, < 4.0.0)
7376
abbrev (~> 0.1.2)
7477
addressable (>= 2.8, < 3.0.0)
7578
artifactory (~> 3.0)
76-
aws-sdk-s3 (~> 1.197)
79+
aws-sdk-s3 (~> 1.0)
7780
babosa (>= 1.0.3, < 2.0.0)
7881
base64 (~> 0.2.0)
7982
benchmark (>= 0.1.0)
@@ -92,7 +95,7 @@ GEM
9295
gh_inspector (>= 1.1.2, < 2.0.0)
9396
google-apis-androidpublisher_v3 (~> 0.3)
9497
google-apis-playcustomapp_v1 (~> 0.1)
95-
google-cloud-env (>= 1.6.0, <= 2.1.1)
98+
google-cloud-env (>= 1.6.0, < 2.0.0)
9699
google-cloud-storage (~> 1.31)
97100
highline (~> 2.0)
98101
http-cookie (~> 1.0.5)
@@ -121,40 +124,38 @@ GEM
121124
fastlane-sirp (1.0.0)
122125
sysrandom (~> 1.0)
123126
gh_inspector (1.1.3)
124-
google-apis-androidpublisher_v3 (0.96.0)
125-
google-apis-core (>= 0.15.0, < 2.a)
126-
google-apis-core (0.18.0)
127+
google-apis-androidpublisher_v3 (0.54.0)
128+
google-apis-core (>= 0.11.0, < 2.a)
129+
google-apis-core (0.11.3)
127130
addressable (~> 2.5, >= 2.5.1)
128-
googleauth (~> 1.9)
129-
httpclient (>= 2.8.3, < 3.a)
131+
googleauth (>= 0.16.2, < 2.a)
132+
httpclient (>= 2.8.1, < 3.a)
130133
mini_mime (~> 1.0)
131-
mutex_m
132134
representable (~> 3.0)
133135
retriable (>= 2.0, < 4.a)
134-
google-apis-iamcredentials_v1 (0.26.0)
135-
google-apis-core (>= 0.15.0, < 2.a)
136-
google-apis-playcustomapp_v1 (0.17.0)
137-
google-apis-core (>= 0.15.0, < 2.a)
138-
google-apis-storage_v1 (0.60.0)
139-
google-apis-core (>= 0.15.0, < 2.a)
140-
google-cloud-core (1.8.0)
136+
rexml
137+
google-apis-iamcredentials_v1 (0.17.0)
138+
google-apis-core (>= 0.11.0, < 2.a)
139+
google-apis-playcustomapp_v1 (0.13.0)
140+
google-apis-core (>= 0.11.0, < 2.a)
141+
google-apis-storage_v1 (0.29.0)
142+
google-apis-core (>= 0.11.0, < 2.a)
143+
google-cloud-core (1.6.1)
141144
google-cloud-env (>= 1.0, < 3.a)
142145
google-cloud-errors (~> 1.0)
143-
google-cloud-env (2.1.1)
144-
faraday (>= 1.0, < 3.a)
145-
google-cloud-errors (1.5.0)
146-
google-cloud-storage (1.58.0)
146+
google-cloud-env (1.6.0)
147+
faraday (>= 0.17.3, < 3.0)
148+
google-cloud-errors (1.3.1)
149+
google-cloud-storage (1.45.0)
147150
addressable (~> 2.8)
148151
digest-crc (~> 0.4)
149-
google-apis-core (>= 0.18, < 2)
150-
google-apis-iamcredentials_v1 (~> 0.18)
151-
google-apis-storage_v1 (>= 0.42)
152+
google-apis-iamcredentials_v1 (~> 0.1)
153+
google-apis-storage_v1 (~> 0.29.0)
152154
google-cloud-core (~> 1.6)
153-
googleauth (~> 1.9)
155+
googleauth (>= 0.16.2, < 2.a)
154156
mini_mime (~> 1.0)
155-
googleauth (1.11.2)
156-
faraday (>= 1.0, < 3.a)
157-
google-cloud-env (~> 2.1)
157+
googleauth (1.8.1)
158+
faraday (>= 0.17.3, < 3.a)
158159
jwt (>= 1.4, < 3.0)
159160
multi_json (~> 1.11)
160161
os (>= 0.9, < 2.0)
@@ -165,13 +166,13 @@ GEM
165166
httpclient (2.9.0)
166167
mutex_m
167168
jmespath (1.6.2)
168-
json (2.18.1)
169+
json (2.7.6)
169170
jwt (2.10.2)
170171
base64
171172
logger (1.7.0)
172173
mini_magick (4.13.2)
173174
mini_mime (1.1.5)
174-
multi_json (1.19.1)
175+
multi_json (1.15.0)
175176
multipart-post (2.4.1)
176177
mutex_m (0.3.0)
177178
nanaimo (0.4.0)
@@ -181,7 +182,7 @@ GEM
181182
os (1.1.4)
182183
ostruct (0.6.3)
183184
plist (3.7.2)
184-
public_suffix (7.0.2)
185+
public_suffix (5.1.1)
185186
rake (13.3.1)
186187
representable (3.2.0)
187188
declarative (< 0.1.0)
@@ -193,10 +194,10 @@ GEM
193194
ruby2_keywords (0.0.5)
194195
rubyzip (2.4.1)
195196
security (0.1.5)
196-
signet (0.21.0)
197+
signet (0.18.0)
197198
addressable (~> 2.8)
198199
faraday (>= 0.17.5, < 3.a)
199-
jwt (>= 1.5, < 4.0)
200+
jwt (>= 1.5, < 3.0)
200201
multi_json (~> 1.10)
201202
simctl (1.6.10)
202203
CFPropertyList
@@ -211,6 +212,7 @@ GEM
211212
tty-spinner (0.9.3)
212213
tty-cursor (~> 0.7)
213214
uber (0.1.0)
215+
unf (0.2.0)
214216
unicode-display_width (2.6.0)
215217
word_wrap (1.0.0)
216218
xcodeproj (1.27.0)
@@ -226,10 +228,11 @@ GEM
226228
xcpretty (~> 0.2, >= 0.0.7)
227229

228230
PLATFORMS
229-
ruby
231+
arm64-darwin-25
230232

231233
DEPENDENCIES
232-
fastlane (~> 2.232)
234+
CFPropertyList (= 3.0.8)
235+
fastlane (= 2.231.1)
233236

234237
BUNDLED WITH
235-
4.0.6
238+
2.4.19

fastlane/Fastfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ platform :mac do
1515

1616
desc "Runs all the tests"
1717
lane :test do
18-
run_tests(
19-
project: "Monolingual.xcodeproj",
20-
scheme: "Monolingual",
21-
xcargs: "CODE_SIGN_IDENTITY='-' CODE_SIGNING_REQUIRED=NO CODE_SIGN_STYLE=Manual"
22-
)
18+
sh("swift test")
2319
end
2420

2521
desc "Build a new beta version with debug information"

0 commit comments

Comments
 (0)