Skip to content

Commit

Permalink
Update to release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Supereg committed Aug 28, 2024
1 parent 5eac3a6 commit ceb754a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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", branch: "feature/accountdetails-coding-configuration"),
.package(url: "https://github.com/StanfordSpezi/SpeziAccount", exact: "2.0.0-beta.5"),
.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
2 changes: 1 addition & 1 deletion Tests/UITests/TestAppUITests/FirebaseClient.swift
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ struct FirestoreAccount: Decodable, Equatable {


enum FirebaseClient {
private static let projectId = "nams-e43ed"
private static let projectId = "spezifirebaseuitests"

// curl -H "Authorization: Bearer owner" -X DELETE http://localhost:9099/emulator/v1/projects/spezifirebaseuitests/accounts
static func deleteAllAccounts() async throws {
Expand Down

0 comments on commit ceb754a

Please sign in to comment.