Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-19 | Improve signing script, adjust flags for gcc-4.2 | Dirk Hohndel | |
On one of my machines codesign doesn't find my signing key by hash, but does find it by name. Go figure. Also on that same system (32bit Mac Mini with running Snow Leopard / 10.6) gcc 4.2 doesn't support the -unused-result warning. So let's only turn that on for more modern versions of gcc Signed-off-by: Dirk Hohndel <dirk@hohndel.org> | |||
2013-12-15 | Tools to create nice signed DMG | Dirk Hohndel | |
These are only useful for me, but having them in git makes my life so much easier... Instead of using macdeployqt to create my DMG I use the tool that I used for Subsurface 3. This allows for much prettier DMG content as well. Fixes #329 Signed-off-by: Dirk Hohndel <dirk@hohndel.org> |