Created
March 8, 2019 17:34
-
-
Save kylejericson/141b647f7e91d850854b56784d4a0c35 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 builds a package, then uploads to the JSS. | |
Credit to the original creators of the firefox.jss recipe, Homebysix and Novaksam</string> | |
<key>Identifier</key> | |
<string>com.github.dazwallace.demo.jss.uploadonly.Firefox</string> | |
<key>Input</key> | |
<dict> | |
<key>CATEGORY</key> | |
<string>Productivity</string> | |
<key>NAME</key> | |
<string>Firefox</string> | |
</dict> | |
<key>MinimumVersion</key> | |
<string>0.4.0</string> | |
<key>ParentRecipe</key> | |
<string>com.github.autopkg.pkg.Firefox_EN</string> | |
<key>Process</key> | |
<array> | |
<dict> | |
<key>Arguments</key> | |
<dict> | |
<key>category</key> | |
<string>%CATEGORY%</string> | |
<key>prod_name</key> | |
<string>%NAME%</string> | |
</dict> | |
<key>Processor</key> | |
<string>JSSImporter</string> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment