Skip to content

Commit 11a583f

Browse files
authored
added support for Ventura
1 parent 8830846 commit 11a583f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

osxapp_vers

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22

3-
# osxapp_vers 1.11
3+
# osxapp_vers 1.12
44
# Get product name, product version and build version of [Mac] OS X
55
# from "Install*OS X*.app", "Install macOS *.app" or "Mac OS X install DVD"
66
#
7-
# Copyright 2015-2021 Johann N. Loefflmann
7+
# Copyright 2015-2022 Johann N. Loefflmann
88
#
99
# Licensed under the Apache License, Version 2.0 (the "License");
1010
# you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ function print_xml_info {
4343

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

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

0 commit comments

Comments
 (0)