Skip to content

Commit

Permalink
Adds detection for Pico 4
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu committed Sep 30, 2023
1 parent 737585f commit 73c9032
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions Tests/fixtures/wearable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2022,3 +2022,21 @@
model: TicWatch S
os_family: Android
browser_family: Chrome
-
user_agent: Mozilla/5.0 (X11; Linux x86_64; PICO 4 OS5.4.0 like Quest) AppleWebKit/537.36 (KHTML, like Gecko) PicoBrowser/3.3.22 Chrome/105.0.5195.68 VR Safari/537.36 OculusBrowser/7.0
os:
name: PICO OS
version: 5.4.0
platform: x64
client:
type: browser
name: PICO Browser
version: 3.3.22
engine: Blink
engine_version: 105.0.5195.68
device:
type: wearable
brand: Pico
model: "4"
os_family: Android
browser_family: Chrome
4 changes: 2 additions & 2 deletions regexes/device/mobiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33198,9 +33198,9 @@ Axioo:
device: 'tablet'
model: 'PicoPad $1 3G'

# Pico (pico-interactive.com)
# Pico (https://www.picoxr.com)
Pico:
regex: 'Pico (G2 4K|Neo 3)(?:[);/ ]|$)'
regex: 'Pico (G2 4K|Neo 3|4)(?:[);/ ]|$)'
device: 'wearable'
model: '$1'

Expand Down

0 comments on commit 73c9032

Please sign in to comment.