Skip to content

Commit

Permalink
Allow Dependencies to Use Spezi Foundation 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PSchmiedmayer committed Oct 11, 2024
1 parent e53bc15 commit b6bfaeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ let package = Package(
.package(url: "https://github.com/StanfordBDHG/OpenAI", .upToNextMinor(from: "0.2.9")),
.package(url: "https://github.com/StanfordBDHG/llama.cpp", .upToNextMinor(from: "0.3.3")),
.package(url: "https://github.com/StanfordSpezi/Spezi", from: "1.2.1"),
.package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "1.0.4"),
.package(url: "https://github.com/StanfordSpezi/SpeziFoundation", from: "2.0.0-beta.3"),
.package(url: "https://github.com/StanfordSpezi/SpeziStorage", from: "1.0.2"),
.package(url: "https://github.com/StanfordSpezi/SpeziOnboarding", from: "1.1.1"),
.package(url: "https://github.com/StanfordSpezi/SpeziChat", .upToNextMinor(from: "0.2.0")),
.package(url: "https://github.com/StanfordSpezi/SpeziChat", branch: "feature/foundation"),
.package(url: "https://github.com/StanfordSpezi/SpeziViews", from: "1.3.1")
],
targets: [
Expand Down
12 changes: 6 additions & 6 deletions Tests/UITests/UITests.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -729,24 +729,24 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordBDHG/XCTestExtensions.git";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 0.4.13;
kind = upToNextMajorVersion;
minimumVersion = 1.0.0;
};
};
9770F28F2BB3C40C00478571 /* XCRemoteSwiftPackageReference "SpeziFirebase" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordSpezi/SpeziFirebase";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.0.1;
kind = upToNextMajorVersion;
minimumVersion = "2.0.0-beta.4";
};
};
979D418E2BB3EBD8001953BD /* XCRemoteSwiftPackageReference "SpeziAccount" */ = {
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/StanfordSpezi/SpeziAccount";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 1.2.1;
kind = upToNextMajorVersion;
minimumVersion = "2.0.0-beta.8";
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

0 comments on commit b6bfaeb

Please sign in to comment.