Skip to content

Commit bac9b8b

Browse files
committed
added support for Catalina
1 parent 1953b10 commit bac9b8b

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.8
3+
# osxapp_vers 1.9
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-2018 Johann N. Loefflmann
7+
# Copyright 2015-2019 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.
@@ -44,7 +44,7 @@ function print_xml_info {
4444

4545
# Supported OS names for the "Install *OS X <name>.app", resp.
4646
# "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')
4848

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

0 commit comments

Comments
 (0)