Skip to content

Commit e052519

Browse files
authored
Merge pull request #56 from GoodRequest/fix/sendable-certificatedisposition
fix: Sendable CertificateDisposition for Xcode 16
2 parents 2f519aa + f829a90 commit e052519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/GoodNetworking/Models/Certificate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Foundation
1616
/// - SSL pinning by validating certificates or public keys
1717
/// - Trusting self-signed certificates
1818
/// - Fallback to system trust evaluation
19-
public enum CertificateDisposition {
19+
public enum CertificateDisposition: Sendable {
2020

2121
/// Evaluate trust using the provided certificate(s).
2222
///

0 commit comments

Comments
 (0)