From 15e23698162a690be6737014010fdd6ee3c99b28 Mon Sep 17 00:00:00 2001 From: EDK Tech <83384667+EDKTech@users.noreply.github.com> Date: Sat, 29 Jan 2022 11:40:46 -0700 Subject: [PATCH] Update gibMacOS.command Added entries for macOS 11 Big Sur and macOS 12 Monterey. --- gibMacOS.command | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gibMacOS.command b/gibMacOS.command index d5a86ba..dbb8ed3 100755 --- a/gibMacOS.command +++ b/gibMacOS.command @@ -39,6 +39,8 @@ class gibMacOS: "high sierra" : "10.13", "mojave" : "10.14", "catalina" : "10.15" + "big sur" : "11.0" + "monterey" : "12.0" } self.current_catalog = "publicrelease" self.catalog_data = None