From 1dd8cbfbc6318308b5e75023568f818ef6a9c7e4 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 31 Dec 2021 16:08:55 +0800 Subject: build: don't compress macOS DMG --- contrib/macdeploy/README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'contrib/macdeploy') diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index ce69079e29..71f0cbfab6 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -89,16 +89,7 @@ redistributed. [`xorrisofs`](https://www.gnu.org/software/xorriso/) is used to create the DMG. -`xorrisofs` cannot compress DMGs, so afterwards, the DMG tool from the -`libdmg-hfsplus` project is used to compress it. There are several bugs in this -tool and its maintainer has seemingly abandoned the project. - -The DMG tool has the ability to create DMGs from scratch as well, but this functionality is -broken. Only the compression feature is currently used. Ideally, the creation could be fixed -and `xorrisofs` would no longer be necessary. - -Background images and other features can be added to DMG files by inserting a -`.DS_Store` during creation. +A background image is added to DMG files by inserting a `.DS_Store` during creation. As of OS X 10.9 Mavericks, using an Apple-blessed key to sign binaries is a requirement in order to satisfy the new Gatekeeper requirements. Because this private key cannot be -- cgit v1.2.3