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

19 lines
236 B
JSON
Raw Normal View History

2023-09-15 23:19:26 +02:00
{
"tauri": {
2023-10-02 16:53:26 +02:00
"bundle": {
"iOS": {
"developmentTeam": "47RXBB8X9K"
}
},
2023-09-15 23:19:26 +02:00
"windows": [
{
"fullscreen": false,
"resizable": true,
"title": "Spacebar",
"maximized": true,
"label": "main"
}
]
}
}