Skip to content

Commit

Permalink
Update DSWaveformImage (#1935)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfogrillo authored Oct 23, 2023
1 parent 43e603a commit 6d577ea
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -6395,8 +6395,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/dmrschmidt/DSWaveformImage";
requirement = {
kind = revision;
revision = 6a4c99a8ab2d2a03f42de21fb8777172ebbcccb1;
kind = exactVersion;
version = 14.1.1;
};
};
61916C63E3F5BD900F08DA0C /* XCRemoteSwiftPackageReference "KeychainAccess" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/dmrschmidt/DSWaveformImage",
"state" : {
"revision" : "6a4c99a8ab2d2a03f42de21fb8777172ebbcccb1"
"revision" : "6074c2334a5a34afaa8394df853c8ceb026ad137",
"version" : "14.1.1"
}
},
{
Expand Down Expand Up @@ -261,7 +262,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
revision: 6a4c99a8ab2d2a03f42de21fb8777172ebbcccb1
exactVersion: 14.1.1



0 comments on commit 6d577ea

Please sign in to comment.