Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions VMwareHorizonClient/VMwareHorizonClient.download.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,37 @@ Version 8: horizon_8
<string>horizon_8</string>
</dict>
<key>MinimumVersion</key>
<string>0.4.2</string>
<string>1.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>This recipe has been deprecated. VMWare Horizon Client has been replaced with Omnissa Horizon Client.

Please use the new recipes located here: https://github.com/autopkg/dataJAR-recipes/tree/master/Omnissa%20Horizon%20Client </string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>predicate</key>
<string>TRUEPREDICATE</string>
</dict>
<key>Processor</key>
<string>StopProcessingIf</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>re_pattern</key>
<string>{\"name\":\"VMware Horizon Client for macOS\",\"code\":\"(?P&lt;downloadGroup&gt;(?P&lt;clientGroup&gt;CART.*?)_MAC_.*?)\",\"releaseDate\":\".*\",\"productId\":\".*\",\"releasePackageId\":\".*\",\"isFirmwareImage\":.*,\"orderId\":.*}</string>
<!--
Example for 5.4.3:
{"name":"VMware Horizon Client for macOS","code":"CART21FQ1_MAC_543","releaseDate":"2020-07-09T07:00:00Z","productId":"863","releasePackageId":"47872","orderId":4}
{"name":"VMware Horizon Client for macOS","code":"CART21FQ1_MAC_543","releaseDate":"2020-07-09T07:00:00Z","productId":"863","releasePackageId":"47872","orderId":4}
-->
<key>url</key>
<string>https://customerconnect.omnissa.com/channel/public/api/v1.0/products/getRelatedDLGList?locale=en_US&amp;category=desktop_end_user_computing&amp;product=vmware_horizon_clients&amp;version=%HORIZON_MAJOR_VERSION%&amp;dlgType=PRODUCT_BINARY</string>
Expand Down
22 changes: 21 additions & 1 deletion VMwareHorizonClient/VMwareHorizonClient.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,31 @@
</dict>
</dict>
<key>MinimumVersion</key>
<string>0.4.3</string>
<string>1.1</string>
<key>ParentRecipe</key>
<string>com.github.scriptingosx.download.VMwareHorizonClient</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>This recipe has been deprecated. VMWare Horizon Client has been replaced with Omnissa Horizon Client.

Please use the new recipes located here: https://github.com/autopkg/dataJAR-recipes/tree/master/Omnissa%20Horizon%20Client </string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>predicate</key>
<string>TRUEPREDICATE</string>
</dict>
<key>Processor</key>
<string>StopProcessingIf</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down