Brave-intel.munki.recipe 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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>Downloads the latest version of Brave and imports it into Munki.</string>
  9. <key>Identifier</key>
  10. <string>com.github.solutiogruppen.munki.Brave</string>
  11. <key>Input</key>
  12. <dict>
  13. <key>APP_FILENAME</key>
  14. <string>Brave Browser</string>
  15. <key>MUNKI_REPO_SUBDIR</key>
  16. <string>apps/%NAME%</string>
  17. <key>NAME</key>
  18. <string>Brave Intel</string>
  19. <key>pkginfo</key>
  20. <dict>
  21. <key>catalogs</key>
  22. <array>
  23. <string>testing</string>
  24. </array>
  25. <key>description</key>
  26. <string>Secure, Open-Source browser.</string>
  27. <key>developer</key>
  28. <string>Brave Software, Inc.</string>
  29. <key>display_name</key>
  30. <string>Brave</string>
  31. <key>name</key>
  32. <string>%NAME%</string>
  33. <key>unattended_install</key>
  34. <true/>
  35. </dict>
  36. </dict>
  37. <key>MinimumVersion</key>
  38. <string>1.0.0</string>
  39. <key>ParentRecipe</key>
  40. <string>com.github.solutiogruppen.download.Brave</string>
  41. <key>Process</key>
  42. <array>
  43. <dict>
  44. <key>Arguments</key>
  45. <dict>
  46. <key>additional_pkginfo</key>
  47. <dict>
  48. <key>version</key>
  49. <string>%version%</string>
  50. </dict>
  51. </dict>
  52. <key>Processor</key>
  53. <string>MunkiPkginfoMerger</string>
  54. </dict>
  55. <dict>
  56. <key>Arguments</key>
  57. <dict>
  58. <key>pkg_path</key>
  59. <string>%pathname%</string>
  60. <key>repo_subdirectory</key>
  61. <string>%MUNKI_REPO_SUBDIR%</string>
  62. <key>version_comparison_key</key>
  63. <string>CFBundleVersion</string>
  64. </dict>
  65. <key>Processor</key>
  66. <string>MunkiImporter</string>
  67. </dict>
  68. </array>
  69. </dict>
  70. </plist>