zoom.us.download.recipe 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Comment</key>
  6. <string>Created with Recipe Robot v2.2.0 (https://github.com/homebysix/recipe-robot)</string>
  7. <key>Description</key>
  8. <string>For Intel Macs - Downloads the latest version of zoom.us.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.download.zoom.us</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>NAME</key>
  14. <string>zoom.us</string>
  15. </dict>
  16. <key>MinimumVersion</key>
  17. <string>1.0.0</string>
  18. <key>Process</key>
  19. <array>
  20. <dict>
  21. <key>Arguments</key>
  22. <dict>
  23. <key>filename</key>
  24. <string>%NAME%.pkg</string>
  25. <key>url</key>
  26. <string>https://zoom.us/client/latest/zoomusInstallerFull.pkg</string>
  27. </dict>
  28. <key>Processor</key>
  29. <string>URLDownloader</string>
  30. </dict>
  31. <dict>
  32. <key>Processor</key>
  33. <string>EndOfCheckPhase</string>
  34. </dict>
  35. <dict>
  36. <key>Arguments</key>
  37. <dict>
  38. <key>expected_authority_names</key>
  39. <array>
  40. <string>Developer ID Installer: Zoom Video Communications, Inc. (BJ4HAAB9B3)</string>
  41. <string>Developer ID Certification Authority</string>
  42. <string>Apple Root CA</string>
  43. </array>
  44. <key>input_path</key>
  45. <string>%pathname%</string>
  46. </dict>
  47. <key>Processor</key>
  48. <string>CodeSignatureVerifier</string>
  49. </dict>
  50. </array>
  51. </dict>
  52. </plist>