jan/src-tauri/tauri.ios.conf.json
2025-10-08 15:48:16 +07:00

25 lines
535 B
JSON

{
"identifier": "jan.ai.app.ios",
"build": {
"devUrl": null,
"frontendDist": "../web-app/dist",
"beforeDevCommand": "cross-env IS_DEV=true IS_IOS=true yarn build:web",
"beforeBuildCommand": "cross-env IS_IOS=true yarn build:web"
},
"app": {
"security": {
"capabilities": ["mobile"]
}
},
"plugins": {},
"bundle": {
"active": true,
"iOS": {
"developmentTeam": "<DEVELOPMENT_TEAM_ID>"
},
"resources": [
"resources/pre-install/**/*"
],
"externalBin": []
}
}