Skip to content

Commit

Permalink
Standardized recipes to xml1 with plutil.
Browse files Browse the repository at this point in the history
  • Loading branch information
homebysix committed Jul 17, 2017
1 parent 2be3406 commit 74a6340
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion ADPassMon/ADPassMon.download.recipe
Expand Up @@ -44,7 +44,7 @@ https://macmule.com/2017/04/01/adpassmon-is-dead-long-live-nomad/
<dict>
<key>Processor</key>
<string>EndOfCheckPhase</string>
</dict>
</dict>
</array>
</dict>
</plist>
6 changes: 3 additions & 3 deletions ADPassMon/ADPassMon.pkg.recipe
Expand Up @@ -38,12 +38,12 @@ https://macmule.com/2017/04/01/adpassmon-is-dead-long-live-nomad/
<key>Processor</key>
<string>Unarchiver</string>
</dict>
<dict>
<dict>
<key>Arguments</key>
<dict>
<dict>
<key>app_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%/ADPassMon.app</string>
</dict>
</dict>
<key>Processor</key>
<string>AppPkgCreator</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion Apache/ApacheDirectoryStudio.munki.recipe
Expand Up @@ -37,7 +37,7 @@
<key>ParentRecipe</key>
<string>com.github.homebysix.download.ApacheDirectoryStudio</string>
<key>Process</key>
<array>
<array>
<dict>
<key>Arguments</key>
<dict>
Expand Down
4 changes: 2 additions & 2 deletions YellowMug/YemuZip.download.recipe
Expand Up @@ -10,10 +10,10 @@
<string>com.github.homebysix.download.YemuZip</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>YemuZip</string>
<key>DOWNLOAD_URL</key>
<string>http://www.yellowmug.com/download/YemuZip.dmg</string>
<key>NAME</key>
<string>YemuZip</string>
</dict>
<key>MinimumVersion</key>
<string>0.6.1</string>
Expand Down
4 changes: 2 additions & 2 deletions Zoom/Zoom.pkg.recipe
Expand Up @@ -62,12 +62,12 @@
<dict>
<key>Arguments</key>
<dict>
<key>7z_unarchiver_path</key>
<string>%RECIPE_CACHE_DIR%/expanded/Scripts/7zr</string>
<key>archive_path</key>
<string>%RECIPE_CACHE_DIR%/expanded/Scripts/zm.7z</string>
<key>destination_path</key>
<string>%pkgroot%/Applications</string>
<key>7z_unarchiver_path</key>
<string>%RECIPE_CACHE_DIR%/expanded/Scripts/7zr</string>
<key>purge_destination</key>
<true/>
</dict>
Expand Down

0 comments on commit 74a6340

Please sign in to comment.