Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created May 29, 2019 13:50
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 rtrouton/a754c6d44f06322626cee420bc1ad1f1 to your computer and use it in GitHub Desktop.
Save rtrouton/a754c6d44f06322626cee420bc1ad1f1 to your computer and use it in GitHub Desktop.
AutoPkg template file without defined identifier or parent identifier
<?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>Recipe description</string>
<key>Identifier</key>
<string>local.MyGreatApplication</string>
<key>Input</key>
<dict>
<key>NAME</key>
<string>MyGreatApplication</string>
</dict>
<key>MiniumumVersion</key>
<string>1.0</string>
<key>Process</key>
<array>
<dict>
<key>Arguments</key>
<dict>
<key>Argument1</key>
<string>Value1</string>
<key>Argument2</key>
<string>Value2</string>
</dict>
<key>Processor</key>
<string>ProcessorName</string>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment