-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
HISTORY
75 lines (55 loc) · 2.15 KB
/
HISTORY
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
September 18, 2024
- added support for macOS 15.0 (Sequoia)
October 3, 2023
- added support for macOS 14.0 (Sonoma)
August 18, 2023
- added support for macOS 13.5.1
October 29, 2022
- added support for macOS 13.x (Ventura)
October 31, 2021, v1.11
- added support for macOS 12.x (Monterey)
January 25, 2021, v1.10
- added support for macOS 11.x (Big Sur)
- fixed shellcheck warnings
October 8, 2019, v1.9
- added support for macOS 10.x (Catalina)
November 8, 2018 v1.8
- support for a High Sierra or Mojave install stub
October 20, 2018 v1.7
- use Spotlight to find installers if no argument is given
October 20, 2018 v1.6
- simplified check for macos starting with High Sierra in order not to
break on the successor of Mojave
September 25, 2018 v1.5
- added support for macOS Mojave
September 25, 2017 v1.4
- added support for macOS High Sierra
September 21, 2016 v1.3
- added support for macOS Sierra
- improved info/error messages
February 28, 2016 v1.2
- added support to read also version information from any mounted Mac OS X
Install CD/DVD image (Mac OS X 10.0 Cheetah - Mac OS X 10.6 Snow Leopard)
February 13, 2016 v1.1
- release ready
October 11, 2015
- added NOCHECK feature, if NOCHECK is set, there will be no checks
with respect to OS X app names. Useful setting if a new OS X has
been released by Apple and the SUPPORTED_OS is not updated yet in the script.
October 1, 2015
- added compatibility string for El Capitan (OS X 10.11)
March 7, 2015 v1.0
- script requires at least Mac OS X 10.6.8 to run properly
- script has been tested successfully with
Install Mac OS X Lion.app, Install OS X Mountain Lion.app,
Install OS X Mavericks.app and Install OS X Yosemite.app
- reads /Applications/Install*OS X*.app if no program arg has been given
- reads version information also from any Install[Mac ]OS X<name>.app
if specified by the user as program argument(s)
- if DEBUG environment variable is set, output from the mount actions
are being printed to stdout
- script has been committed on github
March 4, 2015
- minor bug fixed, see also update section at http://goo.gl/am77H6
March 3, 2015
- 1st release, code explained at http://goo.gl/am77H6