Skip to content

Instantly share code, notes, and snippets.

@rtrouton
Last active March 6, 2021 23:55
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/479d89d9aecb16e316634d77f293c4fe to your computer and use it in GitHub Desktop.
Save rtrouton/479d89d9aecb16e316634d77f293c4fe to your computer and use it in GitHub Desktop.
Override of Postman .pkg 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>Identifier</key>
<string>local.pkg.Postman</string>
<key>Input</key>
<dict>
<key>DOWNLOAD_URL</key>
<string>https://dl.pstmn.io/download/latest/osx</string>
<key>NAME</key>
<string>Postman</string>
<key>SIGNINGCERTIFICATE</key>
<string>4A72196F535A51A98FF2480132F024222B65060C</string>
<key>SOFTWARETITLE</key>
<string>Labs</string>
<key>SOFTWARETYPE</key>
<string>Postman</string>
<key>VENDOR</key>
<string>Postman</string>
</dict>
<key>ParentRecipe</key>
<string>net.trouton.pkg.postman</string>
<key>ParentRecipeTrustInfo</key>
<dict>
<key>non_core_processors</key>
<dict>
<key>PkgSigner</key>
<dict>
<key>git_hash</key>
<string>3c6c09b14d63dfa4b40f737ee079bf1d3842aef5</string>
<key>path</key>
<string>~/Library/AutoPkg/RecipeRepos/com.github.rtrouton.signing_manager_autopkg_recipes/Postman/PkgSigner.py</string>
<key>sha256_hash</key>
<string>464d1756f190a0161a6a00358cd42042bcdb5213802624d9ac58d3e723877a56</string>
</dict>
</dict>
<key>parent_recipes</key>
<dict>
<key>com.github.dataJAR-recipes.download.postman</key>
<dict>
<key>git_hash</key>
<string>ec4d1a926dbec4bb4e1d44dbe425e2c771d18f37</string>
<key>path</key>
<string>~/Library/AutoPkg/RecipeRepos/com.github.autopkg.dataJAR-recipes/Postman/Postman.download.recipe</string>
<key>sha256_hash</key>
<string>6ce36a3ad1b99cd4804cd9acfbd16e1763d757c8d6d1aae44c10f4a992c7ba6b</string>
</dict>
<key>net.trouton.pkg.postman</key>
<dict>
<key>git_hash</key>
<string>3c6c09b14d63dfa4b40f737ee079bf1d3842aef5</string>
<key>path</key>
<string>~/Library/AutoPkg/RecipeRepos/com.github.rtrouton.signing_manager_autopkg_recipes/Postman/Postman.pkg.recipe</string>
<key>sha256_hash</key>
<string>3aa55bc6b5af7417409b6a40e9ccdeb83e8c2e59ce4fe88bfbe35c044b235632</string>
</dict>
</dict>
</dict>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment