Skip to content

Commit bb20c90

Browse files
Merge branch 'master' into feat/support-dynamic-spm-product
2 parents b205b89 + a1cd4c9 commit bb20c90

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+69
-19
lines changed

.swiftlint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ disabled_rules:
1818
- todo
1919
- no_space_in_method_call
2020

21+
large_tuple: 5
22+
2123
opt_in_rules:
2224
- force_unwrapping
2325

Gemfile.lock

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
CFPropertyList (3.0.5)
4+
CFPropertyList (3.0.6)
55
rexml
6-
activesupport (6.1.7.2)
6+
activesupport (7.0.4.3)
77
concurrent-ruby (~> 1.0, >= 1.0.2)
88
i18n (>= 1.6, < 2)
99
minitest (>= 5.1)
1010
tzinfo (~> 2.0)
11-
zeitwerk (~> 2.3)
12-
addressable (2.8.0)
13-
public_suffix (>= 2.0.2, < 5.0)
11+
addressable (2.8.3)
12+
public_suffix (>= 2.0.2, < 6.0)
1413
algoliasearch (1.27.5)
1514
httpclient (~> 2.8, >= 2.8.3)
1615
json (>= 1.5.1)
@@ -38,26 +37,26 @@ GEM
3837
cork
3938
nap
4039
open4 (~> 1.3)
41-
cocoapods (1.11.3)
40+
cocoapods (1.12.0)
4241
addressable (~> 2.8)
4342
claide (>= 1.0.2, < 2.0)
44-
cocoapods-core (= 1.11.3)
43+
cocoapods-core (= 1.12.0)
4544
cocoapods-deintegrate (>= 1.0.3, < 2.0)
46-
cocoapods-downloader (>= 1.4.0, < 2.0)
45+
cocoapods-downloader (>= 1.6.0, < 2.0)
4746
cocoapods-plugins (>= 1.0.0, < 2.0)
4847
cocoapods-search (>= 1.0.0, < 2.0)
49-
cocoapods-trunk (>= 1.4.0, < 2.0)
48+
cocoapods-trunk (>= 1.6.0, < 2.0)
5049
cocoapods-try (>= 1.1.0, < 2.0)
5150
colored2 (~> 3.1)
5251
escape (~> 0.0.4)
5352
fourflusher (>= 2.3.0, < 3.0)
5453
gh_inspector (~> 1.0)
5554
molinillo (~> 0.8.0)
5655
nap (~> 1.0)
57-
ruby-macho (>= 1.0, < 3.0)
56+
ruby-macho (>= 2.3.0, < 3.0)
5857
xcodeproj (>= 1.21.0, < 2.0)
59-
cocoapods-core (1.11.3)
60-
activesupport (>= 5.0, < 7)
58+
cocoapods-core (1.12.0)
59+
activesupport (>= 5.0, < 8)
6160
addressable (~> 2.8)
6261
algoliasearch (~> 1.0)
6362
concurrent-ruby (~> 1.1)
@@ -107,7 +106,7 @@ GEM
107106
dotenv (2.7.6)
108107
emoji_regex (3.2.3)
109108
escape (0.0.4)
110-
ethon (0.15.0)
109+
ethon (0.16.0)
111110
ffi (>= 1.15.0)
112111
excon (0.92.2)
113112
faraday (1.10.0)
@@ -232,7 +231,7 @@ GEM
232231
i18n (1.12.0)
233232
concurrent-ruby (~> 1.0)
234233
jmespath (1.6.1)
235-
json (2.6.1)
234+
json (2.6.3)
236235
jwt (2.3.0)
237236
kramdown (2.3.2)
238237
rexml
@@ -257,7 +256,7 @@ GEM
257256
optparse (0.1.1)
258257
os (1.1.4)
259258
plist (3.6.0)
260-
public_suffix (4.0.6)
259+
public_suffix (4.0.7)
261260
rake (13.0.6)
262261
rchardet (1.8.0)
263262
representable (3.1.1)
@@ -302,7 +301,7 @@ GEM
302301
unicode-display_width (1.8.0)
303302
webrick (1.7.0)
304303
word_wrap (1.0.0)
305-
xcodeproj (1.21.0)
304+
xcodeproj (1.22.0)
306305
CFPropertyList (>= 2.3.3, < 4.0)
307306
atomos (~> 0.1.3)
308307
claide (>= 1.0.2, < 2.0)
@@ -313,7 +312,6 @@ GEM
313312
rouge (~> 2.0.7)
314313
xcpretty-travis-formatter (1.0.1)
315314
xcpretty (~> 0.2, >= 0.0.7)
316-
zeitwerk (2.6.7)
317315

318316
PLATFORMS
319317
ruby
@@ -326,4 +324,4 @@ DEPENDENCIES
326324
xcpretty
327325

328326
BUNDLED WITH
329-
2.2.20
327+
2.1.4

JOSESwift/Sources/RSAKeys.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ public struct RSAPrivateKey: JWK {
228228
/// as specified in [RFC-7518, Section 2](https://tools.ietf.org/html/rfc7518#section-2).
229229
/// - exponent: The exponent value for the RSA private key in `base64urlUInt` encoding
230230
/// as specified in [RFC-7518, Section 2](https://tools.ietf.org/html/rfc7518#section-2).
231-
// - privateExponent: The private exponent value for the RSA private key in `base64urlUInt` encoding
231+
/// - privateExponent: The private exponent value for the RSA private key in `base64urlUInt` encoding
232232
/// as specified in [RFC-7518, Section 2](https://tools.ietf.org/html/rfc7518#section-2).
233233
/// - parameters: Additional JWK parameters.
234234
public init(modulus: String, exponent: String, privateExponent: String, additionalParameters parameters: [String: String] = [:]) {

Tests/AESCBCContentDecryptionTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,4 @@ class AESCBCContentDecryptionTests: XCTestCase {
151151
XCTAssertEqual(plaintext, testPlaintext)
152152
}
153153
}
154+
// swiftlint:enable force_unwrapping

Tests/AESCBCContentEncryptionTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,3 +235,4 @@ class AESCBCContentEncryptionTests: XCTestCase {
235235
XCTAssertEqual(cryptData, plaintext)
236236
}
237237
}
238+
// swiftlint:enable force_unwrapping

Tests/AESKeyWrapKeyManagementModeTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,3 +234,4 @@ private func ccAESKeyUnwrap(
234234

235235
return (rawKey, status)
236236
}
237+
// swiftlint:enable force_unwrapping

Tests/AESKeyWrapTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,3 +166,4 @@ class AESKeyWrapTests: XCTestCase {
166166
}
167167
}
168168
}
169+
// swiftlint:enable force_unwrapping

Tests/ASN1DERParsingTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,3 +273,4 @@ class ASN1DERParsingTests: XCTestCase {
273273
}
274274

275275
}
276+
// swiftlint:enable force_unwrapping

Tests/CryptoTestCase.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,4 @@ extension Data {
8888
.joined(separator: "")
8989
}
9090
}
91+
// swiftlint:enable force_unwrapping

Tests/DataExtensionTests.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,4 @@ class DataExtensionTests: XCTestCase {
184184
XCTAssertEqual(false, testData1._timingSafeCompare(with: testData2))
185185
}
186186
}
187+
// swiftlint:enable force_unwrapping

0 commit comments

Comments
 (0)