Skip to content

Commit c406eff

Browse files
committed
Add compiler ignore annotation for passkey extension
1 parent 14f0dd7 commit c406eff

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Authsignal.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Check out our [official iOS documentation](https://docs.authsignal.com/sdks/clie
1111
Add 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
2222
dependencies: [
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

Sources/Authsignal/Security/PasskeyManager.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ class PasskeyManager: NSObject {
200200
}
201201
}
202202

203+
@available(iOSApplicationExtension, unavailable)
203204
extension PasskeyManager: ASAuthorizationControllerDelegate,
204205
ASAuthorizationControllerPresentationContextProviding
205206
{

0 commit comments

Comments
 (0)