added custom ua strings for ktb

This commit is contained in:
Sandro Sonntag
2014-05-30 14:25:48 +02:00
parent 676844156f
commit a6211ca98c
7 changed files with 119 additions and 4 deletions

View File

@@ -86,4 +86,22 @@
{
"architecture" : "sparc"
}
}]
},
{
"desc" : "KTB iPad",
"ua" : "APP-BE Test/1.0 (iPad; Apple; CPU iPhone OS 7_0_2 like Mac OS X)",
"expect" :
{
"architecture" : "undefined"
}
},
{
"desc" : "KTB-Nexus 5",
"ua" : "APP-My App/1.0 (Linux; Android 4.2.1; Nexus 5 Build/JOP40D)",
"expect" :
{
"architecture" : "undefined"
}
}
]