Skip to content

Instantly share code, notes, and snippets.

@Honestpuck
Created June 24, 2020 05:10
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/7c3f183c7de0c3c5f1a510d4cf0923c3 to your computer and use it in GitHub Desktop.
Save Honestpuck/7c3f183c7de0c3c5f1a510d4cf0923c3 to your computer and use it in GitHub Desktop.
PatchBot.recipe
<?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>This is an example of a recipe that can be used by another
recipe outside of this directory or repo, to refer to
a processor in this directory.
Instead of setting the 'Processor' key to a processor name
only, we separate the recipe identifier and the processor
name with a slash:
&lt;dict&gt;
&lt;key&gt;Processor&lt;/key&gt;
&lt;string&gt;com.honestpuck.PatchBot/JPCImporter.py&lt;/string&gt;
&lt;/dict&gt;
..assuming that this recipe is in one of AutoPkg's search dirs.
</string>
<key>Identifier</key>
<string>com.honestpuck.PatchBot</string>
<key>Input</key>
<dict />
<key>MinimumVersion</key>
<string>0.4.0</string>
<key>Process</key>
<array />
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment