Skip to content

Commit

Permalink
fix: optional HarmonyOS version number
Browse files Browse the repository at this point in the history
  • Loading branch information
KyoUK4n committed Dec 6, 2024
1 parent 21b25f9 commit e90664b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions regexes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1916,11 +1916,7 @@ os_parsers:
os_v3_replacement: '$3'

# Huawei HarmonyOS
- regex: 'HarmonyOS\s?(\d*).?(\d*).?(\d*)'
os_replacement: 'Harmony'
os_v1_replacement: '$1'
os_v2_replacement: '$2'
os_v3_replacement: '$3'
- regex: '(HarmonyOS)\s?(\d+|)\.?(\d+|)\.?(\d+|)'

device_parsers:

Expand Down

0 comments on commit e90664b

Please sign in to comment.