This commit is contained in:
Max Goedjen
2025-08-10 14:23:57 -07:00
parent bab76da2ab
commit 998f4b9bf4
14 changed files with 99 additions and 81 deletions

View File

@@ -65,7 +65,8 @@ let package = Package(
,
.target(
name: "Brief",
dependencies: []
dependencies: [],
swiftSettings: swiftSettings
),
.testTarget(
name: "BriefTests",

View File

@@ -2,7 +2,7 @@ import Foundation
import Observation
import Security
import CryptoKit
import LocalAuthentication
@preconcurrency import LocalAuthentication
import SecretKit
import Synchronization