vengi-voxel / vengi

free and open source voxel art tools - editor, thumbnailer and format converter
http://vengi-voxel.github.io/vengi/
Other
1.05k stars 87 forks source link

OSX: sign bundle (only for cpack bundle generator) #357

Closed mgerhardy closed 5 months ago

mgerhardy commented 6 months ago

Currently the dragndrop cpack generator is in use for apple, but once we switched to the bundle generator these two properties should be handy

set (CPACK_BUNDLE_APPLE_CERT_APP "-")
set (CPACK_BUNDLE_APPLE_CODESIGN_PARAMETER "--deep -f --options runtime")

https://cmake.org/cmake/help/v3.7/module/CPackBundle.html

mgerhardy commented 5 months ago

I think this can be closed in favor of trying to get this into brew - see https://github.com/vengi-voxel/vengi/issues/364