This commit is contained in:
Fredrik Burmester
2024-08-11 14:17:32 +02:00
parent 2fe83b4209
commit 46ff07a800

View File

@@ -15,7 +15,6 @@
"jsEngine": "hermes", "jsEngine": "hermes",
"assetBundlePatterns": ["**/*"], "assetBundlePatterns": ["**/*"],
"ios": { "ios": {
"userInterfaceStyle": "dark",
"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."
@@ -25,17 +24,15 @@
}, },
"android": { "android": {
"jsEngine": "jsc", "jsEngine": "jsc",
"userInterfaceStyle": "light",
"adaptiveIcon": { "adaptiveIcon": {
"foregroundImage": "./assets/images/icon.png" "foregroundImage": "./assets/images/icon.png"
}, },
"package": "com.fredrikburmester.streamyfin", "package": "com.fredrikburmester.streamyfin",
"googleServicesFile": "./credentials.json",
"permissions": [ "permissions": [
"android.permission.FOREGROUND_SERVICE", "android.permission.FOREGROUND_SERVICE",
"android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK" "android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"
], ],
"versionCode": 2 "versionCode": 3
}, },
"web": { "web": {
"bundler": "metro", "bundler": "metro",