| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- <?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>Description</key>
- <string>Downloads Firefox disk image and imports into Munki.
- Some useful values for RELEASE are: 'latest', 'esr-latest', 'beta-latest'.
- LOCALE controls the language localization to be downloded.
- Examples include 'en-US', 'de', 'sv-SE', and 'zh-TW'
- See the following URLs for more info:
- http://ftp.mozilla.org/pub/firefox/releases/latest/README.txt
- http://ftp.mozilla.org/pub/firefox/releases/latest-esr/README.txt
- http://ftp.mozilla.org/pub/firefox/releases/latest-beta/README.txt</string>
- <key>Identifier</key>
- <string>com.github.autopkg.munki.firefox-rc-en_US</string>
- <key>Input</key>
- <dict>
- <key>MUNKI_REPO_SUBDIR</key>
- <string>apps/</string>
- <key>MUNKI_CATEGORY</key>
- <string>Internettools</string>
- <key>NAME</key>
- <string>Firefox</string>
- <key>pkginfo</key>
- <dict>
- <key>catalogs</key>
- <array>
- <string>test</string>
- <string>prod</string>
- </array>
- <key>description</key>
- <string>Mozilla Firefox is a free and open source web browser.</string>
- <key>display_name</key>
- <string>Mozilla Firefox</string>
- <key>name</key>
- <string>%NAME%</string>
- <key>category</key>
- <string>%MUNKI_CATEGORY%</string>
- <key>developer</key>
- <string>Mozilla</string>
- <key>unattended_install</key>
- <true/>
- </dict>
- </dict>
- <key>MinimumVersion</key>
- <string>2.0</string>
- <key>ParentRecipe</key>
- <string>com.github.autopkg.download.firefox-rc-en_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>
|