From 78b6807b8681004e9befe494a6c7c901fa2e9c50 Mon Sep 17 00:00:00 2001 From: Anthony Lavado Date: Sat, 14 Dec 2019 03:27:24 -0500 Subject: [PATCH] Update app.json to remove auto updates and increment build number --- app.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index 2b2bbce88..82c4bd6d3 100644 --- a/app.json +++ b/app.json @@ -18,14 +18,21 @@ "backgroundColor": "#101010" }, "updates": { + "enabled": false, "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { + "buildNumber": "3", "supportsTablet": true, - "bundleIdentifier": "org.jellyfin.expo" + "bundleIdentifier": "org.jellyfin.expo", + "infoPlist": { + "UIBackgroundModes": [ + "audio" + ] + } }, "description": "Jellyfin Expo Client" }