51 lines
1.2 KiB
JSON
Executable file
51 lines
1.2 KiB
JSON
Executable file
{
|
|
"expo": {
|
|
"name": "penpot-app",
|
|
"slug": "penpot-app",
|
|
"owner": "sudovanilla",
|
|
"version": "0.0.1",
|
|
"icon": "./assets/icon.png",
|
|
"userInterfaceStyle": "automatic",
|
|
"scheme": "penpot",
|
|
"orientation": "landscape",
|
|
"jsEngine": "hermes",
|
|
"platforms": [
|
|
"android",
|
|
"ios"
|
|
],
|
|
"splash": {
|
|
"image": "./assets/splash.png",
|
|
"resizeMode": "contain",
|
|
"backgroundColor": "#202020"
|
|
},
|
|
"ios": {
|
|
"jsEngine": "jsc",
|
|
"supportsTablet": true,
|
|
"isTabletOnly": true,
|
|
"bundleIdentifier": "com.sudovanilla.penpotapp"
|
|
},
|
|
"android": {
|
|
"adaptiveIcon": {
|
|
"foregroundImage": "./assets/adaptive-icon.png",
|
|
"backgroundColor": "#202020"
|
|
},
|
|
"package": "com.sudovanilla.penpotapp"
|
|
},
|
|
"androidStatusBar": {
|
|
"backgroundColor": "#000",
|
|
"barStyle": "light-content",
|
|
"translucent": false
|
|
},
|
|
"assetBundlePatterns": [
|
|
"**/*"
|
|
],
|
|
"extra": {
|
|
"eas": {
|
|
"projectId": "9f3d77d2-68f6-463f-909f-cb600ef6eeac"
|
|
}
|
|
},
|
|
"updates": {
|
|
"url": "https://u.expo.dev/9f3d77d2-68f6-463f-909f-cb600ef6eeac"
|
|
}
|
|
}
|
|
}
|