Update MPVKit to 1.0.0

This commit is contained in:
Arkadiusz Fal
2026-07-27 22:54:09 +02:00
parent 76a709a921
commit c93b7388e9
2 changed files with 4 additions and 4 deletions

View File

@@ -1238,8 +1238,8 @@
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/mpvkit/MPVKit.git"; repositoryURL = "https://github.com/mpvkit/MPVKit.git";
requirement = { requirement = {
kind = exactVersion; kind = upToNextMajorVersion;
version = "0.41.0-n8.1.2"; minimumVersion = 1.0.0;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */

View File

@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/mpvkit/MPVKit.git", "location" : "https://github.com/mpvkit/MPVKit.git",
"state" : { "state" : {
"revision" : "99030e05253f0977b5e00eb079416565c608f2b1", "revision" : "288527dffbc6d3e63cce147fc7b520c64a791603",
"version" : "0.41.0-n8.1.2" "version" : "1.0.0"
} }
}, },
{ {