fix(ios): correct anamorphic video aspect ratio

close #1244
This commit is contained in:
edde746
2026-06-05 10:15:03 +02:00
parent de3219abb9
commit e6ca5f254d
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -918,7 +918,7 @@
repositoryURL = "https://github.com/edde746/MPVKit";
requirement = {
kind = revision;
revision = 6f711b36920b37d22e81353dda5a7df7965b1a44;
revision = af7092b2cd57ac32e1f2bcba8cf49073c7e6a541;
};
};
/* End XCRemoteSwiftPackageReference section */
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
"revision" : "af7092b2cd57ac32e1f2bcba8cf49073c7e6a541"
}
}
],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit",
"state" : {
"revision" : "6f711b36920b37d22e81353dda5a7df7965b1a44"
"revision" : "af7092b2cd57ac32e1f2bcba8cf49073c7e6a541"
}
}
],
+1 -1
View File
@@ -42,7 +42,7 @@ end
# Swift Package: MPVKit.
pkg_url = 'https://github.com/edde746/MPVKit'
pkg_revision = '6f711b36920b37d22e81353dda5a7df7965b1a44'
pkg_revision = 'af7092b2cd57ac32e1f2bcba8cf49073c7e6a541'
existing_pkg = project.root_object.package_references.find do |p|
p.repositoryURL == pkg_url rescue false
end