File tree 8 files changed +20
-6
lines changed
8 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >APPL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.22.0 </string >
18
+ <string >2.22.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleURLTypes </key >
Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 2.22.1] ( https://github.com/auth0/Lock.swift/tree/2.22.1 ) (2021-04-13)
4
+ [ Full Changelog] ( https://github.com/auth0/Lock.swift/compare/2.22.0...2.22.1 )
5
+
6
+ ** Fixed**
7
+ - Fix LockViewController dismissal when presented as a popup [ \# 647] ( https://github.com/auth0/Lock.swift/pull/647 ) ([ agirault] ( https://github.com/agirault ) )
8
+
3
9
## [ 2.22.0] ( https://github.com/auth0/Lock.swift/tree/2.22.0 ) (2021-03-09)
4
10
[ Full Changelog] (https://github.com/auth0/Lock.swift/compare/2.21.0...2.22.0
5
11
Original file line number Diff line number Diff line change 1
1
github "AliSoftware/OHHTTPStubs" "9.1.0"
2
2
github "Quick/Nimble" "v9.0.0"
3
3
github "Quick/Quick" "v3.1.2"
4
- github "auth0/Auth0.swift" "1.31 .0"
4
+ github "auth0/Auth0.swift" "1.32 .0"
5
5
github "auth0/JWTDecode.swift" "2.6.0"
6
6
github "auth0/SimpleKeychain" "0.12.2"
7
7
github "emaloney/CleanroomLogger" "7.0.0"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.22.0 </string >
18
+ <string >2.22.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.22.0 </string >
18
+ <string >2.22.1 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
Original file line number Diff line number Diff line change @@ -409,6 +409,14 @@ class MockWebAuth: WebAuth {
409
409
self . maxAge = maxAge
410
410
return self
411
411
}
412
+
413
+ func invitationURL( _ invitationURL: URL ) -> Self {
414
+ return self
415
+ }
416
+
417
+ func organization( _ organization: String ) -> Self {
418
+ return self
419
+ }
412
420
413
421
func clearSession( federated: Bool , callback: @escaping ( Bool ) -> Void ) {
414
422
callback ( true )
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.22.0 </string >
18
+ <string >2.22.1 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
</dict >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ coverage:
4
4
range : " 70...100"
5
5
ignore :
6
6
- Lock/OnePassword.swift
7
- - LockTests/*
7
+ - LockTests/**/*
8
8
- App/*
9
9
status :
10
10
patch :
You can’t perform that action at this time.
0 commit comments