Title here
Summary here
Add the following dependencies in your package.json
:
// package.json
"@dana/engine-tvos",
"@dana/renderer-tvos",
"@dana/tools-apple-grunt"
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