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

@@ -565,4 +565,24 @@
"name" : "",
"version" : ""
}
}]
},
{
"desc" : "iOS BE App",
"ua" : "APP-BE Test/1.0 (iPad; Apple; CPU iPhone OS 7_0_2 like Mac OS X)",
"expect" :
{
"name" : "iOS",
"version" : "7.0.2"
}
}
,
{
"desc" : "KTB-Nexus 5",
"ua" : "APP-My App/1.0 (Linux; Android 4.2.1; Nexus 5 Build/JOP40D)",
"expect" :
{
"name" : "Android",
"version" : "4.2.1"
}
}
]