Skip to content

Commit fc6c538

Browse files
authored
Merge pull request #288 from mattrubin/fastlane
Update Fastlane Configuration
2 parents 773dcf3 + 6f3aa97 commit fc6c538

File tree

3 files changed

+37
-30
lines changed

3 files changed

+37
-30
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source "https://rubygems.org"
22

3-
gem "fastlane", "~> 2.103"
3+
gem "fastlane", git: "https://github.com/fastlane/fastlane.git", ref: "9205800"

Gemfile.lock

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,8 @@
1-
GEM
2-
remote: https://rubygems.org/
1+
GIT
2+
remote: https://github.com/fastlane/fastlane.git
3+
revision: 92058000312372f89072b9ebbada29cc56b8ce49
4+
ref: 9205800
35
specs:
4-
CFPropertyList (3.0.0)
5-
addressable (2.5.2)
6-
public_suffix (>= 2.0.2, < 4.0)
7-
atomos (0.1.3)
8-
babosa (1.0.2)
9-
claide (1.0.2)
10-
colored (1.2)
11-
colored2 (3.1.2)
12-
commander-fastlane (4.4.6)
13-
highline (~> 1.7.2)
14-
declarative (0.0.10)
15-
declarative-option (0.1.0)
16-
domain_name (0.5.20180417)
17-
unf (>= 0.0.5, < 1.0.0)
18-
dotenv (2.5.0)
19-
emoji_regex (0.1.1)
20-
excon (0.62.0)
21-
faraday (0.15.2)
22-
multipart-post (>= 1.2, < 3)
23-
faraday-cookie_jar (0.0.6)
24-
faraday (>= 0.7.4)
25-
http-cookie (~> 1.0.0)
26-
faraday_middleware (0.12.2)
27-
faraday (>= 0.7.4, < 1.0)
28-
fastimage (2.1.4)
296
fastlane (2.104.0)
307
CFPropertyList (>= 2.3, < 4.0.0)
318
addressable (>= 2.3, < 3.0.0)
@@ -62,6 +39,35 @@ GEM
6239
xcodeproj (>= 1.6.0, < 2.0.0)
6340
xcpretty (~> 0.3.0)
6441
xcpretty-travis-formatter (>= 0.0.3)
42+
43+
GEM
44+
remote: https://rubygems.org/
45+
specs:
46+
CFPropertyList (3.0.0)
47+
addressable (2.5.2)
48+
public_suffix (>= 2.0.2, < 4.0)
49+
atomos (0.1.3)
50+
babosa (1.0.2)
51+
claide (1.0.2)
52+
colored (1.2)
53+
colored2 (3.1.2)
54+
commander-fastlane (4.4.6)
55+
highline (~> 1.7.2)
56+
declarative (0.0.10)
57+
declarative-option (0.1.0)
58+
domain_name (0.5.20180417)
59+
unf (>= 0.0.5, < 1.0.0)
60+
dotenv (2.5.0)
61+
emoji_regex (0.1.1)
62+
excon (0.62.0)
63+
faraday (0.15.2)
64+
multipart-post (>= 1.2, < 3)
65+
faraday-cookie_jar (0.0.6)
66+
faraday (>= 0.7.4)
67+
http-cookie (~> 1.0.0)
68+
faraday_middleware (0.12.2)
69+
faraday (>= 0.7.4, < 1.0)
70+
fastimage (2.1.4)
6571
gh_inspector (1.1.3)
6672
google-api-client (0.23.9)
6773
addressable (~> 2.5, >= 2.5.1)
@@ -142,7 +148,7 @@ PLATFORMS
142148
ruby
143149

144150
DEPENDENCIES
145-
fastlane (~> 2.103)
151+
fastlane!
146152

147153
BUNDLED WITH
148154
1.16.4

fastlane/Fastfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ platform :ios do
7878
deliver(
7979
overwrite_screenshots: true,
8080
submit_for_review: true,
81-
automatic_release: false
81+
automatic_release: true,
82+
phased_release: true
8283
)
8384

8485
# Add a git tag for this release.

0 commit comments

Comments
 (0)