1
0
mirror of https://github.com/spacebarchat/client.git synced 2024-11-21 18:02:32 +01:00
client/src-tauri/tauri.ios.conf.json
2024-02-27 22:35:29 -05:00

19 lines
229 B
JSON

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