fix: invalid config

This commit is contained in:
Fredrik Burmester
2024-08-13 16:43:50 +02:00
parent a99e7b950e
commit 4b1eb2218f

View File

@@ -19,7 +19,7 @@
"infoPlist": { "infoPlist": {
"NSCameraUsageDescription": "The app needs access to your camera to scan barcodes.", "NSCameraUsageDescription": "The app needs access to your camera to scan barcodes.",
"NSMicrophoneUsageDescription": "The app needs access to your microphone.", "NSMicrophoneUsageDescription": "The app needs access to your microphone.",
"UIBackgroundModes": ["audio", "movie-playback", "picture-in-picture"] "UIBackgroundModes": ["audio"]
}, },
"supportsTablet": true, "supportsTablet": true,
"bundleIdentifier": "com.fredrikburmester.streamyfin" "bundleIdentifier": "com.fredrikburmester.streamyfin"