Compare commits

...

3 Commits

Author SHA1 Message Date
lance chant
a3ccedc85c Merge branch 'develop' into fix/qr-code-scanning-ios 2026-05-31 22:02:23 +02:00
lance chant
6f21545f19 Merge branch 'develop' into fix/qr-code-scanning-ios 2026-05-31 14:05:11 +02:00
Lance Chant
695027911a fix: qr code scanning not working ios
Added the multicast entitlement for ios

Signed-off-by: Lance Chant <13349722+lancechant@users.noreply.github.com>
2026-05-31 14:02:44 +02:00

View File

@@ -29,7 +29,8 @@
}, },
"supportsTablet": true, "supportsTablet": true,
"entitlements": { "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", "bundleIdentifier": "com.fredrikburmester.streamyfin",
"icon": "./assets/images/icon-ios-liquid-glass.icon", "icon": "./assets/images/icon-ios-liquid-glass.icon",