fix(tvos): enable native EAC3 JOC playback
This commit is contained in:
@@ -947,7 +947,7 @@
|
||||
repositoryURL = "https://github.com/edde746/MPVKit";
|
||||
requirement = {
|
||||
kind = exactVersion;
|
||||
version = 1.0.9;
|
||||
version = 1.0.11;
|
||||
};
|
||||
};
|
||||
/* End XCRemoteSwiftPackageReference section */
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "206ba4a9f8f8191f18cabfdc025bfa512729af58",
|
||||
"version" : "1.0.9"
|
||||
"revision" : "8c10cb56744fe424f3ee1c0753388b0c6dd2dbc9",
|
||||
"version" : "1.0.11"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/edde746/MPVKit",
|
||||
"state" : {
|
||||
"revision" : "206ba4a9f8f8191f18cabfdc025bfa512729af58",
|
||||
"version" : "1.0.9"
|
||||
"revision" : "8c10cb56744fe424f3ee1c0753388b0c6dd2dbc9",
|
||||
"version" : "1.0.11"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
||||
@@ -121,7 +121,6 @@ import wakelock_plus
|
||||
do {
|
||||
let session = AVAudioSession.sharedInstance()
|
||||
try session.setCategory(.playback, mode: .default)
|
||||
try session.setActive(true)
|
||||
} catch {
|
||||
print("Failed to configure audio session: \(error)")
|
||||
}
|
||||
|
||||
@@ -42,7 +42,7 @@ end
|
||||
|
||||
# Swift Package: MPVKit.
|
||||
pkg_url = 'https://github.com/edde746/MPVKit'
|
||||
pkg_version = '1.0.8'
|
||||
pkg_version = '1.0.11'
|
||||
existing_pkg = project.root_object.package_references.find do |p|
|
||||
p.repositoryURL == pkg_url rescue false
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user