Skip to content

Commit a7c1cda

Browse files
committed
Update Package.swift
1 parent 3aeae97 commit a7c1cda

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

0 commit comments

Comments
 (0)