Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Added MacOs Sierra. Fixed bug where El Capitan was detected as Puma. …#21

Closed
kikorb wants to merge 1 commit into
Pagawa:masterfrom
kikorb:master
Closed

Added MacOs Sierra. Fixed bug where El Capitan was detected as Puma. …#21
kikorb wants to merge 1 commit into
Pagawa:masterfrom
kikorb:master

Conversation

@kikorb

@kikorb kikorb commented Feb 2, 2017

Copy link
Copy Markdown

Added MacOs Sierra. Fixed bug where El Capitan was detected as Puma. Added another Opera identifier.

I did not minify the file because I do not know what tools are you using to do so.

Comment thread pgwbrowser.js
{ name: 'Mac OS X Puma', group: 'Mac OS', identifier: 'Mac OS X (10([_|\.])1([0-9_\.]*))', versionSeparator: '[_|\.]' },
{ name: 'Mac OS X Cheetah', group: 'Mac OS', identifier: 'Mac OS X (10([_|\.])0([0-9_\.]*))', versionSeparator: '[_|\.]' },
{ name: 'iPhone', group: 'iOS', identifier: 'iPhone OS', versionIdentifier: 'OS ([0-9_]*)', versionSeparator: '[_|\.]' },
{ name: 'Mac OS X Sierra', group: 'Mac OS', identifier: 'Mac OS X (10([_|\.])12\.([0-9_\.]*))', versionSeparator: '[_|\.]' },

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apple did not call their new operating system Mac OS X Sierra so I don't think you should name it this. I understand the desire to maintain consistency but I think since Apple broke their long established convention we should too. Apple is calling it macOS Sierra https://en.wikipedia.org/wiki/MacOS_Sierra

@lawnchamp

Copy link
Copy Markdown

I have a similar PR out to add support for Sierra #20

@kikorb kikorb closed this May 15, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants