Skip to content

Commit

Permalink
Merge pull request #653 from homebysix/deprecate-bluejeans
Browse files Browse the repository at this point in the history
Add deprecation warning for BlueJeans recipes
  • Loading branch information
homebysix authored Aug 2, 2024
2 parents 6261492 + 1c53c81 commit f4fc408
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions BlueJeans/BlueJeans.munki.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,15 @@ exit 0
<string>com.github.moofit-recipes.download.bluejeans</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Effective March 29, 2024, BlueJeans by Verizon has been sunset and is no longer supported. For details see https://www.bluejeans.com. This recipe will be removed in the future.</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down
9 changes: 9 additions & 0 deletions BlueJeans/BlueJeans.pkg.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
<string>com.github.moofit-recipes.download.bluejeans</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>warning_message</key>
<string>Effective March 29, 2024, BlueJeans by Verizon has been sunset and is no longer supported. For details see https://www.bluejeans.com. This recipe will be removed in the future.</string>
</dict>
<key>Processor</key>
<string>DeprecationWarning</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
Expand Down

0 comments on commit f4fc408

Please sign in to comment.