Releases: kacy/AppAttestKit
Releases 路 kacy/AppAttestKit
Release list
v0.1.2
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