From d111d15be282a54d22d312f5ee8c08e6a39996a2 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 10 Nov 2013 21:53:03 +0000 Subject: "productsign" should work now. Remove "codesign". svn path=/trunk/; revision=53243 --- packaging/macosx/osx-dmg.sh.in | 1 - 1 file changed, 1 deletion(-) (limited to 'packaging') diff --git a/packaging/macosx/osx-dmg.sh.in b/packaging/macosx/osx-dmg.sh.in index 4efd39d915..da2686f447 100755 --- a/packaging/macosx/osx-dmg.sh.in +++ b/packaging/macosx/osx-dmg.sh.in @@ -163,7 +163,6 @@ if [ -n "$CODE_SIGN_IDENTITY" ] ; then echo -e "Signing $pkg_file" mv "$pkg_file" "$pkg_file_unsigned" || exit 1 productsign --sign "Developer ID Installer: $CODE_SIGN_IDENTITY" "$pkg_file_unsigned" "$pkg_file" || exit 1 - codesign --sign "$CODE_SIGN_IDENTITY" --verify "$pkg_file" || exit 1 spctl --assess --type install "$pkg_file" || exit 1 pkgutil --check-signature "$pkg_file" || exit 1 shasum "$pkg_file" -- cgit v1.2.3