Skip to content

Commit

Permalink
As iOS & tvOS, watchOS apps can have ' ' or /
Browse files Browse the repository at this point in the history
(before the version digits)
  • Loading branch information
romenrg authored Sep 23, 2021
1 parent 08745ed commit feb5682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ os_parsers:
##########
# Apple Watch
##########
- regex: '(watchOS)/(\d+)\.(\d+)(?:\.(\d+)|)'
- regex: '(watchOS)[/ ](\d+)\.(\d+)(?:\.(\d+)|)'
os_replacement: 'WatchOS'

##########################
Expand Down

0 comments on commit feb5682

Please sign in to comment.