fix: qr code scanning not working ios

Added the multicast entitlement for ios

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
This commit is contained in:
Lance Chant
2026-05-31 14:02:44 +02:00
parent fa1c3f3947
commit 695027911a

View File

@@ -29,7 +29,8 @@
},
"supportsTablet": true,
"entitlements": {
"com.apple.developer.networking.wifi-info": true
"com.apple.developer.networking.wifi-info": true,
"com.apple.developer.networking.multicast": true
},
"bundleIdentifier": "com.fredrikburmester.streamyfin",
"icon": "./assets/images/icon-ios-liquid-glass.icon",