mirror of
https://github.com/yattee/yattee.git
synced 2025-11-15 22:48:43 +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;
|
||||
repositoryURL = "https://github.com/mpvkit/MPVKit.git";
|
||||
requirement = {
|
||||
branch = main;
|
||||
kind = branch;
|
||||
kind = revision;
|
||||
revision = 8db0d19d03adaf824588de7f7cdbc05b8e2016bc;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
Reference in New Issue
Block a user