Skip to content

Commit d27dee5

Browse files
committed
drop support for Swift 5.9, iOS 13, mac Catalyst 13, macOS 10.15, watchOS 6, and tvOS 13
1 parent 5880b72 commit d27dee5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Package.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.9
1+
// swift-tools-version:5.10
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import Foundation
@@ -7,11 +7,11 @@ import PackageDescription
77
let package = Package(
88
name: "Supabase",
99
platforms: [
10-
.iOS(.v13),
11-
.macCatalyst(.v13),
12-
.macOS(.v10_15),
13-
.watchOS(.v6),
14-
.tvOS(.v13),
10+
.iOS(.v14),
11+
.macCatalyst(.v14),
12+
.macOS(.v11),
13+
.watchOS(.v7),
14+
.tvOS(.v14),
1515
],
1616
products: [
1717
.library(name: "Auth", targets: ["Auth"]),

0 commit comments

Comments
 (0)