File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Sources/Authsignal/Security Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'Authsignal'
3- s . version = '1.6.0 '
3+ s . version = '1.6.1 '
44 s . summary = 'The Authsignal SDK for iOS'
55
66 s . homepage = 'https://github.com/authsignal/authsignal-ios'
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Check out our [official iOS documentation](https://docs.authsignal.com/sdks/clie
1111Add Authsignal to your Podfile:
1212
1313``` rb
14- pod ' Authsignal' , ' ~> 1.5.2 '
14+ pod ' Authsignal' , ' ~> 1.6.1 '
1515```
1616
1717#### Swift Package Manager
@@ -20,7 +20,7 @@ Add authsignal-ios to the dependencies value of your Package.swift.
2020
2121``` swift
2222dependencies: [
23- .package (url : " https://github.com/authsignal/authsignal-ios.git" , from : " 1.5.2 " )
23+ .package (url : " https://github.com/authsignal/authsignal-ios.git" , from : " 1.6.1 " )
2424]
2525```
2626
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ class PasskeyManager: NSObject {
200200 }
201201}
202202
203+ @available ( iOSApplicationExtension, unavailable)
203204extension PasskeyManager : ASAuthorizationControllerDelegate ,
204205 ASAuthorizationControllerPresentationContextProviding
205206{
You can’t perform that action at this time.
0 commit comments