Files
munki-recipes/Firefox/Firefox.download.recipe
T
Dennis Juhler Aagaard 98442c781b Firefox danish
2023-12-04 15:26:23 +01:00

71 lines
2.6 KiB
XML

<?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>Download recipe for Firefox. Finds and downloads a Firefox release.
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>de.md.download.firefox-rc-de</string>
<key>Input</key>
<dict>
<key>RELEASE</key>
<string>esr-latest</string>
<key>LOCALE</key>
<string>de</string>
<key>NAME</key>
<string>Firefox</string>
<key>DISABLE_CODE_SIGNATURE_VERIFICATION</key>
<false />
</dict>
<key>MinimumVersion</key>
<string>0.4.1</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>product_name</key>
<string>firefox</string>
<key>release</key>
<string>%RELEASE%</string>
<key>locale</key>
<string>%LOCALE%</string>
</dict>
<key>Processor</key>
<string>MozillaURLProvider</string>
</dict>
<dict>
<key>Arguments</key>
<dict>
<key>filename</key>
<string>%NAME%.dmg</string>
</dict>
<key>Processor</key>
<string>URLDownloader</string>
</dict>
<dict>
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
<dict>
<key>Processor</key>
<string>CodeSignatureVerifier</string>
<key>Arguments</key>
<dict>
<key>input_path</key>
<string>%pathname%/Firefox.app</string>
<key>requirement</key>
<string>anchor apple generic and certificate leaf[field.1.2.840.113635.100.6.1.9] /* exists */ or anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.6] /* exists */ and certificate leaf[field.1.2.840.113635.100.6.1.13] /* exists */ and certificate leaf[subject.OU] = "43AQ936H96"</string>
</dict>
</dict>
</array>
</dict>
</plist>