fix(ios): remove root icon field to resolve build failure

Removing the root-level icon field allows the iOS-specific
liquid glass icon to be used without conflicts during the Xcode build.

This fixes the build error:
- None of the input catalogs contained a matching stickers icon set
  or app icon set named 'icon-ios-liquid-glass'
This commit is contained in:
Uruk
2025-11-16 00:37:36 +01:00
parent 05d4154cd6
commit d6ccd6f756
2 changed files with 94 additions and 1 deletions

View File

@@ -4,7 +4,6 @@
"slug": "streamyfin",
"version": "0.47.1",
"orientation": "default",
"icon": "./assets/images/icon.png",
"scheme": "streamyfin",
"userInterfaceStyle": "dark",
"jsEngine": "hermes",