Skip to content

Commit b76aaa6

Browse files
committed
require macOS 10.11 because SwiftFormat does.
1 parent 5632730 commit b76aaa6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Package.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import PackageDescription
44

55
let package = Package(
66
name: "JSONAPI-OpenAPI",
7+
platforms: [
8+
.macOS(.v10_11),
9+
],
710
products: [
811
.library(
912
name: "JSONAPIOpenAPI",

0 commit comments

Comments
 (0)