26 lines
562 B
JSON
26 lines
562 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/**/*",
|
|
"resources/LICENSE"
|
|
],
|
|
"externalBin": []
|
|
}
|
|
} |