Korbs/Penpot-App
Archived
1
Fork 0
This repository has been archived on 2024-07-03. You can view files and clone it, but cannot push or open issues or pull requests.
Penpot-App/app.json
2023-06-19 21:03:45 -04:00

54 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"
},
"runtimeVersion": {
"policy": "sdkVersion"
}
}
}