Skip to content

Commit

Permalink
fixes #5461 - adds detection for iOS 9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Mar 19, 2016
1 parent a0f8735 commit af2f035
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Tests/Parser/fixtures/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,13 @@
short_name: IOS
version: "9.2"
platform:
-
user_agent: CFNetwork/758.3.15 Darwin/15.4.0
os:
name: iOS
short_name: IOS
version: "9.3"
platform:
-
user_agent: NokiaN73-2/3.0-630.0.2 Series60/3.0 Profile/MIDP-2.0 Configuration/CLDC-1.1
os:
Expand Down
4 changes: 4 additions & 0 deletions regexes/oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@
##########
# iOS
##########
- regex: 'CFNetwork/758\.3\.15'
name: 'iOS'
version: '9.3'

- regex: 'CFNetwork/758\.2\.[78]'
name: 'iOS'
version: '9.2'
Expand Down

0 comments on commit af2f035

Please sign in to comment.