Title here
Summary here
The following dependencies must be added in your package.json:
// package.json
"devDependencies": {
"@dana/renderer-tvos": "7.xx",
"@dana/tools-apple-grunt": "7.xx"
}
To create an apple profile, youβll need both device type: “tvos” and vendor @dana/renderer-tvos.
// app.config.json
"base-tvos": {
"base": {
"name": "base-tvos",
"vendors": [
"@dana/renderer-tvos"
]
},
"device": {
"type": "tvos"
}
}
Add following folders to your .gitignore :
app_tvos/build
app_tvos/libs