Setup
-------

Download `appbundler-1.0.jar` from https://java.net/downloads/appbundler/appbundler-1.0.jar and place it under `./lib/appbundler-1.0.jar`


Build
-------

1) Run `ant create-bundle` to build the MacOS app
2) Run `sudo codesign --deep -s "ANDREA VACONDIO" release/PDFsam.app` to sign the app. You'll need the certificate installed first.
3) Run `make` to build the dmg file

