Skip to content

Commit 0670c46

Browse files
committed
Merge branch 'release/0.5.2'
2 parents 65a7592 + dcc9efc commit 0670c46

File tree

7 files changed

+138
-88
lines changed

7 files changed

+138
-88
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
## [0.5.2] - 2025-02-16Z
6+
* [#67](https://github.com/blackjacx/assist/pull/67): Using TabularData for AppStoreVersions - [@Blackjacx](https://github.com/blackjacx).
7+
58
## [0.5.1] - 2024-03-08Z
69
* Fix simctl issue with processing `12:00` as default statusbar time in simulator - [@Blackjacx](https://github.com/blackjacx).
710

Gemfile.lock

Lines changed: 83 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,55 @@ GEM
55
base64
66
nkf
77
rexml
8-
activesupport (7.1.3.2)
8+
activesupport (7.2.2.1)
99
base64
10+
benchmark (>= 0.3)
1011
bigdecimal
11-
concurrent-ruby (~> 1.0, >= 1.0.2)
12+
concurrent-ruby (~> 1.0, >= 1.3.1)
1213
connection_pool (>= 2.2.5)
1314
drb
1415
i18n (>= 1.6, < 2)
16+
logger (>= 1.4.2)
1517
minitest (>= 5.1)
16-
mutex_m
17-
tzinfo (~> 2.0)
18-
addressable (2.8.6)
19-
public_suffix (>= 2.0.2, < 6.0)
18+
securerandom (>= 0.3)
19+
tzinfo (~> 2.0, >= 2.0.5)
20+
addressable (2.8.7)
21+
public_suffix (>= 2.0.2, < 7.0)
2022
algoliasearch (1.27.5)
2123
httpclient (~> 2.8, >= 2.8.3)
2224
json (>= 1.5.1)
2325
artifactory (3.0.17)
2426
atomos (0.1.3)
25-
aws-eventstream (1.3.0)
26-
aws-partitions (1.895.0)
27-
aws-sdk-core (3.191.3)
27+
aws-eventstream (1.3.1)
28+
aws-partitions (1.1050.0)
29+
aws-sdk-core (3.218.1)
2830
aws-eventstream (~> 1, >= 1.3.0)
29-
aws-partitions (~> 1, >= 1.651.0)
30-
aws-sigv4 (~> 1.8)
31+
aws-partitions (~> 1, >= 1.992.0)
32+
aws-sigv4 (~> 1.9)
33+
base64
3134
jmespath (~> 1, >= 1.6.1)
32-
aws-sdk-kms (1.77.0)
33-
aws-sdk-core (~> 3, >= 3.191.0)
34-
aws-sigv4 (~> 1.1)
35-
aws-sdk-s3 (1.143.0)
36-
aws-sdk-core (~> 3, >= 3.191.0)
35+
aws-sdk-kms (1.98.0)
36+
aws-sdk-core (~> 3, >= 3.216.0)
37+
aws-sigv4 (~> 1.5)
38+
aws-sdk-s3 (1.181.0)
39+
aws-sdk-core (~> 3, >= 3.216.0)
3740
aws-sdk-kms (~> 1)
38-
aws-sigv4 (~> 1.8)
39-
aws-sigv4 (1.8.0)
41+
aws-sigv4 (~> 1.5)
42+
aws-sigv4 (1.11.0)
4043
aws-eventstream (~> 1, >= 1.0.2)
4144
babosa (1.0.4)
4245
base64 (0.2.0)
43-
bigdecimal (3.1.6)
46+
benchmark (0.4.0)
47+
bigdecimal (3.1.9)
4448
claide (1.1.0)
4549
claide-plugins (0.9.2)
4650
cork
4751
nap
4852
open4 (~> 1.3)
49-
cocoapods (1.15.2)
53+
cocoapods (1.16.2)
5054
addressable (~> 2.8)
5155
claide (>= 1.0.2, < 2.0)
52-
cocoapods-core (= 1.15.2)
56+
cocoapods-core (= 1.16.2)
5357
cocoapods-deintegrate (>= 1.0.3, < 2.0)
5458
cocoapods-downloader (>= 2.1, < 3.0)
5559
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -63,8 +67,8 @@ GEM
6367
molinillo (~> 0.8.0)
6468
nap (~> 1.0)
6569
ruby-macho (>= 2.3.0, < 3.0)
66-
xcodeproj (>= 1.23.0, < 2.0)
67-
cocoapods-core (1.15.2)
70+
xcodeproj (>= 1.27.0, < 2.0)
71+
cocoapods-core (1.16.2)
6872
activesupport (>= 5.0, < 8)
6973
addressable (~> 2.8)
7074
algoliasearch (~> 1.0)
@@ -87,11 +91,12 @@ GEM
8791
colored2 (3.1.2)
8892
commander (4.6.0)
8993
highline (~> 2.0.0)
90-
concurrent-ruby (1.2.3)
91-
connection_pool (2.4.1)
94+
concurrent-ruby (1.3.5)
95+
connection_pool (2.5.0)
9296
cork (0.3.0)
9397
colored2 (~> 3.1)
94-
danger (9.4.3)
98+
danger (9.5.1)
99+
base64 (~> 0.2)
95100
claide (~> 1.0)
96101
claide-plugins (>= 0.9.2)
97102
colored2 (~> 3.1)
@@ -101,24 +106,24 @@ GEM
101106
git (~> 1.13)
102107
kramdown (~> 2.3)
103108
kramdown-parser-gfm (~> 1.0)
104-
no_proxy_fix
105109
octokit (>= 4.0)
110+
pstore (~> 0.1)
106111
terminal-table (>= 1, < 4)
107-
danger-changelog (0.7.0)
112+
danger-changelog (0.7.1)
108113
danger-plugin-api (~> 1.0)
109114
danger-commit_lint (0.0.7)
110115
danger-plugin-api (~> 1.0)
111116
danger-plugin-api (1.0.0)
112117
danger (> 2.0)
113-
danger-swiftlint (0.35.0)
118+
danger-swiftlint (0.37.0)
114119
danger
115120
rake (> 10)
116121
thor (~> 1.0.0)
117122
danger-xcov (0.5.0)
118123
danger (>= 2.1)
119124
xcov (>= 1.7.3)
120125
declarative (0.0.20)
121-
digest-crc (0.6.5)
126+
digest-crc (0.7.0)
122127
rake (>= 12.0.0, < 14.0.0)
123128
domain_name (0.6.20240107)
124129
dotenv (2.8.1)
@@ -127,8 +132,8 @@ GEM
127132
escape (0.0.4)
128133
ethon (0.16.0)
129134
ffi (>= 1.15.0)
130-
excon (0.109.0)
131-
faraday (1.10.3)
135+
excon (0.112.0)
136+
faraday (1.10.4)
132137
faraday-em_http (~> 1.0)
133138
faraday-em_synchrony (~> 1.0)
134139
faraday-excon (~> 1.1)
@@ -149,24 +154,24 @@ GEM
149154
faraday-http-cache (2.5.1)
150155
faraday (>= 0.8)
151156
faraday-httpclient (1.0.1)
152-
faraday-multipart (1.0.4)
153-
multipart-post (~> 2)
154-
faraday-net_http (1.0.1)
157+
faraday-multipart (1.1.0)
158+
multipart-post (~> 2.0)
159+
faraday-net_http (1.0.2)
155160
faraday-net_http_persistent (1.2.0)
156161
faraday-patron (1.0.0)
157162
faraday-rack (1.0.0)
158163
faraday-retry (1.0.3)
159-
faraday_middleware (1.2.0)
164+
faraday_middleware (1.2.1)
160165
faraday (~> 1.0)
161-
fastimage (2.3.0)
162-
fastlane (2.219.0)
166+
fastimage (2.4.0)
167+
fastlane (2.226.0)
163168
CFPropertyList (>= 2.3, < 4.0.0)
164169
addressable (>= 2.8, < 3.0.0)
165170
artifactory (~> 3.0)
166171
aws-sdk-s3 (~> 1.0)
167172
babosa (>= 1.0.3, < 2.0.0)
168173
bundler (>= 1.12.0, < 3.0.0)
169-
colored
174+
colored (~> 1.2)
170175
commander (~> 4.6)
171176
dotenv (>= 2.1.1, < 3.0.0)
172177
emoji_regex (>= 0.1, < 4.0)
@@ -175,6 +180,7 @@ GEM
175180
faraday-cookie_jar (~> 0.0.6)
176181
faraday_middleware (~> 1.0)
177182
fastimage (>= 2.1.0, < 3.0.0)
183+
fastlane-sirp (>= 1.0.0)
178184
gh_inspector (>= 1.1.2, < 2.0.0)
179185
google-apis-androidpublisher_v3 (~> 0.3)
180186
google-apis-playcustomapp_v1 (~> 0.1)
@@ -187,21 +193,23 @@ GEM
187193
mini_magick (>= 4.9.4, < 5.0.0)
188194
multipart-post (>= 2.0.0, < 3.0.0)
189195
naturally (~> 2.2)
190-
optparse (>= 0.1.1)
196+
optparse (>= 0.1.1, < 1.0.0)
191197
plist (>= 3.1.0, < 4.0.0)
192198
rubyzip (>= 2.0.0, < 3.0.0)
193-
security (= 0.1.3)
199+
security (= 0.1.5)
194200
simctl (~> 1.6.3)
195201
terminal-notifier (>= 2.0.0, < 3.0.0)
196202
terminal-table (~> 3)
197203
tty-screen (>= 0.6.3, < 1.0.0)
198204
tty-spinner (>= 0.8.0, < 1.0.0)
199205
word_wrap (~> 1.0.0)
200206
xcodeproj (>= 1.13.0, < 2.0.0)
201-
xcpretty (~> 0.3.0)
202-
xcpretty-travis-formatter (>= 0.0.3)
207+
xcpretty (~> 0.4.0)
208+
xcpretty-travis-formatter (>= 0.0.3, < 2.0.0)
203209
fastlane-plugin-changelog (0.16.0)
204-
ffi (1.16.3)
210+
fastlane-sirp (1.0.0)
211+
sysrandom (~> 1.0)
212+
ffi (1.17.1)
205213
fourflusher (2.3.1)
206214
fuzzy_match (2.0.4)
207215
gh_inspector (1.1.3)
@@ -224,7 +232,7 @@ GEM
224232
google-apis-core (>= 0.11.0, < 2.a)
225233
google-apis-storage_v1 (0.31.0)
226234
google-apis-core (>= 0.11.0, < 2.a)
227-
google-cloud-core (1.7.0)
235+
google-cloud-core (1.7.1)
228236
google-cloud-env (>= 1.0, < 3.a)
229237
google-cloud-errors (~> 1.0)
230238
google-cloud-env (1.6.0)
@@ -245,57 +253,57 @@ GEM
245253
os (>= 0.9, < 2.0)
246254
signet (>= 0.16, < 2.a)
247255
highline (2.0.3)
248-
http-cookie (1.0.5)
256+
http-cookie (1.0.8)
249257
domain_name (~> 0.5)
250258
httpclient (2.8.3)
251-
i18n (1.14.4)
259+
i18n (1.14.7)
252260
concurrent-ruby (~> 1.0)
253261
jmespath (1.6.2)
254-
json (2.7.1)
255-
jwt (2.8.1)
262+
json (2.10.1)
263+
jwt (2.10.1)
256264
base64
257-
kramdown (2.4.0)
258-
rexml
265+
kramdown (2.5.1)
266+
rexml (>= 3.3.9)
259267
kramdown-parser-gfm (1.1.0)
260268
kramdown (~> 2.0)
261-
mini_magick (4.12.0)
269+
logger (1.6.6)
270+
mini_magick (4.13.2)
262271
mini_mime (1.1.5)
263-
minitest (5.22.2)
272+
minitest (5.25.4)
264273
molinillo (0.8.0)
265274
multi_json (1.15.0)
266-
multipart-post (2.4.0)
267-
mutex_m (0.2.0)
268-
nanaimo (0.3.0)
275+
multipart-post (2.4.1)
276+
nanaimo (0.4.0)
269277
nap (1.1.0)
270278
naturally (2.2.1)
271279
netrc (0.11.0)
272280
nkf (0.2.0)
273-
no_proxy_fix (0.1.2)
274-
octokit (8.1.0)
275-
base64
281+
octokit (9.2.0)
276282
faraday (>= 1, < 3)
277283
sawyer (~> 0.9)
278284
open4 (1.3.4)
279-
optparse (0.4.0)
285+
optparse (0.6.0)
280286
os (1.1.4)
281-
plist (3.7.1)
287+
plist (3.7.2)
288+
pstore (0.1.4)
282289
public_suffix (4.0.7)
283-
rake (13.1.0)
284-
rchardet (1.8.0)
290+
rake (13.2.1)
291+
rchardet (1.9.0)
285292
representable (3.2.0)
286293
declarative (< 0.1.0)
287294
trailblazer-option (>= 0.1.1, < 0.2.0)
288295
uber (< 0.2.0)
289296
retriable (3.1.2)
290-
rexml (3.2.6)
291-
rouge (2.0.7)
297+
rexml (3.4.1)
298+
rouge (3.28.0)
292299
ruby-macho (2.5.1)
293300
ruby2_keywords (0.0.5)
294-
rubyzip (2.3.2)
301+
rubyzip (2.4.1)
295302
sawyer (0.9.2)
296303
addressable (>= 2.3.5)
297304
faraday (>= 0.17.3, < 3)
298-
security (0.1.3)
305+
securerandom (0.4.1)
306+
security (0.1.5)
299307
signet (0.19.0)
300308
addressable (~> 2.8)
301309
faraday (>= 0.17.5, < 3.a)
@@ -305,6 +313,7 @@ GEM
305313
CFPropertyList
306314
naturally
307315
slack-notifier (2.4.0)
316+
sysrandom (1.0.5)
308317
terminal-notifier (2.0.0)
309318
terminal-table (3.0.2)
310319
unicode-display_width (>= 1.1.1, < 3)
@@ -319,27 +328,27 @@ GEM
319328
tzinfo (2.0.6)
320329
concurrent-ruby (~> 1.0)
321330
uber (0.1.0)
322-
unicode-display_width (2.5.0)
331+
unicode-display_width (2.6.0)
323332
word_wrap (1.0.0)
324-
xcodeproj (1.24.0)
333+
xcodeproj (1.27.0)
325334
CFPropertyList (>= 2.3.3, < 4.0)
326335
atomos (~> 0.1.3)
327336
claide (>= 1.0.2, < 2.0)
328337
colored2 (~> 3.1)
329-
nanaimo (~> 0.3.0)
330-
rexml (~> 3.2.4)
338+
nanaimo (~> 0.4.0)
339+
rexml (>= 3.3.6, < 4.0)
331340
xcov (1.8.1)
332341
fastlane (>= 2.141.0, < 3.0.0)
333342
multipart-post
334343
slack-notifier
335344
terminal-table
336345
xcodeproj
337346
xcresult (~> 0.2.0)
338-
xcpretty (0.3.0)
339-
rouge (~> 2.0.7)
347+
xcpretty (0.4.0)
348+
rouge (~> 3.28.0)
340349
xcpretty-travis-formatter (1.0.1)
341350
xcpretty (~> 0.2, >= 0.0.7)
342-
xcresult (0.2.1)
351+
xcresult (0.2.2)
343352

344353
PLATFORMS
345354
ruby

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2024 Stefan Herold <[email protected]>
1+
Copyright (c) 2025 Stefan Herold <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.9
1+
// swift-tools-version:5.10
22
import PackageDescription
33

44
let package = Package(

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,10 +252,16 @@ The code documentation for [ASC](https://swiftpackageindex.com/Blackjacx/Assist/
252252
To release this Swift package the following steps have to be taken:
253253
254254
- Increment the version in `Core.Constants.version`
255-
- Run `bash <(curl -H -s https://raw.githubusercontent.com/Blackjacx/Scripts/master/frameworks/bootstrap.sh)` to update to the latest shared development files
255+
- Run command below to update to the latest shared development files:
256+
```shell
257+
bash <(curl -H -s https://raw.githubusercontent.com/Blackjacx/Scripts/master/frameworks/bootstrap.sh)
258+
```
256259
- Run `bundle update` to update all Ruby gems
257260
- Commit all changes on `develop`
258-
- Run `bundle exec fastlane release framework:"Assist" version:"x.y.z" formula:"blackjacx/formulae/asc"` to release the new version
261+
- Run commadn below to release the new version:
262+
```
263+
bundle exec fastlane release framework:"Assist" version:"x.y.z" formula:"blackjacx/formulae/asc"
264+
```
259265
- Merge the created PR on https://github.com/Blackjacx/homebrew-formulae
260266
- Post the following on Twitter
261267

0 commit comments

Comments
 (0)