mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Disable timestamp server for code signing
This slows down signing enormously (10+ seconds) and fails most of the time when internet connectivity is suboptimal (might be related to being behind a proxy).
This commit is contained in:
@@ -909,7 +909,7 @@ rule run_application
|
||||
description = Run ‘$in’…
|
||||
|
||||
rule sign_executable
|
||||
command = codesign --deep -fs "$identity" $in && touch $out
|
||||
command = codesign --timestamp=none --deep -fs "$identity" $in && touch $out
|
||||
description = Sign ‘$in’…
|
||||
|
||||
rule tbz_archive
|
||||
|
||||
Reference in New Issue
Block a user