forked from autopkg/smithjw-recipes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed old recipes and added Zoom Rooms JSS recipe
- Loading branch information
Showing
3 changed files
with
68 additions
and
92 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |