summaryrefslogtreecommitdiff
path: root/solenv/bin/macosx-codesign-app-bundle
AgeCommit message (Collapse)Author
2014-06-09A few improvements to macosx-codesign-app-bundleTor Lillqvist
Try harder to handle app bundles with space in name. (Not sure if this version yet does that 100%.) Include the directory names in the "ids" to make them unique. There are lots of files with the same name (in different directories, of course), especially in an app bundle that includes help in multiple languages. Change-Id: I424c539f6389ac6f7c9cef96aeb873ddac459f78
2014-06-09Use essentially the same OS X code signing script as in libreoffice-4-2Tor Lillqvist
Change-Id: Ica7dcc823cc7027a00b15d2dcf5b73b0ef322189
2014-06-08Use MACOSX_APP_NAME (with dashes instead of spaces) instead of build-time nameTor Lillqvist
Change-Id: I01bf646635668429c68f53bd6ab543b7a8b0be2d
2014-04-04give an identifier to the app_bundle itselfNorbert Thiebaud
Language Pack did not seem to pick a decent default value for that Change-Id: I567f24882e16533e10d8ba91b777ad91dc507b87 Reviewed-on: https://gerrit.libreoffice.org/7485 Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
2013-11-05codesign: fix script to support spaces in the CODESIGN_IDENTITYNorbert Thiebaud
Change-Id: Ib30717518ff1d1291ba3a1fc7ba045e1fa29ad88 Reviewed-on: https://gerrit.libreoffice.org/6594 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-30ENABLE_MACOSX_SANDBOX Harmonize ENABLE_* variable to TRUE/<nothing>Norbert Thiebaud
Change-Id: Ice05796a9887c4ff311b78fcddd9820e0f06e7f1 Reviewed-on: https://gerrit.libreoffice.org/5708 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2013-08-27Factor out the app bundle code signing into a scriptTor Lillqvist
Call that script for make dev-install and when creating the .dmg. Change-Id: Ic468cafe04b2755f371d449fef0b84e2fdc7e197