Skip to content

Commit 0934eb6

Browse files
committed
Rollback to Xcode 11.1, because Xcode 11.2 release image is not supported yet by Travis CI.
1 parent 30d8547 commit 0934eb6

File tree

3 files changed

+47
-48
lines changed

3 files changed

+47
-48
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: objective-c
33
os: osx
4-
osx_image: xcode11.2
4+
osx_image: xcode11.1
55

66
matrix:
77
include:

Gemfile.lock

Lines changed: 38 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.0)
4+
CFPropertyList (3.0.1)
55
activesupport (4.2.11.1)
66
i18n (~> 0.7)
77
minitest (~> 5.1)
88
thread_safe (~> 0.3, >= 0.3.4)
99
tzinfo (~> 1.1)
10-
addressable (2.6.0)
11-
public_suffix (>= 2.0.2, < 4.0)
10+
addressable (2.7.0)
11+
public_suffix (>= 2.0.2, < 5.0)
12+
algoliasearch (1.27.1)
13+
httpclient (~> 2.8, >= 2.8.3)
14+
json (>= 1.5.1)
1215
atomos (0.1.3)
13-
babosa (1.0.2)
16+
babosa (1.0.3)
1417
claide (1.0.3)
15-
cocoapods (1.7.5)
18+
cocoapods (1.8.4)
1619
activesupport (>= 4.0.2, < 5)
1720
claide (>= 1.0.2, < 2.0)
18-
cocoapods-core (= 1.7.5)
21+
cocoapods-core (= 1.8.4)
1922
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2023
cocoapods-downloader (>= 1.2.2, < 2.0)
2124
cocoapods-plugins (>= 1.0.0, < 2.0)
2225
cocoapods-search (>= 1.0.0, < 2.0)
2326
cocoapods-stats (>= 1.0.0, < 2.0)
24-
cocoapods-trunk (>= 1.3.1, < 2.0)
27+
cocoapods-trunk (>= 1.4.0, < 2.0)
2528
cocoapods-try (>= 1.1.0, < 2.0)
2629
colored2 (~> 3.1)
2730
escape (~> 0.0.4)
@@ -30,9 +33,11 @@ GEM
3033
molinillo (~> 0.6.6)
3134
nap (~> 1.0)
3235
ruby-macho (~> 1.4)
33-
xcodeproj (>= 1.10.0, < 2.0)
34-
cocoapods-core (1.7.5)
36+
xcodeproj (>= 1.11.1, < 2.0)
37+
cocoapods-core (1.8.4)
3538
activesupport (>= 4.0.2, < 6)
39+
algoliasearch (~> 1.0)
40+
concurrent-ruby (~> 1.1)
3641
fuzzy_match (~> 2.0.4)
3742
nap (~> 1.0)
3843
cocoapods-deintegrate (1.0.4)
@@ -41,7 +46,7 @@ GEM
4146
nap
4247
cocoapods-search (1.0.0)
4348
cocoapods-stats (1.1.0)
44-
cocoapods-trunk (1.3.1)
49+
cocoapods-trunk (1.4.1)
4550
nap (>= 0.8, < 2.0)
4651
netrc (~> 0.11)
4752
cocoapods-try (1.1.0)
@@ -58,16 +63,16 @@ GEM
5863
dotenv (2.7.5)
5964
emoji_regex (1.0.1)
6065
escape (0.0.4)
61-
excon (0.66.0)
62-
faraday (0.15.4)
66+
excon (0.68.0)
67+
faraday (0.17.0)
6368
multipart-post (>= 1.2, < 3)
6469
faraday-cookie_jar (0.0.6)
6570
faraday (>= 0.7.4)
6671
http-cookie (~> 1.0.0)
6772
faraday_middleware (0.13.1)
6873
faraday (>= 0.7.4, < 1.0)
69-
fastimage (2.1.5)
70-
fastlane (2.129.0)
74+
fastimage (2.1.7)
75+
fastlane (2.134.0)
7176
CFPropertyList (>= 2.3, < 4.0.0)
7277
addressable (>= 2.3, < 3.0.0)
7378
babosa (>= 1.0.2, < 2.0.0)
@@ -77,9 +82,9 @@ GEM
7782
dotenv (>= 2.1.1, < 3.0.0)
7883
emoji_regex (>= 0.1, < 2.0)
7984
excon (>= 0.45.0, < 1.0.0)
80-
faraday (~> 0.9)
85+
faraday (~> 0.17)
8186
faraday-cookie_jar (~> 0.0.6)
82-
faraday_middleware (~> 0.9)
87+
faraday_middleware (~> 0.13.1)
8388
fastimage (>= 2.1.0, < 3.0.0)
8489
gh_inspector (>= 1.1.2, < 2.0.0)
8590
google-api-client (>= 0.21.2, < 0.24.0)
@@ -92,7 +97,7 @@ GEM
9297
multipart-post (~> 2.0.0)
9398
plist (>= 3.1.0, < 4.0.0)
9499
public_suffix (~> 2.0.0)
95-
rubyzip (>= 1.2.2, < 2.0.0)
100+
rubyzip (>= 1.3.0, < 2.0.0)
96101
security (= 0.1.3)
97102
simctl (~> 1.6.3)
98103
slack-notifier (>= 2.0.0, < 3.0.0)
@@ -104,7 +109,7 @@ GEM
104109
xcodeproj (>= 1.8.1, < 2.0.0)
105110
xcpretty (~> 0.3.0)
106111
xcpretty-travis-formatter (>= 0.0.3)
107-
fastlane-plugin-versioning (0.3.4)
112+
fastlane-plugin-versioning (0.4.0)
108113
ffi (1.11.1)
109114
fourflusher (2.3.1)
110115
fuzzy_match (2.0.4)
@@ -117,9 +122,9 @@ GEM
117122
representable (~> 3.0)
118123
retriable (>= 2.0, < 4.0)
119124
signet (~> 0.9)
120-
google-cloud-core (1.3.0)
125+
google-cloud-core (1.4.1)
121126
google-cloud-env (~> 1.0)
122-
google-cloud-env (1.2.0)
127+
google-cloud-env (1.3.0)
123128
faraday (~> 0.11)
124129
google-cloud-storage (1.16.0)
125130
digest-crc (~> 0.4)
@@ -139,26 +144,26 @@ GEM
139144
httpclient (2.8.3)
140145
i18n (0.9.5)
141146
concurrent-ruby (~> 1.0)
142-
jazzy (0.10.0)
147+
jazzy (0.11.2)
143148
cocoapods (~> 1.5)
144149
mustache (~> 1.1)
145150
open4
146151
redcarpet (~> 3.4)
147152
rouge (>= 2.0.6, < 4.0)
148-
sass (~> 3.6)
153+
sassc (~> 2.1)
149154
sqlite3 (~> 1.3)
150155
xcinvoke (~> 0.3.0)
151156
json (2.2.0)
152157
jwt (2.1.0)
153158
liferaft (0.0.6)
154159
memoist (0.16.0)
155-
mime-types (3.2.2)
160+
mime-types (3.3)
156161
mime-types-data (~> 3.2015)
157-
mime-types-data (3.2019.0331)
162+
mime-types-data (3.2019.1009)
158163
mini_magick (4.9.5)
159-
minitest (5.11.3)
164+
minitest (5.13.0)
160165
molinillo (0.6.6)
161-
multi_json (1.13.1)
166+
multi_json (1.14.1)
162167
multi_xml (0.6.0)
163168
multipart-post (2.0.0)
164169
mustache (1.1.0)
@@ -172,9 +177,6 @@ GEM
172177
os (1.0.1)
173178
plist (3.5.0)
174179
public_suffix (2.0.5)
175-
rb-fsevent (0.10.3)
176-
rb-inotify (0.10.0)
177-
ffi (~> 1.0)
178180
redcarpet (3.5.0)
179181
representable (3.0.4)
180182
declarative (< 0.1.0)
@@ -183,22 +185,19 @@ GEM
183185
retriable (3.1.2)
184186
rouge (2.0.7)
185187
ruby-macho (1.4.0)
186-
rubyzip (1.2.3)
187-
sass (3.7.4)
188-
sass-listen (~> 4.0.0)
189-
sass-listen (4.0.0)
190-
rb-fsevent (~> 0.9, >= 0.9.4)
191-
rb-inotify (~> 0.9, >= 0.9.7)
188+
rubyzip (1.3.0)
189+
sassc (2.2.1)
190+
ffi (~> 1.9)
192191
sawyer (0.8.2)
193192
addressable (>= 2.3.5)
194193
faraday (> 0.8, < 2.0)
195194
security (0.1.3)
196-
signet (0.11.0)
195+
signet (0.12.0)
197196
addressable (~> 2.3)
198197
faraday (~> 0.9)
199198
jwt (>= 1.5, < 3.0)
200199
multi_json (~> 1.10)
201-
simctl (1.6.5)
200+
simctl (1.6.6)
202201
CFPropertyList
203202
naturally
204203
slack-notifier (2.3.2)
@@ -221,7 +220,7 @@ GEM
221220
word_wrap (1.0.0)
222221
xcinvoke (0.3.0)
223222
liferaft (~> 0.0.6)
224-
xcodeproj (1.12.0)
223+
xcodeproj (1.13.0)
225224
CFPropertyList (>= 2.3.3, < 4.0)
226225
atomos (~> 0.1.3)
227226
claide (>= 1.0.2, < 2.0)
@@ -244,4 +243,4 @@ DEPENDENCIES
244243
octokit
245244

246245
BUNDLED WITH
247-
1.17.3
246+
2.0.1

fastlane/Fastfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
fastlane_version "1.98.0"
22

33
lane :test_ios13 do
4-
create_test_simulator(device: "iPhone X", runtime: "iOS13.2")
4+
create_test_simulator(device: "iPhone X", runtime: "iOS13.1")
55
scan(scheme: 'Tests-iOS')
66
sh "bash ../codecov.sh"
77
end
88

99
lane :test_ios12 do
10-
create_test_simulator(device: "iPhone X", runtime: "iOS12.2")
10+
create_test_simulator(device: "iPhone X", runtime: "iOS12.1")
1111
scan(scheme: 'Tests-iOS')
1212
end
1313

1414
lane :test_tvos13 do
15-
create_test_simulator(device: "Apple TV 4K", runtime: "tvOS13.2")
15+
create_test_simulator(device: "Apple TV 4K", runtime: "tvOS13.1")
1616
scan(scheme: 'Tests-tvOS')
1717
end
1818

1919
lane :test_tvos12 do
20-
create_test_simulator(device: "Apple TV 4K", runtime: "tvOS12.2")
20+
create_test_simulator(device: "Apple TV 4K", runtime: "tvOS12.1")
2121
scan(scheme: 'Tests-tvOS')
2222
end
2323

@@ -27,22 +27,22 @@ lane :pod_lint do
2727
end
2828

2929
lane :test_ios_swift4 do
30-
create_test_simulator(device: "iPhone X", runtime: "iOS13.2")
30+
create_test_simulator(device: "iPhone X", runtime: "iOS13.1")
3131
scan(xcargs: "SWIFT_VERSION=4.0", scheme: 'Tests-iOS')
3232
end
3333

3434
lane :test_ios_swift4_2 do
35-
create_test_simulator(device: "iPhone X", runtime: "iOS13.2")
35+
create_test_simulator(device: "iPhone X", runtime: "iOS13.1")
3636
scan(xcargs: "SWIFT_VERSION=4.2", scheme: 'Tests-iOS')
3737
end
3838

3939
lane :test_tvos_swift4 do
40-
create_test_simulator(device: "Apple TV 4K", runtime: "tvOS13.2")
40+
create_test_simulator(device: "Apple TV 4K", runtime: "tvOS13.1")
4141
scan(xcargs: "SWIFT_VERSION=4.0", scheme: 'Tests-tvOS')
4242
end
4343

4444
lane :test_tvos_swift4_2 do
45-
create_test_simulator(device: "Apple TV 4K", runtime: "tvOS13.2")
45+
create_test_simulator(device: "Apple TV 4K", runtime: "tvOS13.1")
4646
scan(xcargs: "SWIFT_VERSION=4.2", scheme: 'Tests-tvOS')
4747
end
4848

0 commit comments

Comments
 (0)