Anydesk.munki.recipe 1.6 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>Description</key>
  6. <string>Control remotly a desktop</string>
  7. <key>Identifier</key>
  8. <string>com.github.jpiel.munki.Anydesk</string>
  9. <key>Input</key>
  10. <dict>
  11. <key>MUNKI_CATEGORY</key>
  12. <string>Admin Utils</string>
  13. <key>MUNKI_REPO_SUBDIR</key>
  14. <string>app</string>
  15. <key>pkginfo</key>
  16. <dict>
  17. <key>catalogs</key>
  18. <array>
  19. <string>testing</string>
  20. </array>
  21. <key>description</key>
  22. <string>Connect to a computer remotely, be it from the other end of the office or halfway around the world.
  23. AnyDesk ensures secure and reliable remote desktop connections for IT professionals and on-the-go
  24. individuals alike.</string>
  25. <key>category</key>
  26. <string>%MUNKI_CATEGORY%</string>
  27. <key>developer</key>
  28. <string>Anydesk</string>
  29. <key>name</key>
  30. <string>%NAME%</string>
  31. <key>unattended_install</key>
  32. <true/>
  33. </dict>
  34. </dict>
  35. <key>ParentRecipe</key>
  36. <string>com.github.jpiel.download.Anydesk</string>
  37. <key>Process</key>
  38. <array>
  39. <dict>
  40. <key>Processor</key>
  41. <string>MunkiImporter</string>
  42. <key>Arguments</key>
  43. <dict>
  44. <key>repo_subdirectory</key>
  45. <string>%MUNKI_REPO_SUBDIR%</string>
  46. <key>pkg_path</key>
  47. <string>%RECIPE_CACHE_DIR%/downloads/%NAME%.dmg</string>
  48. </dict>
  49. </dict>
  50. </array>
  51. </dict>
  52. </plist>