Skip to content
Snippets Groups Projects
Commit 6c4ec2c2 authored by George Nachman's avatar George Nachman
Browse files

Remove command line signing in favor of xcode

parent f4d36234
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,7 +47,6 @@ function Build {
SUMMARY=$3
DESCRIPTION=$4
SPARKLE_PREFIX=$5
/usr/bin/codesign --force --sign 52DB52C08D1999EA7FB57E10967C03F31BEA12A4 --timestamp=none "build/$BUILDTYPE/iTerm2.app"
codesign --verify --verbose "build/$BUILDTYPE/iTerm2.app" || die "Signature not verified"
pushd "build/$BUILDTYPE"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment