diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-02-15 01:17:27 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-02-15 02:32:41 -0800 |
commit | 61066b9ea941abbaa9b82f211eccb354a4d61d2a (patch) | |
tree | cf4925658c90cb69d66b0e5604f9b2018b9114ba /packaging/macosx/subsurface.bundle | |
parent | b472712162f5c998b9be2e4187151a97360fbedd (diff) | |
download | subsurface-61066b9ea941abbaa9b82f211eccb354a4d61d2a.tar.gz |
Update tools and instructions for building a signed Mac DMG
This updates the bundle to include the mime.cache and a library that
somehow isn't picked up by the bundle tool.
It also updates the README on how all this is supposed to work and puts
some of the automation into the existing shell script.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging/macosx/subsurface.bundle')
-rw-r--r-- | packaging/macosx/subsurface.bundle | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/macosx/subsurface.bundle b/packaging/macosx/subsurface.bundle index 7cbeb9ee0..6f767b508 100644 --- a/packaging/macosx/subsurface.bundle +++ b/packaging/macosx/subsurface.bundle @@ -110,6 +110,17 @@ ${prefix}/share/themes </data> + <!-- Copy the mime.cache --> + <data> + ${prefix}/share/mime/mime.cache + </data> + + <!-- Copy the jpeg library that is missed by the dependency generation + --> + <data> + ${prefix}/lib/libjpeg.9.dylib + </data> + <!-- Copy icons. Note that the .icns file is an Apple format which contains up to 4 sizes of icon. You can use /Developer/Applications/Utilities/Icon Composer.app to import |