Skip to content

Commit

Permalink
Unlock the system keychain in a continued attempt to fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
gnachman committed Nov 11, 2016
1 parent 421d4a5 commit f408282
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/sign.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
set -x
security unlock-keychain -p "$ITERM_KEYCHAIN_PASSWORD" "$ITERM_KEYCHAIN"
#security unlock-keychain -p "$ITERM_KEYCHAIN_PASSWORD" "$ITERM_KEYCHAIN"
security unlock-keychain -p "$ITERM_KEYCHAIN_PASSWORD"
codesign --deep -s "H7V7XYVQ7D" -f build/Deployment/iTerm.app
codesign --keychain "$ITERM_KEYCHAIN" --deep -s "H7V7XYVQ7D" -f build/Nightly/iTerm2.app

0 comments on commit f408282

Please sign in to comment.