hololake-platform/src-tauri/tauri.ios.conf.json

34 lines
720 B
JSON

{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "HoloLake Era",
"identifier": "com.guanghulab.hololake",
"build": {
"beforeDevCommand": "pnpm dev",
"beforeBuildCommand": "pnpm build"
},
"app": {
"macOSPrivateApi": false,
"windows": [
{
"title": "HoloLake Era",
"width": 430,
"height": 932,
"minWidth": 320,
"minHeight": 568,
"resizable": true,
"fullscreen": false,
"backgroundColor": "#11161A",
"dragDropEnabled": false
}
]
},
"bundle": {
"active": true,
"targets": ["app"],
"resources": {},
"iOS": {
"minimumSystemVersion": "15.0"
}
}
}