1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-22 02:12:38 +01:00
client/src-tauri/tauri.ios.conf.json
Puyodead1 c9933a4356 ios
2023-10-02 07:53:26 -07:00

19 lines
236 B
JSON

{
"tauri": {
"bundle": {
"iOS": {
"developmentTeam": "47RXBB8X9K"
}
},
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Spacebar",
"maximized": true,
"label": "main"
}
]
}
}