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 817c253 commit de79cfaCopy full SHA for de79cfa
README.md
@@ -15,7 +15,7 @@ let package = Package(
15
...
16
dependencies: [
17
18
- .package(name: "Supabase", url: "https://github.com/supabase-community/supabase-swift.git", branch: "main"), // Add the package
+ .package(name: "Supabase", url: "https://github.com/supabase-community/supabase-swift.git", from: "1.0.0"), // Add the package
19
],
20
targets: [
21
.target(
0 commit comments