Remove .dmg signing; I think we can't do this on OS X 10.10: does it matter?
authorCarl Hetherington <cth@carlh.net>
Sat, 10 Mar 2018 21:32:32 +0000 (21:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 10 Mar 2018 21:32:32 +0000 (21:32 +0000)
platform/osx/make_dmg.sh

index 682f24e3f489c410159cbdd8afd9aad708431dc9..729f366b0694c101c59a499a1a07e3c07d545800 100644 (file)
@@ -220,11 +220,6 @@ function make_dmg {
     DeRez -only icns "$appdir/Contents/Resources/dcpomatic2.icns" > "$appdir/Contents/Resources/DCP-o-matic.rsrc"
     Rez -append "$appdir/Contents/Resources/DCP-o-matic.rsrc" -o "$dmg"
     SetFile -a C "$dmg"
-    codesign --verify --verbose --sign "Developer ID Installer: Carl Hetherington (R82DXSR997)" "$dmg"
-    if [ "$?" != "0" ]; then
-       echo "Failed to sign .dmg"
-       exit 1
-    fi
     rm $tmp_dmg
     rm -rf $vol_name
 }