diff --git a/app.json b/app.json index 7661a87..24610b5 100755 --- a/app.json +++ b/app.json @@ -7,25 +7,28 @@ "icon": "./assets/icon.png", "githubUrl": "https://sudovanilla.com/code/Korbs/Penpot-App/", "userInterfaceStyle": "automatic", + "scheme": "penpot", "orientation": "landscape", "jsEngine": "hermes", "platforms": [ - "android" + "android", + "ios" ], "splash": { "image": "./assets/splash.png", "resizeMode": "contain", - "backgroundColor": "#FFF" + "backgroundColor": "#202020" }, "ios": { "jsEngine": "jsc", "supportsTablet": true, - "isTabletOnly": true + "isTabletOnly": true, + "bundleIdentifier": "com.sudovanilla.penpotapp" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", - "backgroundColor": "#FFF" + "backgroundColor": "#202020" }, "package": "com.sudovanilla.penpotapp" },