Skip to content

Commit 3c1ea91

Browse files
Version 4.0.0
1 parent f497916 commit 3c1ea91

37 files changed

+761
-451
lines changed

.swiftformat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--exclude Package.swift,.build,vendor,Carthage,DerivedData,build,**/Generated
22

33
# format options
4-
--swiftversion 5.2
4+
--swiftversion 5.5
55

66
--indent 4
77
--ifdef no-indent

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "SwiftCommon/DataKit" ~> 1.0
1+
github "SwiftCommon/DataKit" ~> 1.1

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "SwiftCommon/DataKit" "1.0.2"
1+
github "SwiftCommon/DataKit" "1.1.0"

Config/ios-conf.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1671a1672,1695
1+
1686a1687,1710
22
> "ios64sim-cross" => {
33
> inherit_from => [ "ios-common" ],
44
> cflags => add("-arch x86_64 -DOPENSSL_NO_ASM -mios-version-min=7.0.0 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common"),

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ source "https://rubygems.org"
22

33
ruby "2.6.5"
44

5-
gem "fastlane", "~>2.187"
6-
gem "jazzy", "~>0.13"
5+
gem "fastlane", "~>2.206"
6+
gem "jazzy", "~>0.14"
77
gem "xcode-install", "~> 2.6.6"
88

99
plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')

Gemfile.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ GEM
1717
artifactory (3.0.15)
1818
atomos (0.1.3)
1919
aws-eventstream (1.2.0)
20-
aws-partitions (1.587.0)
21-
aws-sdk-core (3.130.2)
20+
aws-partitions (1.599.0)
21+
aws-sdk-core (3.131.1)
2222
aws-eventstream (~> 1, >= 1.0.2)
2323
aws-partitions (~> 1, >= 1.525.0)
2424
aws-sigv4 (~> 1.1)
25-
jmespath (~> 1.0)
26-
aws-sdk-kms (1.56.0)
25+
jmespath (~> 1, >= 1.6.1)
26+
aws-sdk-kms (1.57.0)
2727
aws-sdk-core (~> 3, >= 3.127.0)
2828
aws-sigv4 (~> 1.1)
2929
aws-sdk-s3 (1.114.0)
@@ -106,8 +106,8 @@ GEM
106106
faraday-em_synchrony (1.0.0)
107107
faraday-excon (1.1.0)
108108
faraday-httpclient (1.0.1)
109-
faraday-multipart (1.0.3)
110-
multipart-post (>= 1.2, < 3)
109+
faraday-multipart (1.0.4)
110+
multipart-post (~> 2)
111111
faraday-net_http (1.0.1)
112112
faraday-net_http_persistent (1.2.0)
113113
faraday-patron (1.0.0)
@@ -116,7 +116,7 @@ GEM
116116
faraday_middleware (1.2.0)
117117
faraday (~> 1.0)
118118
fastimage (2.2.6)
119-
fastlane (2.205.2)
119+
fastlane (2.206.2)
120120
CFPropertyList (>= 2.3, < 4.0.0)
121121
addressable (>= 2.8, < 3.0.0)
122122
artifactory (~> 3.0)
@@ -159,9 +159,9 @@ GEM
159159
fourflusher (2.3.1)
160160
fuzzy_match (2.0.4)
161161
gh_inspector (1.1.3)
162-
google-apis-androidpublisher_v3 (0.20.0)
163-
google-apis-core (>= 0.4, < 2.a)
164-
google-apis-core (0.4.2)
162+
google-apis-androidpublisher_v3 (0.22.0)
163+
google-apis-core (>= 0.5, < 2.a)
164+
google-apis-core (0.6.0)
165165
addressable (~> 2.5, >= 2.5.1)
166166
googleauth (>= 0.16.2, < 2.a)
167167
httpclient (>= 2.8.1, < 3.a)
@@ -170,12 +170,12 @@ GEM
170170
retriable (>= 2.0, < 4.a)
171171
rexml
172172
webrick
173-
google-apis-iamcredentials_v1 (0.10.0)
174-
google-apis-core (>= 0.4, < 2.a)
175-
google-apis-playcustomapp_v1 (0.7.0)
176-
google-apis-core (>= 0.4, < 2.a)
177-
google-apis-storage_v1 (0.13.0)
178-
google-apis-core (>= 0.4, < 2.a)
173+
google-apis-iamcredentials_v1 (0.11.0)
174+
google-apis-core (>= 0.5, < 2.a)
175+
google-apis-playcustomapp_v1 (0.8.0)
176+
google-apis-core (>= 0.5, < 2.a)
177+
google-apis-storage_v1 (0.15.0)
178+
google-apis-core (>= 0.5, < 2.a)
179179
google-cloud-core (1.6.0)
180180
google-cloud-env (~> 1.0)
181181
google-cloud-errors (~> 1.0)
@@ -198,7 +198,7 @@ GEM
198198
os (>= 0.9, < 2.0)
199199
signet (>= 0.16, < 2.a)
200200
highline (2.0.3)
201-
http-cookie (1.0.4)
201+
http-cookie (1.0.5)
202202
domain_name (~> 0.5)
203203
httpclient (2.8.3)
204204
i18n (1.10.0)
@@ -214,13 +214,13 @@ GEM
214214
sqlite3 (~> 1.3)
215215
xcinvoke (~> 0.3.0)
216216
jmespath (1.6.1)
217-
json (2.6.1)
218-
jwt (2.3.0)
217+
json (2.6.2)
218+
jwt (2.4.1)
219219
liferaft (0.0.6)
220220
memoist (0.16.2)
221221
mini_magick (4.11.0)
222222
mini_mime (1.1.2)
223-
minitest (5.15.0)
223+
minitest (5.16.0)
224224
molinillo (0.8.0)
225225
multi_json (1.15.0)
226226
multipart-post (2.0.0)
@@ -236,7 +236,7 @@ GEM
236236
public_suffix (4.0.7)
237237
rake (13.0.6)
238238
redcarpet (3.5.1)
239-
representable (3.1.1)
239+
representable (3.2.0)
240240
declarative (< 0.1.0)
241241
trailblazer-option (>= 0.1.1, < 0.2.0)
242242
uber (< 0.2.0)
@@ -257,7 +257,7 @@ GEM
257257
simctl (1.6.8)
258258
CFPropertyList
259259
naturally
260-
sqlite3 (1.4.2)
260+
sqlite3 (1.4.4)
261261
terminal-notifier (2.0.0)
262262
terminal-table (1.8.0)
263263
unicode-display_width (~> 1.1, >= 1.1.1)
@@ -273,7 +273,7 @@ GEM
273273
uber (0.1.0)
274274
unf (0.1.4)
275275
unf_ext
276-
unf_ext (0.0.8.1)
276+
unf_ext (0.0.8.2)
277277
unicode-display_width (1.8.0)
278278
webrick (1.7.0)
279279
word_wrap (1.0.0)
@@ -293,18 +293,18 @@ GEM
293293
rouge (~> 2.0.7)
294294
xcpretty-travis-formatter (1.0.1)
295295
xcpretty (~> 0.2, >= 0.0.7)
296-
zeitwerk (2.5.4)
296+
zeitwerk (2.6.0)
297297

298298
PLATFORMS
299299
ruby
300300

301301
DEPENDENCIES
302-
fastlane (~> 2.187)
303-
jazzy (~> 0.13)
302+
fastlane (~> 2.206)
303+
jazzy (~> 0.14)
304304
xcode-install (~> 2.6.6)
305305

306306
RUBY VERSION
307307
ruby 2.6.5p114
308308

309309
BUNDLED WITH
310-
2.3.13
310+
2.3.20

Mintfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
realm/SwiftLint@0.43.1
2-
yonaskolb/xcodegen@2.23.1
1+
realm/SwiftLint@0.47.1
2+
yonaskolb/xcodegen@2.29.0
33
4-
nicklockwood/SwiftFormat@0.48.7
4+
nicklockwood/SwiftFormat@0.49.9

0 commit comments

Comments
 (0)