diff --git a/app.json b/app.json index 03e9cea..6f2f17a 100644 --- a/app.json +++ b/app.json @@ -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",