Skip to content

Commit a98c9f5

Browse files
authored
refactor(package.swift): add macos version
- the build process requires a higher macos version according to the error in the autobuild error: the library 'FusionAuth' requires macos 10.13, but depends on the product 'SwiftLintBuildToolPlugin' which requires macos 12.0; consider changing the library 'FusionAuth' to require macos 12.0 or later, or the product 'SwiftLintBuildToolPlugin' to require macos 10.13 or earlier.
1 parent c9b44eb commit a98c9f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import PackageDescription
66
let package = Package(
77
name: "FusionAuth",
88
platforms: [
9+
.macOS(.v12),
910
.iOS(.v15)
1011
],
1112
products: [

0 commit comments

Comments
 (0)