Skip to content

Commit

Permalink
Removed old recipes and added Zoom Rooms JSS recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
smithjw committed Sep 22, 2017
1 parent 9ed43c8 commit 9a40465
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 92 deletions.
44 changes: 0 additions & 44 deletions Zoom/Zoom.download.recipe

This file was deleted.

48 changes: 0 additions & 48 deletions Zoom/Zoom.pkg.recipe

This file was deleted.

68 changes: 68 additions & 0 deletions Zoom/ZoomRooms.jss.recipe
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Description</key>
<string>Downloads the current release version of the Zoom Rooms client, builds a package, then uploads to the JSS.</string>
<key>Identifier</key>
<string>com.github.smithjw.jss.ZoomRooms</string>
<key>Input</key>
<dict>
<key>CATEGORY</key>
<string>Applications</string>
<key>GROUP_NAME</key>
<string>%NAME%-update-smart</string>
<key>GROUP_TEMPLATE</key>
<string>SmartGroupTemplate.xml</string>
<key>NAME</key>
<string>Zoom Rooms</string>
<key>POLICY_CATEGORY</key>
<string>Testing</string>
<key>POLICY_TEMPLATE</key>
<string>PolicyTemplate.xml</string>
<key>SELF_SERVICE_DESCRIPTION</key>
<string>The Zoom Rooms app enables your conference room for one-touch meeting and calendar integration..</string>
<key>SELF_SERVICE_ICON</key>
<string>Zoom.png</string>
</dict>
<key>MinimumVersion</key>
<string>0.2.0</string>
<key>ParentRecipe</key>
<string>com.github.smithjw.download.ZoomRooms</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>category</key>
<string>%CATEGORY%</string>
<key>groups</key>
<array>
<dict>
<key>name</key>
<string>%GROUP_NAME%</string>
<key>smart</key>
<true/>
<key>template_path</key>
<string>%GROUP_TEMPLATE%</string>
</dict>
</array>
<key>version</key>
<string>%version%</string>
<key>policy_category</key>
<string>%POLICY_CATEGORY%</string>
<key>policy_template</key>
<string>%POLICY_TEMPLATE%</string>
<key>prod_name</key>
<string>%NAME%</string>
<key>self_service_description</key>
<string>%SELF_SERVICE_DESCRIPTION%</string>
<key>self_service_icon</key>
<string>%SELF_SERVICE_ICON%</string>
</dict>
<key>Processor</key>
<string>JSSImporter</string>
</dict>
</array>
</dict>
</plist>

0 comments on commit 9a40465

Please sign in to comment.