• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "app": {
3        "bundleName": "com.uitestScene.acts",
4        "vendor": "example",
5        "versionCode": 1000000,
6        "versionName": "1.0.0",
7        "debug": false,
8        "icon": "$media:icon",
9        "label": "$string:app_name",
10        "distributedNotificationEnabled": true,
11        "keepAlive": true,
12        "singleUser": true,
13        "minAPIVersion": 10,
14        "targetAPIVersion": 10,
15        "car": {
16            "apiCompatibleVersion": 10,
17            "singleUser": false
18        }
19    }
20}
21