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
2 changes: 1 addition & 1 deletion Code.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1775,7 +1775,7 @@
repositoryURL = "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/code-payments/flipcash-shared-core-spm";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 0.5.0;
minimumVersion = 0.6.0;
};
};
9ACE172927E6287C00ACA047 /* XCRemoteSwiftPackageReference "mixpanel-swift" */ = {
Expand Down

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

2 changes: 1 addition & 1 deletion CrossPlatformVectors/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.iOS(.v15),
],
dependencies: [
.package(url: "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/code-payments/flipcash-shared-core-spm", .upToNextMinor(from: "0.5.0")),
.package(url: "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/code-payments/flipcash-shared-core-spm", .upToNextMinor(from: "0.6.0")),
],
targets: [
.testTarget(
Expand Down
2 changes: 1 addition & 1 deletion FlipcashCore/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let package = Package(
.package(url: "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/grpc/grpc-swift-nio-transport.git", from: "2.0.0"),
.package(url: "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/apple/swift-nio.git", from: "2.81.0"),
.package(path: "../FlipcashAPI"),
.package(url: "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/code-payments/flipcash-shared-core-spm", .upToNextMinor(from: "0.5.0")),
.package(url: "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/code-payments/flipcash-shared-core-spm", .upToNextMinor(from: "0.6.0")),
// Branch-pinned to match the app project's own reference to the same fork. SPM resolves one
// version of it for the whole graph, so the two have to agree.
.package(url: "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/dbart01/SQLite.swift", branch: "master"),
Expand Down
Loading
Loading