Skip to content

Commit

Permalink
[Trusted Entitlements] Enable Trusted Entitlements by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tonidero committed Jan 15, 2025
1 parent 8c8f2d4 commit 67172e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Security/Signing.swift
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ extension Signing {
case informational(PublicKey)
case enforced(PublicKey)

static let `default`: Self = .disabled
static let `default`: Self = .informational

var publicKey: PublicKey? {
switch self {
Expand Down

0 comments on commit 67172e5

Please sign in to comment.