| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- <?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 Brave and imports it into Munki.</string>
- <key>Identifier</key>
- <string>com.github.solutiogruppen.munki.Brave-Intel</string>
- <key>Input</key>
- <dict>
- <key>APP_FILENAME</key>
- <string>Brave Browser</string>
- <key>MUNKI_REPO_SUBDIR</key>
- <string>apps/%NAME%</string>
- <key>NAME</key>
- <string>Brave</string>
- <key>pkginfo</key>
- <dict>
- <key>catalogs</key>
- <array>
- <string>testing</string>
- </array>
- <key>description</key>
- <string>Secure, Open-Source browser.</string>
- <key>developer</key>
- <string>Brave Software, Inc.</string>
- <key>display_name</key>
- <string>Brave Intel</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.Brave-Intel</string>
- <key>Process</key>
- <array>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>additional_pkginfo</key>
- <dict>
- <key>version</key>
- <string>%version%</string>
- </dict>
- </dict>
- <key>Processor</key>
- <string>MunkiPkginfoMerger</string>
- </dict>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>pkg_path</key>
- <string>%pathname%</string>
- <key>repo_subdirectory</key>
- <string>%MUNKI_REPO_SUBDIR%</string>
- <key>version_comparison_key</key>
- <string>CFBundleVersion</string>
- </dict>
- <key>Processor</key>
- <string>MunkiImporter</string>
- </dict>
- </array>
- </dict>
- </plist>
|