Skip to content

Commit 4de491d

Browse files
committed
Revert "Update Package.swift"
This reverts commit a7c1cda.
1 parent 1497ac9 commit 4de491d

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(.v14), .tvOS(.v14), .watchOS(.v8)
8+
.macOS(.v11), .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(.v14), .tvOS(.v14), .watchOS(.v8)
8+
.macOS(.v11), .iOS(.v13), .tvOS(.v13), .watchOS(.v8)
99
],
1010
products: [
1111
.library(

0 commit comments

Comments
 (0)