File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- # osxapp_vers 1.11
3
+ # osxapp_vers 1.12
4
4
# Get product name, product version and build version of [Mac] OS X
5
5
# from "Install*OS X*.app", "Install macOS *.app" or "Mac OS X install DVD"
6
6
#
7
- # Copyright 2015-2021 Johann N. Loefflmann
7
+ # Copyright 2015-2022 Johann N. Loefflmann
8
8
#
9
9
# Licensed under the Apache License, Version 2.0 (the "License");
10
10
# you may not use this file except in compliance with the License.
@@ -43,7 +43,7 @@ function print_xml_info {
43
43
44
44
# Supported OS names for the "Install *OS X <name>.app", resp.
45
45
# "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' )
47
47
48
48
# Do we want verbose output?
49
49
if [ -z " $DEBUG " ]; then
You can’t perform that action at this time.
0 commit comments