Skip to content

Commit

Permalink
Update app.json to remove auto updates and increment build number
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonylavado committed Dec 14, 2019
1 parent 9aa8aa4 commit 78b6807
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 78b6807

Please sign in to comment.