Configuration

Add dependencies

Add the following dependencies in your package.json:

// package.json
"@dana/engine-tvos",
"@dana/renderer-tvos",
"@dana/tools-apple-grunt"

Create an Apple profile

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"
    }
}

Update .gitignore

Add following folders to your .gitignore :

app_tvos/build
app_tvos/libs