Skip to content

Commit 9465daf

Browse files
authored
Merge pull request #86 from fleetbase/patch/profile-release
fix cert seeding for ios build
2 parents 1850e2f + 620c97c commit 9465daf

File tree

3 files changed

+194
-2
lines changed

3 files changed

+194
-2
lines changed

.github/workflows/profile-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -725,7 +725,7 @@ jobs:
725725
FASTLANE_SKIP_UPDATE_CHECK: '1'
726726
FASTLANE_DISABLE_PROMPTS: '1'
727727
MATCH_S3_BUCKET: ${{ env.S3_BUCKET }}
728-
MATCH_S3_OBJECT_PREFIX: '${{ needs.detect-release.outputs.profile }}/certs'
728+
MATCH_S3_OBJECT_PREFIX: '${{ needs.detect-release.outputs.profile }}/certs/'
729729
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
730730
MATCH_S3_REGION: ${{ secrets.AWS_REGION || 'ap-southeast-1' }}
731731
run: |

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ ruby ">= 2.6.10"
66
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
77
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
88
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
9-
gem 'xcodeproj', '< 1.26.0'
9+
gem 'xcodeproj', '< 1.26.0'
10+
gem "fastlane", "~> 2.228"

Gemfile.lock

Lines changed: 191 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,30 @@ GEM
1616
algoliasearch (1.27.5)
1717
httpclient (~> 2.8, >= 2.8.3)
1818
json (>= 1.5.1)
19+
artifactory (3.0.17)
1920
atomos (0.1.3)
21+
aws-eventstream (1.4.0)
22+
aws-partitions (1.1148.0)
23+
aws-sdk-core (3.229.0)
24+
aws-eventstream (~> 1, >= 1.3.0)
25+
aws-partitions (~> 1, >= 1.992.0)
26+
aws-sigv4 (~> 1.9)
27+
base64
28+
bigdecimal
29+
jmespath (~> 1, >= 1.6.1)
30+
logger
31+
aws-sdk-kms (1.110.0)
32+
aws-sdk-core (~> 3, >= 3.228.0)
33+
aws-sigv4 (~> 1.5)
34+
aws-sdk-s3 (1.197.0)
35+
aws-sdk-core (~> 3, >= 3.228.0)
36+
aws-sdk-kms (~> 1)
37+
aws-sigv4 (~> 1.5)
38+
aws-sigv4 (1.12.1)
39+
aws-eventstream (~> 1, >= 1.0.2)
40+
babosa (1.0.4)
2041
base64 (0.2.0)
42+
bigdecimal (3.2.2)
2143
claide (1.1.0)
2244
cocoapods (1.14.3)
2345
addressable (~> 2.8)
@@ -56,39 +78,207 @@ GEM
5678
nap (>= 0.8, < 2.0)
5779
netrc (~> 0.11)
5880
cocoapods-try (1.2.0)
81+
colored (1.2)
5982
colored2 (3.1.2)
83+
commander (4.6.0)
84+
highline (~> 2.0.0)
6085
concurrent-ruby (1.2.2)
86+
declarative (0.0.20)
87+
digest-crc (0.7.0)
88+
rake (>= 12.0.0, < 14.0.0)
89+
domain_name (0.6.20240107)
90+
dotenv (2.8.1)
91+
emoji_regex (3.2.3)
6192
escape (0.0.4)
6293
ethon (0.16.0)
6394
ffi (>= 1.15.0)
95+
excon (0.112.0)
96+
faraday (1.10.4)
97+
faraday-em_http (~> 1.0)
98+
faraday-em_synchrony (~> 1.0)
99+
faraday-excon (~> 1.1)
100+
faraday-httpclient (~> 1.0)
101+
faraday-multipart (~> 1.0)
102+
faraday-net_http (~> 1.0)
103+
faraday-net_http_persistent (~> 1.0)
104+
faraday-patron (~> 1.0)
105+
faraday-rack (~> 1.0)
106+
faraday-retry (~> 1.0)
107+
ruby2_keywords (>= 0.0.4)
108+
faraday-cookie_jar (0.0.7)
109+
faraday (>= 0.8.0)
110+
http-cookie (~> 1.0.0)
111+
faraday-em_http (1.0.0)
112+
faraday-em_synchrony (1.0.1)
113+
faraday-excon (1.1.0)
114+
faraday-httpclient (1.0.1)
115+
faraday-multipart (1.1.1)
116+
multipart-post (~> 2.0)
117+
faraday-net_http (1.0.2)
118+
faraday-net_http_persistent (1.2.0)
119+
faraday-patron (1.0.0)
120+
faraday-rack (1.0.0)
121+
faraday-retry (1.0.3)
122+
faraday_middleware (1.2.1)
123+
faraday (~> 1.0)
124+
fastimage (2.4.0)
125+
fastlane (2.228.0)
126+
CFPropertyList (>= 2.3, < 4.0.0)
127+
addressable (>= 2.8, < 3.0.0)
128+
artifactory (~> 3.0)
129+
aws-sdk-s3 (~> 1.0)
130+
babosa (>= 1.0.3, < 2.0.0)
131+
bundler (>= 1.12.0, < 3.0.0)
132+
colored (~> 1.2)
133+
commander (~> 4.6)
134+
dotenv (>= 2.1.1, < 3.0.0)
135+
emoji_regex (>= 0.1, < 4.0)
136+
excon (>= 0.71.0, < 1.0.0)
137+
faraday (~> 1.0)
138+
faraday-cookie_jar (~> 0.0.6)
139+
faraday_middleware (~> 1.0)
140+
fastimage (>= 2.1.0, < 3.0.0)
141+
fastlane-sirp (>= 1.0.0)
142+
gh_inspector (>= 1.1.2, < 2.0.0)
143+
google-apis-androidpublisher_v3 (~> 0.3)
144+
google-apis-playcustomapp_v1 (~> 0.1)
145+
google-cloud-env (>= 1.6.0, < 2.0.0)
146+
google-cloud-storage (~> 1.31)
147+
highline (~> 2.0)
148+
http-cookie (~> 1.0.5)
149+
json (< 3.0.0)
150+
jwt (>= 2.1.0, < 3)
151+
mini_magick (>= 4.9.4, < 5.0.0)
152+
multipart-post (>= 2.0.0, < 3.0.0)
153+
naturally (~> 2.2)
154+
optparse (>= 0.1.1, < 1.0.0)
155+
plist (>= 3.1.0, < 4.0.0)
156+
rubyzip (>= 2.0.0, < 3.0.0)
157+
security (= 0.1.5)
158+
simctl (~> 1.6.3)
159+
terminal-notifier (>= 2.0.0, < 3.0.0)
160+
terminal-table (~> 3)
161+
tty-screen (>= 0.6.3, < 1.0.0)
162+
tty-spinner (>= 0.8.0, < 1.0.0)
163+
word_wrap (~> 1.0.0)
164+
xcodeproj (>= 1.13.0, < 2.0.0)
165+
xcpretty (~> 0.4.1)
166+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
167+
fastlane-sirp (1.0.0)
168+
sysrandom (~> 1.0)
64169
ffi (1.16.3)
65170
fourflusher (2.3.1)
66171
fuzzy_match (2.0.4)
67172
gh_inspector (1.1.3)
173+
google-apis-androidpublisher_v3 (0.54.0)
174+
google-apis-core (>= 0.11.0, < 2.a)
175+
google-apis-core (0.11.3)
176+
addressable (~> 2.5, >= 2.5.1)
177+
googleauth (>= 0.16.2, < 2.a)
178+
httpclient (>= 2.8.1, < 3.a)
179+
mini_mime (~> 1.0)
180+
representable (~> 3.0)
181+
retriable (>= 2.0, < 4.a)
182+
rexml
183+
google-apis-iamcredentials_v1 (0.17.0)
184+
google-apis-core (>= 0.11.0, < 2.a)
185+
google-apis-playcustomapp_v1 (0.13.0)
186+
google-apis-core (>= 0.11.0, < 2.a)
187+
google-apis-storage_v1 (0.31.0)
188+
google-apis-core (>= 0.11.0, < 2.a)
189+
google-cloud-core (1.8.0)
190+
google-cloud-env (>= 1.0, < 3.a)
191+
google-cloud-errors (~> 1.0)
192+
google-cloud-env (1.6.0)
193+
faraday (>= 0.17.3, < 3.0)
194+
google-cloud-errors (1.5.0)
195+
google-cloud-storage (1.47.0)
196+
addressable (~> 2.8)
197+
digest-crc (~> 0.4)
198+
google-apis-iamcredentials_v1 (~> 0.1)
199+
google-apis-storage_v1 (~> 0.31.0)
200+
google-cloud-core (~> 1.6)
201+
googleauth (>= 0.16.2, < 2.a)
202+
mini_mime (~> 1.0)
203+
googleauth (1.8.1)
204+
faraday (>= 0.17.3, < 3.a)
205+
jwt (>= 1.4, < 3.0)
206+
multi_json (~> 1.11)
207+
os (>= 0.9, < 2.0)
208+
signet (>= 0.16, < 2.a)
209+
highline (2.0.3)
210+
http-cookie (1.0.8)
211+
domain_name (~> 0.5)
68212
httpclient (2.8.3)
69213
i18n (1.14.1)
70214
concurrent-ruby (~> 1.0)
215+
jmespath (1.6.2)
71216
json (2.7.1)
217+
jwt (2.10.2)
218+
base64
219+
logger (1.7.0)
220+
mini_magick (4.13.2)
221+
mini_mime (1.1.5)
72222
minitest (5.20.0)
73223
molinillo (0.8.0)
224+
multi_json (1.17.0)
225+
multipart-post (2.4.1)
74226
nanaimo (0.3.0)
75227
nap (1.1.0)
228+
naturally (2.3.0)
76229
netrc (0.11.0)
77230
nkf (0.2.0)
231+
optparse (0.6.0)
232+
os (1.1.4)
233+
plist (3.7.2)
78234
public_suffix (4.0.7)
235+
rake (13.3.0)
236+
representable (3.2.0)
237+
declarative (< 0.1.0)
238+
trailblazer-option (>= 0.1.1, < 0.2.0)
239+
uber (< 0.2.0)
240+
retriable (3.1.2)
79241
rexml (3.4.0)
242+
rouge (3.28.0)
80243
ruby-macho (2.5.1)
244+
ruby2_keywords (0.0.5)
245+
rubyzip (2.4.1)
246+
security (0.1.5)
247+
signet (0.20.0)
248+
addressable (~> 2.8)
249+
faraday (>= 0.17.5, < 3.a)
250+
jwt (>= 1.5, < 3.0)
251+
multi_json (~> 1.10)
252+
simctl (1.6.10)
253+
CFPropertyList
254+
naturally
255+
sysrandom (1.0.5)
256+
terminal-notifier (2.0.0)
257+
terminal-table (3.0.2)
258+
unicode-display_width (>= 1.1.1, < 3)
259+
trailblazer-option (0.1.2)
260+
tty-cursor (0.7.1)
261+
tty-screen (0.8.2)
262+
tty-spinner (0.9.3)
263+
tty-cursor (~> 0.7)
81264
typhoeus (1.4.1)
82265
ethon (>= 0.9.0)
83266
tzinfo (2.0.6)
84267
concurrent-ruby (~> 1.0)
268+
uber (0.1.0)
269+
unicode-display_width (2.6.0)
270+
word_wrap (1.0.0)
85271
xcodeproj (1.25.1)
86272
CFPropertyList (>= 2.3.3, < 4.0)
87273
atomos (~> 0.1.3)
88274
claide (>= 1.0.2, < 2.0)
89275
colored2 (~> 3.1)
90276
nanaimo (~> 0.3.0)
91277
rexml (>= 3.3.6, < 4.0)
278+
xcpretty (0.4.1)
279+
rouge (~> 3.28.0)
280+
xcpretty-travis-formatter (1.0.1)
281+
xcpretty (~> 0.2, >= 0.0.7)
92282
zeitwerk (2.6.12)
93283

94284
PLATFORMS
@@ -97,6 +287,7 @@ PLATFORMS
97287
DEPENDENCIES
98288
activesupport (>= 6.1.7.5, != 7.1.0)
99289
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
290+
fastlane (~> 2.228)
100291
xcodeproj (< 1.26.0)
101292

102293
RUBY VERSION

0 commit comments

Comments
 (0)