Skip to content

Commit 1d52ca6

Browse files
committed
Change back Package.swift to macOS 10.15
1 parent b18e3e8 commit 1d52ca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
let package = Package(
66
name: "FlyingFox",
77
platforms: [
8-
.macOS(.v11), .iOS(.v13), .tvOS(.v13), .watchOS(.v8)
8+
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v8)
99
],
1010
products: [
1111
.library(

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "FlyingFox",
77
platforms: [
8-
.macOS(.v11), .iOS(.v13), .tvOS(.v13), .watchOS(.v8)
8+
.macOS(.v10_15), .iOS(.v13), .tvOS(.v13), .watchOS(.v8)
99
],
1010
products: [
1111
.library(

0 commit comments

Comments
 (0)