Skip to content

Commit

Permalink
Fix configure race condition. Improved the gernal structure of the ac…
Browse files Browse the repository at this point in the history
…count service
  • Loading branch information
Supereg committed Aug 31, 2024
1 parent 3f0caea commit bbc0b5d
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 109 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ let package = Package(
.package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "2.0.0-beta.1"),
.package(url: "https://github.com/StanfordSpezi/Spezi", from: "1.7.1"),
.package(url: "https://github.com/StanfordSpezi/SpeziViews", from: "1.6.0"),
.package(url: "https://github.com/StanfordSpezi/SpeziAccount", exact: "2.0.0-beta.5"),
.package(url: "https://github.com/StanfordSpezi/SpeziAccount", branch: "feature/handle-cancellation-error"),
.package(url: "https://github.com/firebase/firebase-ios-sdk", from: "11.0.0"),
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.2.0")
] + swiftLintPackage(),
Expand Down
Loading

0 comments on commit bbc0b5d

Please sign in to comment.