Skip to content

Commit

Permalink
unlock keychain before signing
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Nov 5, 2020
1 parent 3e18221 commit fe8c79d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgbuild/packagesbuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ cp -R "${INPUT_DIRECTORY}" "${DIRECTORY}"

if [ ! -z "$SIGN_OPTION" ]; then
xattr -cr .
security unlock-keychain -p `cat ~/.password` login.keychain-db
/usr/bin/codesign --verbose=4 --deep --force -s "Developer ID Application: London Jamocha Community CIC" ${DIRECTORY}
fi

Expand Down

0 comments on commit fe8c79d

Please sign in to comment.