Skip to content

Instantly share code, notes, and snippets.

@kurash
kurash / pkgresign.c
Created October 16, 2019 13:05
Add RSA signature to OSX packages (pkg)
/*
(c) 2012-2016 Sassafras Software Inc.
Provided "as is" under the terms of the MIT license, no warranty, use at your own risk
*/
/*
to build:
cc pkgresign.c -framework Security -framework CoreFoundation -lxar -o pkgresign
*/