Skip to content

Commit db67889

Browse files
committed
Rebase and update dependencies
1 parent e7cb2d6 commit db67889

File tree

3 files changed

+11
-21
lines changed

3 files changed

+11
-21
lines changed

Examples/Examples.xcodeproj/project.pbxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
7956405D2954ADE00088A06F /* Secrets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Secrets.swift; sourceTree = "<group>"; };
3737
7956405F2954AE140088A06F /* AuthView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthView.swift; sourceTree = "<group>"; };
3838
795640612955AD2B0088A06F /* HomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeView.swift; sourceTree = "<group>"; };
39-
795640632955ADFB0088A06F /* _Secrets.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = _Secrets.swift; sourceTree = "<group>"; };
4039
795640652955AE9C0088A06F /* TodoListView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TodoListView.swift; sourceTree = "<group>"; };
4140
795640672955AEB30088A06F /* Models.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Models.swift; sourceTree = "<group>"; };
4241
795640692955AFBD0088A06F /* ErrorText.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ErrorText.swift; sourceTree = "<group>"; };
@@ -84,7 +83,6 @@
8483
793895CB2954ABFF0044F2B8 /* RootView.swift */,
8584
7956405D2954ADE00088A06F /* Secrets.swift */,
8685
795640612955AD2B0088A06F /* HomeView.swift */,
87-
795640632955ADFB0088A06F /* _Secrets.swift */,
8886
795640652955AE9C0088A06F /* TodoListView.swift */,
8987
795640672955AEB30088A06F /* Models.swift */,
9088
795640692955AFBD0088A06F /* ErrorText.swift */,

Package.swift

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121
dependencies: [
2222
.package(url: "https://github.com/supabase-community/gotrue-swift", from: "0.1.0"),
23-
.package(url: "https://github.com/supabase-community/storage-swift.git", branch: "main"),
23+
.package(url: "https://github.com/supabase-community/storage-swift.git", from: "0.1.0"),
2424
.package(url: "https://github.com/supabase-community/realtime-swift.git", from: "0.0.1"),
2525
.package(url: "https://github.com/supabase-community/postgrest-swift", from: "1.0.0"),
2626
.package(url: "https://github.com/supabase-community/functions-swift", from: "0.2.0"),
@@ -34,14 +34,6 @@ let package = Package(
3434
.product(name: "Realtime", package: "realtime-swift"),
3535
.product(name: "PostgREST", package: "postgrest-swift"),
3636
.product(name: "Functions", package: "functions-swift"),
37-
],
38-
swiftSettings: [
39-
.unsafeFlags(
40-
[
41-
"-warn-concurrency",
42-
"-enable-actor-data-race-checks",
43-
]
44-
)
4537
]
4638
),
4739
]

supabase-swift.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)