chore(apple): bump MPVKit pin

This commit is contained in:
edde746
2026-05-08 03:09:05 +02:00
parent cedd448ef2
commit e2a7a7ab4b
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -781,7 +781,7 @@
repositoryURL = "https://github.com/edde746/MPVKit";
requirement = {
kind = revision;
revision = 8aa5e1abb68fffe1d29511da9e02feca575c9311;
revision = 2693995eec5a290b53cc89f0bdfe7f386ba49ee7;
};
};
/* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "8aa5e1abb68fffe1d29511da9e02feca575c9311"
"revision" : "2693995eec5a290b53cc89f0bdfe7f386ba49ee7"
}
}
],
+1 -1
View File
@@ -875,7 +875,7 @@
repositoryURL = "https://github.com/edde746/MPVKit";
requirement = {
kind = revision;
revision = 8aa5e1abb68fffe1d29511da9e02feca575c9311;
revision = 2693995eec5a290b53cc89f0bdfe7f386ba49ee7;
};
};
/* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "8aa5e1abb68fffe1d29511da9e02feca575c9311"
"revision" : "2693995eec5a290b53cc89f0bdfe7f386ba49ee7"
}
}
],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "8aa5e1abb68fffe1d29511da9e02feca575c9311"
"revision" : "2693995eec5a290b53cc89f0bdfe7f386ba49ee7"
}
}
],
+1 -1
View File
@@ -712,7 +712,7 @@
repositoryURL = "https://github.com/edde746/MPVKit";
requirement = {
kind = revision;
revision = 8aa5e1abb68fffe1d29511da9e02feca575c9311;
revision = 2693995eec5a290b53cc89f0bdfe7f386ba49ee7;
};
};
/* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "8aa5e1abb68fffe1d29511da9e02feca575c9311"
"revision" : "2693995eec5a290b53cc89f0bdfe7f386ba49ee7"
}
}
],
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit'
pkg_revision = '8aa5e1abb68fffe1d29511da9e02feca575c9311'
pkg_revision = '2693995eec5a290b53cc89f0bdfe7f386ba49ee7'
existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false
end