Files
openchamber/scripts/oc-dev.config.example.json

31 lines
574 B
JSON

{
"ios": {
"deviceName": "iPhone Example",
"useXcodeBeta": false,
"xcodeAppName": "Xcode"
},
"features": {
"releaseTools": false
},
"remoteDeployments": [
{
"id": "example-api",
"label": "example API-only",
"host": "example-host",
"port": 3002,
"dir": "testing-dev",
"lan": false,
"apiOnly": true
},
{
"id": "example-ui",
"label": "example with UI",
"host": "example-host",
"port": 3002,
"dir": "testing-dev",
"lan": true,
"apiOnly": false
}
]
}