Skip to content

Commit

Permalink
added support for Sonoma
Browse files Browse the repository at this point in the history
  • Loading branch information
jonelo authored Oct 3, 2023
1 parent d713986 commit a094149
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osxapp_vers
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# osxapp_vers 1.13
# osxapp_vers 1.14
# Get product name, product version and build version of [Mac] OS X
# from "Install*OS X*.app", "Install macOS *.app" or "Mac OS X install DVD"
#
Expand Down Expand Up @@ -43,7 +43,7 @@ function print_xml_info {

# Supported OS names for the "Install *OS X <name>.app", resp.
# "Install macOS <name>.app", update list if applicable
SUPPORTED_OS=('Ventura' 'Monterey' 'Big Sur' 'Catalina' 'Mojave' 'High Sierra' 'Sierra' 'El Capitan' 'Yosemite' 'Mavericks' 'Mountain Lion' 'Lion')
SUPPORTED_OS=('Sonoma' 'Ventura' 'Monterey' 'Big Sur' 'Catalina' 'Mojave' 'High Sierra' 'Sierra' 'El Capitan' 'Yosemite' 'Mavericks' 'Mountain Lion' 'Lion')

# Do we want verbose output?
if [ -z "$DEBUG" ]; then
Expand Down

0 comments on commit a094149

Please sign in to comment.