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.8
3
+ # osxapp_vers 1.9
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-2018 Johann N. Loefflmann
7
+ # Copyright 2015-2019 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.
@@ -44,7 +44,7 @@ function print_xml_info {
44
44
45
45
# Supported OS names for the "Install *OS X <name>.app", resp.
46
46
# "Install macOS <name>.app", update list if applicable
47
- SUPPORTED_OS=(' Mojave' ' High Sierra' ' Sierra' ' El Capitan' ' Yosemite' ' Mavericks' ' Mountain Lion' ' Lion' )
47
+ SUPPORTED_OS=(' Catalina ' ' Mojave' ' High Sierra' ' Sierra' ' El Capitan' ' Yosemite' ' Mavericks' ' Mountain Lion' ' Lion' )
48
48
49
49
# Do we want verbose output?
50
50
if [ -z $DEBUG ]; then
You can’t perform that action at this time.
0 commit comments