-
Notifications
You must be signed in to change notification settings - Fork 206
Expand file tree
/
Copy pathplatform-attributes.json
More file actions
53 lines (53 loc) · 1.3 KB
/
platform-attributes.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"client-platform": {
"values": {
"android": {
"title": "Android",
"uaPlatform": "Android"
},
"osx": {
"title": "OS X",
"uaPlatform": "Mac OS"
},
"ubuntu": {
"title": "Ubuntu",
"uaPlatform": "Ubuntu"
},
"windows": {
"title": "Windows",
"uaPlatform": "Windows"
}
},
"autodetectFunction": "autodetectClientPlatform"
},
"client-windows-version": {
"values": {
"win7": {
"title": "Windows 7",
"uaVersion": "7"
},
"win8": {
"title": "Windows 8",
"uaVersion": "8"
},
"win10": {
"title": "Windows 10",
"uaVersion": "10"
}
},
"autodetectFunction": "autodetectClientWindowsVersion"
},
"ev3dev-hardware-platform": {
"values": {
"ev3": {
"title": "EV3 Brick"
},
"brickpi": {
"title": "BrickPi"
},
"pistorms": {
"title": "PiStorms"
}
}
}
}