chore(tvos): remove the Atmos output diagnostics

This commit is contained in:
edde746
2026-08-09 11:52:48 +02:00
parent 63f2bedf2c
commit e0a364e26a
57 changed files with 133 additions and 3274 deletions
-3
View File
@@ -153,9 +153,6 @@ import wakelock_plus
if let r = self.registrar(forPlugin: "MpvAudioPlayerPlugin") {
MpvAudioPlayerPlugin.register(with: r)
}
if let r = self.registrar(forPlugin: "AtmosProbePlugin") {
AtmosProbePlugin.register(with: r)
}
if let r = self.registrar(forPlugin: "PackageInfoPlusPlugin") {
PackageInfoPlusPlugin.register(with: r)
}