Skip to content

Commit 59557c4

Browse files
committed
chore: fastlane updates to build sample app
1 parent 26b16bf commit 59557c4

File tree

11 files changed

+439
-448
lines changed

11 files changed

+439
-448
lines changed

apps/amiapp_flutter/Gemfile

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# Autogenerated by fastlane
2-
#
3-
# Ensure this file is checked in to source control!
4-
51
source "https://rubygems.org"
62

3+
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
4+
75
gem 'fastlane'
8-
gem 'cocoapods', '1.11.3'
6+
gem 'cocoapods'
97

108
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
119
eval_gemfile(plugins_path) if File.exist?(plugins_path)

apps/amiapp_flutter/Gemfile.lock

+108-92
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,67 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.6)
4+
CFPropertyList (3.0.7)
5+
base64
6+
nkf
57
rexml
6-
activesupport (6.1.7.2)
8+
activesupport (7.1.3.4)
9+
base64
10+
bigdecimal
711
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
connection_pool (>= 2.2.5)
13+
drb
814
i18n (>= 1.6, < 2)
915
minitest (>= 5.1)
16+
mutex_m
1017
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.1)
13-
public_suffix (>= 2.0.2, < 6.0)
18+
addressable (2.8.7)
19+
public_suffix (>= 2.0.2, < 7.0)
1420
algoliasearch (1.27.5)
1521
httpclient (~> 2.8, >= 2.8.3)
1622
json (>= 1.5.1)
17-
artifactory (3.0.15)
23+
artifactory (3.0.17)
1824
atomos (0.1.3)
19-
aws-eventstream (1.2.0)
20-
aws-partitions (1.711.0)
21-
aws-sdk-core (3.170.0)
22-
aws-eventstream (~> 1, >= 1.0.2)
25+
aws-eventstream (1.3.0)
26+
aws-partitions (1.962.0)
27+
aws-sdk-core (3.201.4)
28+
aws-eventstream (~> 1, >= 1.3.0)
2329
aws-partitions (~> 1, >= 1.651.0)
24-
aws-sigv4 (~> 1.5)
30+
aws-sigv4 (~> 1.8)
2531
jmespath (~> 1, >= 1.6.1)
26-
aws-sdk-kms (1.62.0)
27-
aws-sdk-core (~> 3, >= 3.165.0)
28-
aws-sigv4 (~> 1.1)
29-
aws-sdk-s3 (1.119.1)
30-
aws-sdk-core (~> 3, >= 3.165.0)
32+
aws-sdk-kms (1.88.0)
33+
aws-sdk-core (~> 3, >= 3.201.0)
34+
aws-sigv4 (~> 1.5)
35+
aws-sdk-s3 (1.157.0)
36+
aws-sdk-core (~> 3, >= 3.201.0)
3137
aws-sdk-kms (~> 1)
32-
aws-sigv4 (~> 1.4)
33-
aws-sigv4 (1.5.2)
38+
aws-sigv4 (~> 1.5)
39+
aws-sigv4 (1.9.1)
3440
aws-eventstream (~> 1, >= 1.0.2)
3541
babosa (1.0.4)
42+
base64 (0.2.0)
43+
bigdecimal (3.1.8)
3644
claide (1.1.0)
37-
cocoapods (1.11.3)
45+
cocoapods (1.15.2)
3846
addressable (~> 2.8)
3947
claide (>= 1.0.2, < 2.0)
40-
cocoapods-core (= 1.11.3)
48+
cocoapods-core (= 1.15.2)
4149
cocoapods-deintegrate (>= 1.0.3, < 2.0)
42-
cocoapods-downloader (>= 1.4.0, < 2.0)
50+
cocoapods-downloader (>= 2.1, < 3.0)
4351
cocoapods-plugins (>= 1.0.0, < 2.0)
4452
cocoapods-search (>= 1.0.0, < 2.0)
45-
cocoapods-trunk (>= 1.4.0, < 2.0)
53+
cocoapods-trunk (>= 1.6.0, < 2.0)
4654
cocoapods-try (>= 1.1.0, < 2.0)
4755
colored2 (~> 3.1)
4856
escape (~> 0.0.4)
4957
fourflusher (>= 2.3.0, < 3.0)
5058
gh_inspector (~> 1.0)
5159
molinillo (~> 0.8.0)
5260
nap (~> 1.0)
53-
ruby-macho (>= 1.0, < 3.0)
54-
xcodeproj (>= 1.21.0, < 2.0)
55-
cocoapods-core (1.11.3)
56-
activesupport (>= 5.0, < 7)
61+
ruby-macho (>= 2.3.0, < 3.0)
62+
xcodeproj (>= 1.23.0, < 2.0)
63+
cocoapods-core (1.15.2)
64+
activesupport (>= 5.0, < 8)
5765
addressable (~> 2.8)
5866
algoliasearch (~> 1.0)
5967
concurrent-ruby (~> 1.1)
@@ -63,7 +71,7 @@ GEM
6371
public_suffix (~> 4.0)
6472
typhoeus (~> 1.0)
6573
cocoapods-deintegrate (1.0.5)
66-
cocoapods-downloader (1.6.3)
74+
cocoapods-downloader (2.1)
6775
cocoapods-plugins (1.0.0)
6876
nap
6977
cocoapods-search (1.0.1)
@@ -75,18 +83,19 @@ GEM
7583
colored2 (3.1.2)
7684
commander (4.6.0)
7785
highline (~> 2.0.0)
78-
concurrent-ruby (1.2.2)
86+
concurrent-ruby (1.3.3)
87+
connection_pool (2.4.1)
7988
declarative (0.0.20)
80-
digest-crc (0.6.4)
89+
digest-crc (0.6.5)
8190
rake (>= 12.0.0, < 14.0.0)
82-
domain_name (0.5.20190701)
83-
unf (>= 0.0.5, < 1.0.0)
91+
domain_name (0.6.20240107)
8492
dotenv (2.8.1)
93+
drb (2.2.1)
8594
emoji_regex (3.2.3)
8695
escape (0.0.4)
8796
ethon (0.16.0)
8897
ffi (>= 1.15.0)
89-
excon (0.99.0)
98+
excon (0.111.0)
9099
faraday (1.10.3)
91100
faraday-em_http (~> 1.0)
92101
faraday-em_synchrony (~> 1.0)
@@ -108,22 +117,22 @@ GEM
108117
faraday-httpclient (1.0.1)
109118
faraday-multipart (1.0.4)
110119
multipart-post (~> 2)
111-
faraday-net_http (1.0.1)
120+
faraday-net_http (1.0.2)
112121
faraday-net_http_persistent (1.2.0)
113122
faraday-patron (1.0.0)
114123
faraday-rack (1.0.0)
115124
faraday-retry (1.0.3)
116125
faraday_middleware (1.2.0)
117126
faraday (~> 1.0)
118-
fastimage (2.2.6)
119-
fastlane (2.211.0)
127+
fastimage (2.3.1)
128+
fastlane (2.222.0)
120129
CFPropertyList (>= 2.3, < 4.0.0)
121130
addressable (>= 2.8, < 3.0.0)
122131
artifactory (~> 3.0)
123132
aws-sdk-s3 (~> 1.0)
124133
babosa (>= 1.0.3, < 2.0.0)
125134
bundler (>= 1.12.0, < 3.0.0)
126-
colored
135+
colored (~> 1.2)
127136
commander (~> 4.6)
128137
dotenv (>= 2.1.1, < 3.0.0)
129138
emoji_regex (>= 0.1, < 4.0)
@@ -135,156 +144,163 @@ GEM
135144
gh_inspector (>= 1.1.2, < 2.0.0)
136145
google-apis-androidpublisher_v3 (~> 0.3)
137146
google-apis-playcustomapp_v1 (~> 0.1)
147+
google-cloud-env (>= 1.6.0, < 2.0.0)
138148
google-cloud-storage (~> 1.31)
139149
highline (~> 2.0)
150+
http-cookie (~> 1.0.5)
140151
json (< 3.0.0)
141152
jwt (>= 2.1.0, < 3)
142153
mini_magick (>= 4.9.4, < 5.0.0)
143-
multipart-post (~> 2.0.0)
154+
multipart-post (>= 2.0.0, < 3.0.0)
144155
naturally (~> 2.2)
145-
optparse (~> 0.1.1)
156+
optparse (>= 0.1.1, < 1.0.0)
146157
plist (>= 3.1.0, < 4.0.0)
147158
rubyzip (>= 2.0.0, < 3.0.0)
148-
security (= 0.1.3)
159+
security (= 0.1.5)
149160
simctl (~> 1.6.3)
150161
terminal-notifier (>= 2.0.0, < 3.0.0)
151-
terminal-table (>= 1.4.5, < 2.0.0)
162+
terminal-table (~> 3)
152163
tty-screen (>= 0.6.3, < 1.0.0)
153164
tty-spinner (>= 0.8.0, < 1.0.0)
154165
word_wrap (~> 1.0.0)
155166
xcodeproj (>= 1.13.0, < 2.0.0)
156167
xcpretty (~> 0.3.0)
157-
xcpretty-travis-formatter (>= 0.0.3)
158-
fastlane-plugin-firebase_app_distribution (0.5.0)
168+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
169+
fastlane-plugin-find_firebase_app_id (0.1.2)
170+
fastlane-plugin-firebase_app_distribution (0.9.1)
171+
google-apis-firebaseappdistribution_v1 (~> 0.3.0)
172+
google-apis-firebaseappdistribution_v1alpha (~> 0.2.0)
159173
fastlane-plugin-versioning_android (0.1.1)
160-
ffi (1.15.5)
174+
fastlane-plugin-versioning_ios (0.1.0)
175+
ffi (1.17.0-arm64-darwin)
161176
fourflusher (2.3.1)
162177
fuzzy_match (2.0.4)
163178
gh_inspector (1.1.3)
164-
google-apis-androidpublisher_v3 (0.34.0)
165-
google-apis-core (>= 0.9.1, < 2.a)
166-
google-apis-core (0.11.0)
179+
google-apis-androidpublisher_v3 (0.54.0)
180+
google-apis-core (>= 0.11.0, < 2.a)
181+
google-apis-core (0.11.3)
167182
addressable (~> 2.5, >= 2.5.1)
168183
googleauth (>= 0.16.2, < 2.a)
169184
httpclient (>= 2.8.1, < 3.a)
170185
mini_mime (~> 1.0)
171186
representable (~> 3.0)
172187
retriable (>= 2.0, < 4.a)
173188
rexml
174-
webrick
175-
google-apis-iamcredentials_v1 (0.16.0)
176-
google-apis-core (>= 0.9.1, < 2.a)
177-
google-apis-playcustomapp_v1 (0.12.0)
178-
google-apis-core (>= 0.9.1, < 2.a)
179-
google-apis-storage_v1 (0.19.0)
180-
google-apis-core (>= 0.9.0, < 2.a)
181-
google-cloud-core (1.6.0)
182-
google-cloud-env (~> 1.0)
189+
google-apis-firebaseappdistribution_v1 (0.3.0)
190+
google-apis-core (>= 0.11.0, < 2.a)
191+
google-apis-firebaseappdistribution_v1alpha (0.2.0)
192+
google-apis-core (>= 0.11.0, < 2.a)
193+
google-apis-iamcredentials_v1 (0.17.0)
194+
google-apis-core (>= 0.11.0, < 2.a)
195+
google-apis-playcustomapp_v1 (0.13.0)
196+
google-apis-core (>= 0.11.0, < 2.a)
197+
google-apis-storage_v1 (0.31.0)
198+
google-apis-core (>= 0.11.0, < 2.a)
199+
google-cloud-core (1.7.1)
200+
google-cloud-env (>= 1.0, < 3.a)
183201
google-cloud-errors (~> 1.0)
184202
google-cloud-env (1.6.0)
185203
faraday (>= 0.17.3, < 3.0)
186-
google-cloud-errors (1.3.0)
187-
google-cloud-storage (1.44.0)
204+
google-cloud-errors (1.4.0)
205+
google-cloud-storage (1.47.0)
188206
addressable (~> 2.8)
189207
digest-crc (~> 0.4)
190208
google-apis-iamcredentials_v1 (~> 0.1)
191-
google-apis-storage_v1 (~> 0.19.0)
209+
google-apis-storage_v1 (~> 0.31.0)
192210
google-cloud-core (~> 1.6)
193211
googleauth (>= 0.16.2, < 2.a)
194212
mini_mime (~> 1.0)
195-
googleauth (1.3.0)
213+
googleauth (1.8.1)
196214
faraday (>= 0.17.3, < 3.a)
197215
jwt (>= 1.4, < 3.0)
198-
memoist (~> 0.16)
199216
multi_json (~> 1.11)
200217
os (>= 0.9, < 2.0)
201218
signet (>= 0.16, < 2.a)
202219
highline (2.0.3)
203-
http-cookie (1.0.5)
220+
http-cookie (1.0.6)
204221
domain_name (~> 0.5)
205222
httpclient (2.8.3)
206-
i18n (1.12.0)
223+
i18n (1.14.5)
207224
concurrent-ruby (~> 1.0)
208225
jmespath (1.6.2)
209-
json (2.6.3)
210-
jwt (2.7.0)
211-
memoist (0.16.2)
212-
mini_magick (4.12.0)
213-
mini_mime (1.1.2)
214-
minitest (5.17.0)
226+
json (2.7.2)
227+
jwt (2.8.2)
228+
base64
229+
mini_magick (4.13.2)
230+
mini_mime (1.1.5)
231+
minitest (5.24.1)
215232
molinillo (0.8.0)
216233
multi_json (1.15.0)
217-
multipart-post (2.0.0)
234+
multipart-post (2.4.1)
235+
mutex_m (0.2.0)
218236
nanaimo (0.3.0)
219237
nap (1.1.0)
220238
naturally (2.2.1)
221239
netrc (0.11.0)
222-
optparse (0.1.1)
240+
nkf (0.2.0)
241+
optparse (0.5.0)
223242
os (1.1.4)
224-
plist (3.6.0)
243+
plist (3.7.1)
225244
public_suffix (4.0.7)
226-
rake (13.0.6)
245+
rake (13.2.1)
227246
representable (3.2.0)
228247
declarative (< 0.1.0)
229248
trailblazer-option (>= 0.1.1, < 0.2.0)
230249
uber (< 0.2.0)
231250
retriable (3.1.2)
232-
rexml (3.2.5)
251+
rexml (3.3.4)
252+
strscan
233253
rouge (2.0.7)
234254
ruby-macho (2.5.1)
235255
ruby2_keywords (0.0.5)
236256
rubyzip (2.3.2)
237-
security (0.1.3)
238-
signet (0.17.0)
257+
security (0.1.5)
258+
signet (0.19.0)
239259
addressable (~> 2.8)
240260
faraday (>= 0.17.5, < 3.a)
241261
jwt (>= 1.5, < 3.0)
242262
multi_json (~> 1.10)
243263
simctl (1.6.10)
244264
CFPropertyList
245265
naturally
266+
strscan (3.1.0)
246267
terminal-notifier (2.0.0)
247-
terminal-table (1.8.0)
248-
unicode-display_width (~> 1.1, >= 1.1.1)
268+
terminal-table (3.0.2)
269+
unicode-display_width (>= 1.1.1, < 3)
249270
trailblazer-option (0.1.2)
250271
tty-cursor (0.7.1)
251-
tty-screen (0.8.1)
272+
tty-screen (0.8.2)
252273
tty-spinner (0.9.3)
253274
tty-cursor (~> 0.7)
254-
typhoeus (1.4.0)
275+
typhoeus (1.4.1)
255276
ethon (>= 0.9.0)
256277
tzinfo (2.0.6)
257278
concurrent-ruby (~> 1.0)
258279
uber (0.1.0)
259-
unf (0.1.4)
260-
unf_ext
261-
unf_ext (0.0.8.2)
262-
unicode-display_width (1.8.0)
263-
webrick (1.8.1)
280+
unicode-display_width (2.5.0)
264281
word_wrap (1.0.0)
265-
xcodeproj (1.22.0)
282+
xcodeproj (1.25.0)
266283
CFPropertyList (>= 2.3.3, < 4.0)
267284
atomos (~> 0.1.3)
268285
claide (>= 1.0.2, < 2.0)
269286
colored2 (~> 3.1)
270287
nanaimo (~> 0.3.0)
271-
rexml (~> 3.2.4)
288+
rexml (>= 3.3.2, < 4.0)
272289
xcpretty (0.3.0)
273290
rouge (~> 2.0.7)
274291
xcpretty-travis-formatter (1.0.1)
275292
xcpretty (~> 0.2, >= 0.0.7)
276-
zeitwerk (2.6.7)
277293

278294
PLATFORMS
279-
universal-darwin-22
280-
x86_64-darwin-19
281-
x86_64-linux
295+
arm64-darwin-21
282296

283297
DEPENDENCIES
284-
cocoapods (= 1.11.3)
298+
cocoapods
285299
fastlane
300+
fastlane-plugin-find_firebase_app_id
286301
fastlane-plugin-firebase_app_distribution
287302
fastlane-plugin-versioning_android
303+
fastlane-plugin-versioning_ios
288304

289305
BUNDLED WITH
290-
2.4.7
306+
2.4.22

0 commit comments

Comments
 (0)