Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit 3bae89b

Browse files
author
Iliyan Germanov
committed
Setup Fastlane
1 parent ad0622d commit 3bae89b

File tree

5 files changed

+273
-0
lines changed

5 files changed

+273
-0
lines changed

.idea/misc.xml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source "https://rubygems.org"
2+
3+
gem "fastlane"

Gemfile.lock

+214
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,214 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
CFPropertyList (3.0.4)
5+
rexml
6+
addressable (2.8.0)
7+
public_suffix (>= 2.0.2, < 5.0)
8+
artifactory (3.0.15)
9+
atomos (0.1.3)
10+
aws-eventstream (1.2.0)
11+
aws-partitions (1.524.0)
12+
aws-sdk-core (3.121.6)
13+
aws-eventstream (~> 1, >= 1.0.2)
14+
aws-partitions (~> 1, >= 1.520.1)
15+
aws-sigv4 (~> 1.1)
16+
jmespath (~> 1.0)
17+
aws-sdk-kms (1.50.0)
18+
aws-sdk-core (~> 3, >= 3.121.2)
19+
aws-sigv4 (~> 1.1)
20+
aws-sdk-s3 (1.104.0)
21+
aws-sdk-core (~> 3, >= 3.121.2)
22+
aws-sdk-kms (~> 1)
23+
aws-sigv4 (~> 1.4)
24+
aws-sigv4 (1.4.0)
25+
aws-eventstream (~> 1, >= 1.0.2)
26+
babosa (1.0.4)
27+
claide (1.0.3)
28+
colored (1.2)
29+
colored2 (3.1.2)
30+
commander (4.6.0)
31+
highline (~> 2.0.0)
32+
declarative (0.0.20)
33+
digest-crc (0.6.4)
34+
rake (>= 12.0.0, < 14.0.0)
35+
domain_name (0.5.20190701)
36+
unf (>= 0.0.5, < 1.0.0)
37+
dotenv (2.7.6)
38+
emoji_regex (3.2.3)
39+
excon (0.88.0)
40+
faraday (1.8.0)
41+
faraday-em_http (~> 1.0)
42+
faraday-em_synchrony (~> 1.0)
43+
faraday-excon (~> 1.1)
44+
faraday-httpclient (~> 1.0.1)
45+
faraday-net_http (~> 1.0)
46+
faraday-net_http_persistent (~> 1.1)
47+
faraday-patron (~> 1.0)
48+
faraday-rack (~> 1.0)
49+
multipart-post (>= 1.2, < 3)
50+
ruby2_keywords (>= 0.0.4)
51+
faraday-cookie_jar (0.0.7)
52+
faraday (>= 0.8.0)
53+
http-cookie (~> 1.0.0)
54+
faraday-em_http (1.0.0)
55+
faraday-em_synchrony (1.0.0)
56+
faraday-excon (1.1.0)
57+
faraday-httpclient (1.0.1)
58+
faraday-net_http (1.0.1)
59+
faraday-net_http_persistent (1.2.0)
60+
faraday-patron (1.0.0)
61+
faraday-rack (1.0.0)
62+
faraday_middleware (1.2.0)
63+
faraday (~> 1.0)
64+
fastimage (2.2.5)
65+
fastlane (2.197.0)
66+
CFPropertyList (>= 2.3, < 4.0.0)
67+
addressable (>= 2.8, < 3.0.0)
68+
artifactory (~> 3.0)
69+
aws-sdk-s3 (~> 1.0)
70+
babosa (>= 1.0.3, < 2.0.0)
71+
bundler (>= 1.12.0, < 3.0.0)
72+
colored
73+
commander (~> 4.6)
74+
dotenv (>= 2.1.1, < 3.0.0)
75+
emoji_regex (>= 0.1, < 4.0)
76+
excon (>= 0.71.0, < 1.0.0)
77+
faraday (~> 1.0)
78+
faraday-cookie_jar (~> 0.0.6)
79+
faraday_middleware (~> 1.0)
80+
fastimage (>= 2.1.0, < 3.0.0)
81+
gh_inspector (>= 1.1.2, < 2.0.0)
82+
google-apis-androidpublisher_v3 (~> 0.3)
83+
google-apis-playcustomapp_v1 (~> 0.1)
84+
google-cloud-storage (~> 1.31)
85+
highline (~> 2.0)
86+
json (< 3.0.0)
87+
jwt (>= 2.1.0, < 3)
88+
mini_magick (>= 4.9.4, < 5.0.0)
89+
multipart-post (~> 2.0.0)
90+
naturally (~> 2.2)
91+
optparse (~> 0.1.1)
92+
plist (>= 3.1.0, < 4.0.0)
93+
rubyzip (>= 2.0.0, < 3.0.0)
94+
security (= 0.1.3)
95+
simctl (~> 1.6.3)
96+
terminal-notifier (>= 2.0.0, < 3.0.0)
97+
terminal-table (>= 1.4.5, < 2.0.0)
98+
tty-screen (>= 0.6.3, < 1.0.0)
99+
tty-spinner (>= 0.8.0, < 1.0.0)
100+
word_wrap (~> 1.0.0)
101+
xcodeproj (>= 1.13.0, < 2.0.0)
102+
xcpretty (~> 0.3.0)
103+
xcpretty-travis-formatter (>= 0.0.3)
104+
gh_inspector (1.1.3)
105+
google-apis-androidpublisher_v3 (0.13.0)
106+
google-apis-core (>= 0.4, < 2.a)
107+
google-apis-core (0.4.1)
108+
addressable (~> 2.5, >= 2.5.1)
109+
googleauth (>= 0.16.2, < 2.a)
110+
httpclient (>= 2.8.1, < 3.a)
111+
mini_mime (~> 1.0)
112+
representable (~> 3.0)
113+
retriable (>= 2.0, < 4.a)
114+
rexml
115+
webrick
116+
google-apis-iamcredentials_v1 (0.8.0)
117+
google-apis-core (>= 0.4, < 2.a)
118+
google-apis-playcustomapp_v1 (0.6.0)
119+
google-apis-core (>= 0.4, < 2.a)
120+
google-apis-storage_v1 (0.9.0)
121+
google-apis-core (>= 0.4, < 2.a)
122+
google-cloud-core (1.6.0)
123+
google-cloud-env (~> 1.0)
124+
google-cloud-errors (~> 1.0)
125+
google-cloud-env (1.5.0)
126+
faraday (>= 0.17.3, < 2.0)
127+
google-cloud-errors (1.2.0)
128+
google-cloud-storage (1.34.1)
129+
addressable (~> 2.5)
130+
digest-crc (~> 0.4)
131+
google-apis-iamcredentials_v1 (~> 0.1)
132+
google-apis-storage_v1 (~> 0.1)
133+
google-cloud-core (~> 1.6)
134+
googleauth (>= 0.16.2, < 2.a)
135+
mini_mime (~> 1.0)
136+
googleauth (1.1.0)
137+
faraday (>= 0.17.3, < 2.0)
138+
jwt (>= 1.4, < 3.0)
139+
memoist (~> 0.16)
140+
multi_json (~> 1.11)
141+
os (>= 0.9, < 2.0)
142+
signet (>= 0.16, < 2.a)
143+
highline (2.0.3)
144+
http-cookie (1.0.4)
145+
domain_name (~> 0.5)
146+
httpclient (2.8.3)
147+
jmespath (1.4.0)
148+
json (2.6.1)
149+
jwt (2.3.0)
150+
memoist (0.16.2)
151+
mini_magick (4.11.0)
152+
mini_mime (1.1.2)
153+
multi_json (1.15.0)
154+
multipart-post (2.0.0)
155+
nanaimo (0.3.0)
156+
naturally (2.2.1)
157+
optparse (0.1.1)
158+
os (1.1.1)
159+
plist (3.6.0)
160+
public_suffix (4.0.6)
161+
rake (13.0.6)
162+
representable (3.1.1)
163+
declarative (< 0.1.0)
164+
trailblazer-option (>= 0.1.1, < 0.2.0)
165+
uber (< 0.2.0)
166+
retriable (3.1.2)
167+
rexml (3.2.5)
168+
rouge (2.0.7)
169+
ruby2_keywords (0.0.5)
170+
rubyzip (2.3.2)
171+
security (0.1.3)
172+
signet (0.16.0)
173+
addressable (~> 2.8)
174+
faraday (>= 0.17.3, < 2.0)
175+
jwt (>= 1.5, < 3.0)
176+
multi_json (~> 1.10)
177+
simctl (1.6.8)
178+
CFPropertyList
179+
naturally
180+
terminal-notifier (2.0.0)
181+
terminal-table (1.8.0)
182+
unicode-display_width (~> 1.1, >= 1.1.1)
183+
trailblazer-option (0.1.1)
184+
tty-cursor (0.7.1)
185+
tty-screen (0.8.1)
186+
tty-spinner (0.9.3)
187+
tty-cursor (~> 0.7)
188+
uber (0.1.0)
189+
unf (0.1.4)
190+
unf_ext
191+
unf_ext (0.0.8)
192+
unicode-display_width (1.8.0)
193+
webrick (1.7.0)
194+
word_wrap (1.0.0)
195+
xcodeproj (1.21.0)
196+
CFPropertyList (>= 2.3.3, < 4.0)
197+
atomos (~> 0.1.3)
198+
claide (>= 1.0.2, < 2.0)
199+
colored2 (~> 3.1)
200+
nanaimo (~> 0.3.0)
201+
rexml (~> 3.2.4)
202+
xcpretty (0.3.0)
203+
rouge (~> 2.0.7)
204+
xcpretty-travis-formatter (1.0.1)
205+
xcpretty (~> 0.2, >= 0.0.7)
206+
207+
PLATFORMS
208+
x86_64-linux
209+
210+
DEPENDENCIES
211+
fastlane
212+
213+
BUNDLED WITH
214+
2.2.30

fastlane/Appfile

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
json_key_file("google-play-console-user.json") # Path to the json secret file - Follow https://docs.fastlane.tools/actions/supply/#setup to get one
2+
package_name("com.ivy.wallet") # e.g. com.krausefx.app

fastlane/Fastfile

+53
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
# This file contains the fastlane.tools configuration
2+
# You can find the documentation at https://docs.fastlane.tools
3+
#
4+
# For a list of all available actions, check out
5+
#
6+
# https://docs.fastlane.tools/actions
7+
#
8+
# For a list of all available plugins, check out
9+
#
10+
# https://docs.fastlane.tools/plugins/available-plugins
11+
#
12+
13+
# Uncomment the line if you want fastlane to automatically update itself
14+
# update_fastlane
15+
16+
default_platform(:android)
17+
18+
platform :android do
19+
desc "Builds release app bundle (AAB) for the Google Play Store."
20+
lane :production_build do
21+
#gradle(
22+
# task: "testDebugUnitTest"
23+
#)
24+
25+
gradle(
26+
task: "clean"
27+
)
28+
29+
gradle(
30+
task: "lint",
31+
build_type: "Release"
32+
)
33+
34+
gradle(
35+
task: "bundle",
36+
build_type: "Release"
37+
)
38+
end
39+
40+
desc "Releases a generated AAB to Google PlayStore's Internal Testing"
41+
lane :internal_release do
42+
supply(
43+
track: "internal",
44+
aab: "app/build/outputs/bundle/release/app-release.aab",
45+
release_status: "draft",
46+
skip_upload_apk: true,
47+
skip_upload_metadata: true,
48+
skip_upload_changelogs: false,
49+
skip_upload_images: true,
50+
skip_upload_screenshots: true
51+
)
52+
end
53+
end

0 commit comments

Comments
 (0)