Skip to content

Instantly share code, notes, and snippets.

@Honestpuck
Last active June 26, 2020 08:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Honestpuck/9851374aa6dd733dbdfcce9448af31b9 to your computer and use it in GitHub Desktop.
Save Honestpuck/9851374aa6dd733dbdfcce9448af31b9 to your computer and use it in GitHub Desktop.
Autopkg recipe for my PatchManager.py custom processor.
<?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>Move Abstract package into testing</string>
<key>Identifier</key>
<string>com.honestpuck.ptch.Abstract</string>
<key>Input</key>
<dict></dict>
<key>MinimumVersion</key>
<string>1.0.0</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>title</key>
<string>Abstract</string>
<key>patch</key>
<string>Abstract</string>
</dict>
<key>Processor</key>
<string>com.honestpuck.PatchBot/PatchManager</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment