Skip to content

Commit 94d496d

Browse files
committed
Lower the deployment target to macOS 10.15
1 parent e879e4b commit 94d496d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55

66
let package = Package(
77
name: "LibFido2Swift",
8-
platforms: [.macOS(.v13)],
8+
platforms: [.macOS(.v10_15)],
99
products: [
1010
// Products define the executables and libraries a package produces, making them visible to other packages.
1111
.library(

0 commit comments

Comments
 (0)