revert: remove accidentally merged ios widget commits

Reverts commits d58c1a77 (feat: ios widget) and 08fe871d (wip: widget)
that were accidentally merged from feat/ios-widget-build-target branch.
This commit is contained in:
Fredrik Burmester
2026-01-05 21:28:00 +01:00
parent 5eae6e6cd0
commit a37a8753c2
28 changed files with 23 additions and 798 deletions

View File

@@ -9,9 +9,6 @@ module.exports = ({ config }) => {
// KSPlayer for iOS (GPU acceleration + native PiP)
config.plugins.push("./plugins/withKSPlayer.js");
// iOS Widget support via apple-targets
config.plugins.push("@bacons/apple-targets");
}
// Only override googleServicesFile if env var is set