We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5880b72 commit d27dee5Copy full SHA for d27dee5
Package.swift
@@ -1,4 +1,4 @@
1
-// swift-tools-version:5.9
+// swift-tools-version:5.10
2
// The swift-tools-version declares the minimum version of Swift required to build this package.
3
4
import Foundation
@@ -7,11 +7,11 @@ import PackageDescription
7
let package = Package(
8
name: "Supabase",
9
platforms: [
10
- .iOS(.v13),
11
- .macCatalyst(.v13),
12
- .macOS(.v10_15),
13
- .watchOS(.v6),
14
- .tvOS(.v13),
+ .iOS(.v14),
+ .macCatalyst(.v14),
+ .macOS(.v11),
+ .watchOS(.v7),
+ .tvOS(.v14),
15
],
16
products: [
17
.library(name: "Auth", targets: ["Auth"]),
0 commit comments