Korbs/Penpot-App
Archived
1
Fork 0

Update engine and update other options

This commit is contained in:
Korbs 2023-06-05 00:22:22 -04:00
parent 41f829ef3f
commit 9cf377b199
No known key found for this signature in database

View file

@ -4,10 +4,11 @@
"slug": "penpot-app", "slug": "penpot-app",
"owner": "sudovanilla", "owner": "sudovanilla",
"version": "0.0.1", "version": "0.0.1",
"orientation": "landscape",
"icon": "./assets/icon.png", "icon": "./assets/icon.png",
"userInterfaceStyle": "dark",
"githubUrl": "https://sudovanilla.com/code/Korbs/Penpot-App/", "githubUrl": "https://sudovanilla.com/code/Korbs/Penpot-App/",
"userInterfaceStyle": "automatic",
"orientation": "landscape",
"jsEngine": "hermes",
"platforms": [ "platforms": [
"android" "android"
], ],
@ -17,7 +18,9 @@
"backgroundColor": "#FFF" "backgroundColor": "#FFF"
}, },
"ios": { "ios": {
"supportsTablet": true "jsEngine": "jsc",
"supportsTablet": true,
"isTabletOnly": true
}, },
"android": { "android": {
"adaptiveIcon": { "adaptiveIcon": {
@ -28,6 +31,7 @@
}, },
"androidStatusBar": { "androidStatusBar": {
"backgroundColor": "#000", "backgroundColor": "#000",
"barStyle": "light-content",
"translucent": false "translucent": false
}, },
"assetBundlePatterns": [ "assetBundlePatterns": [