Issue #1690 - Part 2: Update MacOS Blocklist support from 10.13 to 11.0.

Changes based on Mozilla bug 1678061.
This commit is contained in:
Brian Smith 2020-12-01 15:46:38 -06:00 committed by roytam1
commit 0ccf8dfa99
3 changed files with 54 additions and 20 deletions

View file

@ -58,6 +58,11 @@ enum class OperatingSystem {
OSX10_10,
OSX10_11,
OSX10_12,
OSX10_13,
OSX10_14,
OSX10_15,
OSX10_16,
OSX11_0,
Ios
};