Adding Zoom recipe

This commit is contained in:
Dennis Juhler Aagaard
2022-06-29 16:43:12 +02:00
parent 0e99734540
commit fea0f70ca7
8 changed files with 304 additions and 0 deletions
@@ -0,0 +1,52 @@
<?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>Comment</key>
<string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
<key>Description</key>
<string>For Apple Silicon - Downloads the latest version of zoom.us.</string>
<key>Identifier</key>
<string>com.github.solutiogruppen.download.zoom.us</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>zoom.us</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>filename</key>
<string>%NAME%.pkg</string>
<key>url</key>
<string>https://zoom.us/client/latest/zoomusInstallerFull.pkg?archType=arm64</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
</dict>
<dict>
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>expected_authority_names</key>
<array>
<string>Developer ID Installer: Zoom Video Communications, Inc. (BJ4HAAB9B3)</string>
<string>Developer ID Certification Authority</string>
<string>Apple Root CA</string>
</array>
<key>input_path</key>
<string>%pathname%</string>
</dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
</dict>
</array>
</dict>
</plist>
@@ -0,0 +1,33 @@
<?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>Comment</key>
<string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
<key>Description</key>
<string>Installs the latest version of zoom.us.</string>
<key>Identifier</key>
<string>com.github.solutiogruppen.install.zoom.us</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>zoom.us</string>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<key>ParentRecipe</key>
<string>com.github.solutiogruppen.download.zoom.us</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%pathname%</string>
</dict>
<key>Processor</key>
<string>Installer</string>
</dict>
</array>
</dict>
</plist>
+67
View File
@@ -0,0 +1,67 @@
<?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>Comment</key>
<string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
<key>Description</key>
<string>Downloads the latest version of zoom.us and imports it into Munki.</string>
<key>Identifier</key>
<string>com.github.solutiogruppen.munki.zoom.us</string>
<key>Input</key>
<dict>
<key>MUNKI_REPO_SUBDIR</key>
<string>apps/%NAME%</string>
<key>NAME</key>
<string>zoom.us</string>
<key>pkginfo</key>
<dict>
<key>blocking_applications</key>
<array>
<string>zoom.us.app</string>
<string>ZoomAutoUpdater.app</string>
<string>airhost.app</string>
<string>Transcode.app</string>
<string>ZoomUninstaller.app</string>
<string>ZMScreenshot.app</string>
<string>aomhost.app</string>
<string>caphost.app</string>
<string>CptHost.app</string>
<string>ZoomPhone.app</string>
</array>
<key>catalogs</key>
<array>
<string>testing</string>
</array>
<key>description</key>
<string> </string>
<key>developer</key>
<string>Zoom Video Communications, Inc.</string>
<key>display_name</key>
<string>zoom.us</string>
<key>name</key>
<string>%NAME%</string>
<key>unattended_install</key>
<true/>
</dict>
</dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<key>ParentRecipe</key>
<string>com.github.solutiogruppen.download.zoom.us</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%pathname%</string>
<key>repo_subdirectory</key>
<string>%MUNKI_REPO_SUBDIR%</string>
</dict>
<key>Processor</key>
<string>MunkiImporter</string>
</dict>
</array>
</dict>
</plist>
Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB