fix(ios): recover frozen video after Control Center

close #1232
This commit is contained in:
edde746
2026-06-06 00:49:19 +02:00
parent a9b812f66c
commit 6b3e49d410
10 changed files with 10 additions and 10 deletions
+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 = af7092b2cd57ac32e1f2bcba8cf49073c7e6a541; revision = 9d9b6181266429ba761af831f29311805a40f593;
}; };
}; };
/* 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" : "af7092b2cd57ac32e1f2bcba8cf49073c7e6a541" "revision" : "9d9b6181266429ba761af831f29311805a40f593"
} }
}, },
{ {
@@ -40,7 +40,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "af7092b2cd57ac32e1f2bcba8cf49073c7e6a541" "revision" : "9d9b6181266429ba761af831f29311805a40f593"
} }
}, },
{ {
+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 = af7092b2cd57ac32e1f2bcba8cf49073c7e6a541; revision = 9d9b6181266429ba761af831f29311805a40f593;
}; };
}; };
/* 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" : "af7092b2cd57ac32e1f2bcba8cf49073c7e6a541" "revision" : "9d9b6181266429ba761af831f29311805a40f593"
} }
}, },
{ {
@@ -13,7 +13,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "af7092b2cd57ac32e1f2bcba8cf49073c7e6a541" "revision" : "9d9b6181266429ba761af831f29311805a40f593"
} }
}, },
{ {
+1 -1
View File
@@ -918,7 +918,7 @@
repositoryURL = "https://github.com/edde746/MPVKit"; repositoryURL = "https://github.com/edde746/MPVKit";
requirement = { requirement = {
kind = revision; kind = revision;
revision = af7092b2cd57ac32e1f2bcba8cf49073c7e6a541; revision = 9d9b6181266429ba761af831f29311805a40f593;
}; };
}; };
/* 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" : "af7092b2cd57ac32e1f2bcba8cf49073c7e6a541" "revision" : "9d9b6181266429ba761af831f29311805a40f593"
} }
} }
], ],
@@ -6,7 +6,7 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/edde746/MPVKit", "location" : "https://github.com/edde746/MPVKit",
"state" : { "state" : {
"revision" : "af7092b2cd57ac32e1f2bcba8cf49073c7e6a541" "revision" : "9d9b6181266429ba761af831f29311805a40f593"
} }
} }
], ],
+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 = 'af7092b2cd57ac32e1f2bcba8cf49073c7e6a541' pkg_revision = '9d9b6181266429ba761af831f29311805a40f593'
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