We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a5dc1 commit 964105aCopy full SHA for 964105a
ci/main.go
@@ -329,6 +329,7 @@ func (m *ApoxyCli) SignDarwinBinary(
329
"--p12-file", "/secrets/developer-id.p12",
330
"--p12-password-file", "/secrets/p12-password",
331
"--code-signature-flags", "runtime",
332
+ "--timestamp-url", "http://timestamp.apple.com/ts01",
333
"/work/apoxy",
334
}).
335
// Notarize: wrap in ZIP (required by Apple), submit, and wait.
0 commit comments