update MPVKit to v0.39.0

Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
Toni Förster 2024-09-24 10:41:02 +02:00
parent 8596ee8811
commit 28b6a517b6
No known key found for this signature in database
GPG Key ID: 292F3E5086C83FC7
2 changed files with 4 additions and 4 deletions

View File

@ -5040,8 +5040,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.38.0-fix"; minimumVersion = 0.39.0;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */

View File

@ -60,8 +60,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/mpvkit/MPVKit.git", "location" : "https://github.com/mpvkit/MPVKit.git",
"state" : { "state" : {
"revision" : "ee72059235566df8b455bff15e3f83a1c9053e78", "revision" : "839dfa34b96029daef10b32d401c98edf17f04ae",
"version" : "0.38.0-fix" "version" : "0.39.0"
} }
}, },
{ {