chore: bump MPVKit

This commit is contained in:
edde746
2026-05-28 00:14:06 +02:00
parent 3b4110d7e5
commit 869b4fe230
11 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -712,7 +712,7 @@
repositoryURL = "https://github.com/edde746/MPVKit";
requirement = {
kind = revision;
revision = b22699d7bc80966523e4c6f808bc86882a80c306;
revision = 6f711b36920b37d22e81353dda5a7df7965b1a44;
};
};
/* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "b22699d7bc80966523e4c6f808bc86882a80c306"
"revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
}
}
],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "b22699d7bc80966523e4c6f808bc86882a80c306"
"revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
}
}
],
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit'
pkg_revision = '86dcf97f04e572abb5641e74780251a1d5634ff3'
pkg_revision = '6f711b36920b37d22e81353dda5a7df7965b1a44'
existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false
end