chore: bump MPVKit

This commit is contained in:
edde746
2026-05-28 00:14:06 +02:00
parent 3b4110d7e5
commit 869b4fe230
11 changed files with 11 additions and 10 deletions
Submodule
+1
Submodule .mpvkit-local added at 6f711b3692
+1 -1
View File
@@ -789,7 +789,7 @@
repositoryURL = "https://github.com/edde746/MPVKit"; repositoryURL = "https://github.com/edde746/MPVKit";
requirement = { requirement = {
kind = revision; kind = revision;
revision = b22699d7bc80966523e4c6f808bc86882a80c306; revision = 6f711b36920b37d22e81353dda5a7df7965b1a44;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
@@ -40,7 +40,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "b22699d7bc80966523e4c6f808bc86882a80c306" "revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
} }
}, },
{ {
@@ -40,7 +40,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "b22699d7bc80966523e4c6f808bc86882a80c306" "revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
} }
}, },
{ {
+1 -1
View File
@@ -883,7 +883,7 @@
repositoryURL = "https://github.com/edde746/MPVKit"; repositoryURL = "https://github.com/edde746/MPVKit";
requirement = { requirement = {
kind = revision; kind = revision;
revision = b22699d7bc80966523e4c6f808bc86882a80c306; revision = 6f711b36920b37d22e81353dda5a7df7965b1a44;
}; };
}; };
/* End XCRemoteSwiftPackageReference section */ /* End XCRemoteSwiftPackageReference section */
@@ -13,7 +13,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "b22699d7bc80966523e4c6f808bc86882a80c306" "revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
} }
}, },
{ {
@@ -13,7 +13,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "b22699d7bc80966523e4c6f808bc86882a80c306" "revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
} }
}, },
{ {
+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 = b22699d7bc80966523e4c6f808bc86882a80c306; revision = 6f711b36920b37d22e81353dda5a7df7965b1a44;
}; };
}; };
/* 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" : "b22699d7bc80966523e4c6f808bc86882a80c306" "revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
} }
} }
], ],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "b22699d7bc80966523e4c6f808bc86882a80c306" "revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
} }
} }
], ],
+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 = '86dcf97f04e572abb5641e74780251a1d5634ff3' pkg_revision = '6f711b36920b37d22e81353dda5a7df7965b1a44'
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