Skip to content

Commit

Permalink
Fix DSWaveformImage version
Browse files Browse the repository at this point in the history
  • Loading branch information
alfogrillo authored and stefanceriu committed Oct 20, 2023
1 parent c8b9d95 commit 7dfc17f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6335,8 +6335,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/dmrschmidt/DSWaveformImage";
requirement = {
kind = upToNextMinorVersion;
minimumVersion = 14.1.0;
kind = revision;
revision = 6a4c99a8ab2d2a03f42de21fb8777172ebbcccb1;
};
};
61916C63E3F5BD900F08DA0C /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/dmrschmidt/DSWaveformImage",
"state" : {
"revision" : "6a4c99a8ab2d2a03f42de21fb8777172ebbcccb1",
"version" : "14.1.0"
"revision" : "6a4c99a8ab2d2a03f42de21fb8777172ebbcccb1"
}
},
{
Expand Down Expand Up @@ -262,7 +261,7 @@
{
"identity" : "swiftui-introspect",
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect.git",
"location" : "https://github.com/siteline/SwiftUI-Introspect",
"state" : {
"revision" : "b94da693e57eaf79d16464b8b7c90d09cba4e290",
"version" : "0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ packages:
branch: 0.0.1
DSWaveformImage:
url: https://github.com/dmrschmidt/DSWaveformImage
minorVersion: 14.1.0
revision: 6a4c99a8ab2d2a03f42de21fb8777172ebbcccb1



0 comments on commit 7dfc17f

Please sign in to comment.