mirror of
https://github.com/yattee/yattee.git
synced 2025-12-07 08:38:14 +00:00
Pin MPVKit to specific commit revision
Pins MPVKit dependency to commit 8db0d19d03adaf824588de7f7cdbc05b8e2016bc instead of tracking the main branch to ensure build stability.
This commit is contained in:
@@ -5079,8 +5079,8 @@
|
|||||||
isa = XCRemoteSwiftPackageReference;
|
isa = XCRemoteSwiftPackageReference;
|
||||||
repositoryURL = "https://github.com/mpvkit/MPVKit.git";
|
repositoryURL = "https://github.com/mpvkit/MPVKit.git";
|
||||||
requirement = {
|
requirement = {
|
||||||
branch = main;
|
kind = revision;
|
||||||
kind = branch;
|
revision = 8db0d19d03adaf824588de7f7cdbc05b8e2016bc;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
/* End XCRemoteSwiftPackageReference section */
|
/* End XCRemoteSwiftPackageReference section */
|
||||||
|
|||||||
Reference in New Issue
Block a user