mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1704638 - add apple_catalina keyword for manifestparser. r=ahal
Differential Revision: https://phabricator.services.mozilla.com/D112034
This commit is contained in:
parent
5dfd5d6c84
commit
82e7027ce2
@ -158,6 +158,10 @@ if (
|
||||
):
|
||||
info["apple_silicon"] = True
|
||||
|
||||
info["apple_catalina"] = False
|
||||
if info["os"] == "mac" and float(os_version) == 10.15:
|
||||
info["apple_catalina"] = True
|
||||
|
||||
info["version"] = version
|
||||
info["os_version"] = StringVersion(os_version)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user