Skip to content

Commit

Permalink
Merge pull request #671 from homebysix/cocktail
Browse files Browse the repository at this point in the history
Update Cocktail recipes
  • Loading branch information
homebysix authored Dec 16, 2024
2 parents 7ca00c8 + d4f7d55 commit 50b3c72
Show file tree
Hide file tree
Showing 7 changed files with 57 additions and 2 deletions.
9 changes: 9 additions & 0 deletions Cocktail/Cocktail-10.10.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Legacy Cocktail recipes for 10.10 through 10.15 are deprecated and will be removed. If you still require this recipe, consider switching to the new recipes based on Cocktail.download and overriding MAJOR_VERSION to "10.10".</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down
9 changes: 9 additions & 0 deletions Cocktail/Cocktail-10.11.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Legacy Cocktail recipes for 10.10 through 10.15 are deprecated and will be removed. If you still require this recipe, consider switching to the new recipes based on Cocktail.download and overriding MAJOR_VERSION to "10.11".</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down
9 changes: 9 additions & 0 deletions Cocktail/Cocktail-10.12.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Legacy Cocktail recipes for 10.10 through 10.15 are deprecated and will be removed. If you still require this recipe, consider switching to the new recipes based on Cocktail.download and overriding MAJOR_VERSION to "10.12".</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down
9 changes: 9 additions & 0 deletions Cocktail/Cocktail-10.13.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Legacy Cocktail recipes for 10.10 through 10.15 are deprecated and will be removed. If you still require this recipe, consider switching to the new recipes based on Cocktail.download and overriding MAJOR_VERSION to "10.13".</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down
9 changes: 9 additions & 0 deletions Cocktail/Cocktail-10.14.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Legacy Cocktail recipes for 10.10 through 10.15 are deprecated and will be removed. If you still require this recipe, consider switching to the new recipes based on Cocktail.download and overriding MAJOR_VERSION to "10.14".</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down
9 changes: 9 additions & 0 deletions Cocktail/Cocktail-10.15.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,15 @@
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Legacy Cocktail recipes for 10.10 through 10.15 are deprecated and will be removed. If you still require this recipe, consider switching to the new recipes based on Cocktail.download and overriding MAJOR_VERSION to "10.15".</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down
5 changes: 3 additions & 2 deletions Cocktail/Cocktail.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<string>Downloads the latest version of a particular MAJOR_VERSION of Cocktail.

MAJOR_VERSION should correspond to a macOS release version. Supported values include:
- 14 for Sonoma (default)
- 15 for Sequoia (default)
- 14 for Sonoma
- 13 for Ventura
- 12 for Monterey
- 11 for Big Sur
Expand All @@ -24,7 +25,7 @@ This recipe does not support older major versions than Yosemite.
<key>Input</key>
<dict>
<key>MAJOR_VERSION</key>
<string>14</string>
<string>15</string>
<key>NAME</key>
<string>Cocktail</string>
</dict>
Expand Down

0 comments on commit 50b3c72

Please sign in to comment.