Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Columba.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@
repositoryURL = "https://github.com/torlando-tech/LXMF-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.3.4;
minimumVersion = 0.4.0;
};
};
PKGREF2 /* XCRemoteSwiftPackageReference "maplibre-gl-native-distribution" */ = {
Expand All @@ -1247,7 +1247,7 @@
repositoryURL = "https://github.com/torlando-tech/reticulum-swift.git";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 0.2.3;
minimumVersion = 0.3.0;
};
};
/* End XCRemoteSwiftPackageReference section */
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ let package = Package(
// `.swiftpm/configuration/mirrors.json` mapping the URL to a local
// directory — see README "Local development against unreleased
// library changes" for the exact recipe.
.package(url: "https://github.com/torlando-tech/LXMF-swift.git", from: "0.3.0"),
.package(url: "https://github.com/torlando-tech/LXMF-swift.git", from: "0.4.0"),
.package(url: "https://github.com/torlando-tech/LXST-swift.git", from: "0.2.0"),
.package(url: "https://github.com/torlando-tech/reticulum-swift.git", from: "0.2.0"),
.package(url: "https://github.com/torlando-tech/reticulum-swift.git", from: "0.3.0"),
.package(url: "https://github.com/maplibre/maplibre-gl-native-distribution", from: "6.9.0"),
],
targets: [
Expand Down
Loading