Skip to content

Commit 9f7275f

Browse files
committed
Update to my fastlane fork to fix a bug in processing 13GB IPAs
1 parent 00daf9a commit 9f7275f

File tree

2 files changed

+55
-49
lines changed

2 files changed

+55
-49
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source "https://rubygems.org"
2-
gem "fastlane"
2+
gem "fastlane", git: "https://github.com/tbodt/fastlane", branch: "huge-ipa"
33
gem "dotenv"
44
gem "pry"

Gemfile.lock

Lines changed: 54 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,84 @@
1+
GIT
2+
remote: https://github.com/tbodt/fastlane
3+
revision: 2c9bdff88bc4dd9c3b2d16513c488a20920873a3
4+
branch: huge-ipa
5+
specs:
6+
fastlane (2.170.0)
7+
CFPropertyList (>= 2.3, < 4.0.0)
8+
addressable (>= 2.3, < 3.0.0)
9+
aws-sdk-s3 (~> 1.0)
10+
babosa (>= 1.0.3, < 2.0.0)
11+
bundler (>= 1.12.0, < 3.0.0)
12+
colored
13+
commander-fastlane (>= 4.4.6, < 5.0.0)
14+
dotenv (>= 2.1.1, < 3.0.0)
15+
emoji_regex (>= 0.1, < 4.0)
16+
excon (>= 0.71.0, < 1.0.0)
17+
faraday (~> 1.0)
18+
faraday-cookie_jar (~> 0.0.6)
19+
faraday_middleware (~> 1.0)
20+
fastimage (>= 2.1.0, < 3.0.0)
21+
gh_inspector (>= 1.1.2, < 2.0.0)
22+
google-api-client (>= 0.37.0, < 0.39.0)
23+
google-cloud-storage (>= 1.15.0, < 2.0.0)
24+
highline (>= 1.7.2, < 2.0.0)
25+
json (< 3.0.0)
26+
jwt (>= 2.1.0, < 3)
27+
mini_magick (>= 4.9.4, < 5.0.0)
28+
multipart-post (~> 2.0.0)
29+
plist (>= 3.1.0, < 4.0.0)
30+
rubyzip (>= 2.0.0, < 3.0.0)
31+
security (= 0.1.3)
32+
simctl (~> 1.6.3)
33+
slack-notifier (>= 2.0.0, < 3.0.0)
34+
terminal-notifier (>= 2.0.0, < 3.0.0)
35+
terminal-table (>= 1.4.5, < 2.0.0)
36+
tty-screen (>= 0.6.3, < 1.0.0)
37+
tty-spinner (>= 0.8.0, < 1.0.0)
38+
word_wrap (~> 1.0.0)
39+
xcodeproj (>= 1.13.0, < 2.0.0)
40+
xcpretty (~> 0.3.0)
41+
xcpretty-travis-formatter (>= 0.0.3)
42+
143
GEM
244
remote: https://rubygems.org/
345
specs:
4-
CFPropertyList (3.0.2)
46+
CFPropertyList (3.0.3)
547
addressable (2.7.0)
648
public_suffix (>= 2.0.2, < 5.0)
749
atomos (0.1.3)
850
aws-eventstream (1.1.0)
9-
aws-partitions (1.391.0)
10-
aws-sdk-core (3.109.2)
51+
aws-partitions (1.406.0)
52+
aws-sdk-core (3.110.0)
1153
aws-eventstream (~> 1, >= 1.0.2)
1254
aws-partitions (~> 1, >= 1.239.0)
1355
aws-sigv4 (~> 1.1)
1456
jmespath (~> 1.0)
1557
aws-sdk-kms (1.39.0)
1658
aws-sdk-core (~> 3, >= 3.109.0)
1759
aws-sigv4 (~> 1.1)
18-
aws-sdk-s3 (1.84.1)
60+
aws-sdk-s3 (1.86.2)
1961
aws-sdk-core (~> 3, >= 3.109.0)
20-
aws-sdk-kms (~> 1)
62+
aws-sdk-kms (~> 1.26)
2163
aws-sigv4 (~> 1.1)
2264
aws-sigv4 (1.2.2)
2365
aws-eventstream (~> 1, >= 1.0.2)
2466
babosa (1.0.4)
2567
claide (1.0.3)
26-
coderay (1.1.2)
68+
coderay (1.1.3)
2769
colored (1.2)
2870
colored2 (3.1.2)
2971
commander-fastlane (4.4.6)
3072
highline (~> 1.7.2)
3173
declarative (0.0.20)
3274
declarative-option (0.1.0)
33-
digest-crc (0.6.1)
34-
rake (~> 13.0)
75+
digest-crc (0.6.2)
76+
rake (~> 12.0)
3577
domain_name (0.5.20190701)
3678
unf (>= 0.0.5, < 1.0.0)
3779
dotenv (2.7.6)
3880
emoji_regex (3.2.1)
39-
excon (0.78.0)
81+
excon (0.78.1)
4082
faraday (1.1.0)
4183
multipart-post (>= 1.2, < 3)
4284
ruby2_keywords
@@ -46,42 +88,6 @@ GEM
4688
faraday_middleware (1.0.0)
4789
faraday (~> 1.0)
4890
fastimage (2.2.0)
49-
fastlane (2.166.0)
50-
CFPropertyList (>= 2.3, < 4.0.0)
51-
addressable (>= 2.3, < 3.0.0)
52-
aws-sdk-s3 (~> 1.0)
53-
babosa (>= 1.0.3, < 2.0.0)
54-
bundler (>= 1.12.0, < 3.0.0)
55-
colored
56-
commander-fastlane (>= 4.4.6, < 5.0.0)
57-
dotenv (>= 2.1.1, < 3.0.0)
58-
emoji_regex (>= 0.1, < 4.0)
59-
excon (>= 0.71.0, < 1.0.0)
60-
faraday (~> 1.0)
61-
faraday-cookie_jar (~> 0.0.6)
62-
faraday_middleware (~> 1.0)
63-
fastimage (>= 2.1.0, < 3.0.0)
64-
gh_inspector (>= 1.1.2, < 2.0.0)
65-
google-api-client (>= 0.37.0, < 0.39.0)
66-
google-cloud-storage (>= 1.15.0, < 2.0.0)
67-
highline (>= 1.7.2, < 2.0.0)
68-
json (< 3.0.0)
69-
jwt (>= 2.1.0, < 3)
70-
mini_magick (>= 4.9.4, < 5.0.0)
71-
multipart-post (~> 2.0.0)
72-
plist (>= 3.1.0, < 4.0.0)
73-
rubyzip (>= 2.0.0, < 3.0.0)
74-
security (= 0.1.3)
75-
simctl (~> 1.6.3)
76-
slack-notifier (>= 2.0.0, < 3.0.0)
77-
terminal-notifier (>= 2.0.0, < 3.0.0)
78-
terminal-table (>= 1.4.5, < 2.0.0)
79-
tty-screen (>= 0.6.3, < 1.0.0)
80-
tty-spinner (>= 0.8.0, < 1.0.0)
81-
word_wrap (~> 1.0.0)
82-
xcodeproj (>= 1.13.0, < 2.0.0)
83-
xcpretty (~> 0.3.0)
84-
xcpretty-travis-formatter (>= 0.0.3)
8591
gh_inspector (1.1.3)
8692
google-api-client (0.38.0)
8793
addressable (~> 2.5, >= 2.5.1)
@@ -97,7 +103,7 @@ GEM
97103
google-cloud-env (1.4.0)
98104
faraday (>= 0.17.3, < 2.0)
99105
google-cloud-errors (1.0.1)
100-
google-cloud-storage (1.29.1)
106+
google-cloud-storage (1.29.2)
101107
addressable (~> 2.5)
102108
digest-crc (~> 0.4)
103109
google-api-client (~> 0.33)
@@ -132,7 +138,7 @@ GEM
132138
coderay (~> 1.1)
133139
method_source (~> 1.0)
134140
public_suffix (4.0.6)
135-
rake (13.0.1)
141+
rake (12.3.3)
136142
representable (3.0.4)
137143
declarative (< 0.1.0)
138144
declarative-option (< 0.2.0)
@@ -180,7 +186,7 @@ PLATFORMS
180186

181187
DEPENDENCIES
182188
dotenv
183-
fastlane
189+
fastlane!
184190
pry
185191

186192
BUNDLED WITH

0 commit comments

Comments
 (0)