feat: ios widget

This commit is contained in:
Fredrik Burmester
2026-01-05 21:28:00 +01:00
parent cbbac3c25c
commit 6c95962e12
28 changed files with 759 additions and 23 deletions

View File

@@ -9,6 +9,9 @@ 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