| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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.3.1 (https://github.com/homebysix/recipe-robot)</string>
- <key>Description</key>
- <string>Downloads the latest version of Firefox.</string>
- <key>Identifier</key>
- <string>com.github.solutiogruppen.download.Firefox</string>
- <key>Input</key>
- <dict>
- <key>NAME</key>
- <string>Firefox</string>
- </dict>
- <key>MinimumVersion</key>
- <string>2.3</string>
- <key>Process</key>
- <array>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>filename</key>
- <string>%NAME%.dmg</string>
- <key>url</key>
- <string>https://download.mozilla.org/?product=firefox-latest&os=osx&lang=da</string>
- </dict>
- <key>Processor</key>
- <string>URLDownloader</string>
- </dict>
- <dict>
- <key>Processor</key>
- <string>EndOfCheckPhase</string>
- </dict>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>input_path</key>
- <string>%pathname%/Firefox.app</string>
- <key>requirement</key>
- <string>identifier "org.mozilla.firefox" and 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>
- <key>Processor</key>
- <string>CodeSignatureVerifier</string>
- </dict>
- <dict>
- <key>Arguments</key>
- <dict>
- <key>input_plist_path</key>
- <string>%pathname%/Firefox.app/Contents/Info.plist</string>
- <key>plist_version_key</key>
- <string>CFBundleShortVersionString</string>
- </dict>
- <key>Processor</key>
- <string>Versioner</string>
- </dict>
- </array>
- </dict>
- </plist>
|