Skip to content

Commit

Permalink
Update iOS build options
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Harris committed Dec 12, 2020
1 parent 47a4a29 commit 1b45d8b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@
"package": "io.gastrodon.imonke"
},
"androidStatusBar": {
"backgroundColor": "#212121"
"backgroundColor": "#212121"
},
"assetBundlePatterns": [
"**/*"
],
"icon": "./assets/icon.png",
"ios": {
"supportsTablet": true
"supportsTablet": true,
"bundleIdentifier": "io.gastrodon.imonke"
},
"name": "imonke",
"orientation": "portrait",
Expand Down

0 comments on commit 1b45d8b

Please sign in to comment.