From 9c15393ab469417c97408801775c9b28312fda24 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sat, 15 Nov 2025 23:30:53 +0100 Subject: [PATCH] Pin MPVKit to specific commit revision Pins MPVKit dependency to commit 8db0d19d03adaf824588de7f7cdbc05b8e2016bc instead of tracking the main branch to ensure build stability. --- Yattee.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Yattee.xcodeproj/project.pbxproj b/Yattee.xcodeproj/project.pbxproj index 7d6c147b..a1a8c44f 100644 --- a/Yattee.xcodeproj/project.pbxproj +++ b/Yattee.xcodeproj/project.pbxproj @@ -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 */