Skip to content

Commit

Permalink
chore: explicitely set —timestamp for codesign
Browse files Browse the repository at this point in the history
just to ensure that timestamping is being used.

Signed-off-by: Peter Schäfer <[email protected]>
  • Loading branch information
PeterSchafer committed Jan 9, 2023
1 parent 8bd9e05 commit 31c0124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliv2/scripts/sign_darwin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ rm $APPLE_SIGNING_SECRETS
security set-key-partition-list -S apple-tool:,apple: -s -k "$KEYCHAIN_PASSWORD" "$KEYCHAIN_NAME"

echo "$LOG_PREFIX Signing binary $APP_PATH"
codesign -s "$APPLE_SIGNING_IDENTITY" -v "$APP_PATH" --options runtime
codesign -s "$APPLE_SIGNING_IDENTITY" -v "$APP_PATH" --timestamp --options runtime

#
# notarization
Expand Down

0 comments on commit 31c0124

Please sign in to comment.