fix(tvos): bump MPVKit pacing build

This commit is contained in:
edde746
2026-05-13 15:46:29 +02:00
parent fce794cd6c
commit 9f19f550c3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -712,7 +712,7 @@
repositoryURL = "https://github.com/edde746/MPVKit"; repositoryURL = "https://github.com/edde746/MPVKit";
requirement = { requirement = {
kind = revision; kind = revision;
revision = e9dc70092d8763c5cbee5ea72906cebc42f8dac8; revision = 86dcf97f04e572abb5641e74780251a1d5634ff3;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "e9dc70092d8763c5cbee5ea72906cebc42f8dac8" "revision" : "86dcf97f04e572abb5641e74780251a1d5634ff3"
} }
} }
], ],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "e9dc70092d8763c5cbee5ea72906cebc42f8dac8" "revision" : "86dcf97f04e572abb5641e74780251a1d5634ff3"
} }
} }
], ],
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit. # Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit' pkg_url = 'https://github.com/edde746/MPVKit'
pkg_revision = '2693995eec5a290b53cc89f0bdfe7f386ba49ee7' pkg_revision = '86dcf97f04e572abb5641e74780251a1d5634ff3'
existing_pkg = project.root_object.package_references.find do |p| existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false p.repositoryURL == pkg_url rescue false
end end