Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Created February 4, 2024 19:21
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/f8f2433843d0b5a7880439ad0fce4298 to your computer and use it in GitHub Desktop.
Save rtrouton/f8f2433843d0b5a7880439ad0fce4298 to your computer and use it in GitHub Desktop.
<?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>Creates a distribution package from an existing component package.</string>
<key>Identifier</key>
<string>com.github.distpkg.MyGreatApp</string>
<key>Input</key>
<dict>
</dict>
<key>ParentRecipe</key>
<string>com.github.pkg.MyGreatApp</string>
<key>Process</key>
<array>
<dict>
<key>Processor</key>
<string>com.github.rtrouton.SharedProcessors/DistributionPackageCreator</string>
<key>Arguments</key>
<dict>
<key>pkg_path</key>
<string>%RECIPE_CACHE_DIR%/%NAME%-%version%.pkg</string>
</dict>
</dict>
</array>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment