Skip to content

Releases: kacy/AppAttestKit

v0.1.2

Choose a tag to compare

@kacy kacy released this 20 Jan 23:37
Fix Swift 6 concurrency issues in AttestingURLProtocol

- Use nonisolated(unsafe) for static config properties accessed from canInit()
- Use associated objects for instance properties (matches working pattern)
- Remove MainActor.assumeIsolated which crashed on background threads

v0.1.1

Choose a tag to compare

@kacy kacy released this 20 Jan 21:20
adding automatic request signing

v0.1

Choose a tag to compare

@kacy kacy released this 19 Jan 20:24
bumping action version