build(apple): bump MPVKit to 1.0.13

This commit is contained in:
edde746
2026-07-13 23:37:30 +02:00
parent a0013323f2
commit 0a3e9d9e89
10 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -948,7 +948,7 @@
repositoryURL = "https://github.com/edde746/MPVKit";
requirement = {
kind = exactVersion;
version = 1.0.12;
version = 1.0.13;
};
};
/* End XCRemoteSwiftPackageReference section */
@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "a453d675493a8abe26dc90f9dc484bc582628358",
"version" : "1.0.12"
"revision" : "93101dc1d0903c48fa3054652805acacbb75e856",
"version" : "1.0.13"
}
}
],
@@ -6,8 +6,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "a453d675493a8abe26dc90f9dc484bc582628358",
"version" : "1.0.12"
"revision" : "93101dc1d0903c48fa3054652805acacbb75e856",
"version" : "1.0.13"
}
}
],
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit'
pkg_version = '1.0.11'
pkg_version = '1.0.13'
existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false
end