sign-archive ( path -- )


Vocabulary
mason.release.sign

Inputs
pathan object


Outputs
None

Definition


Methods

M: macosx sign-archive
{
"codesign"
"--force"
"--sign"
"Developer ID Application"
"/Users/jbenedik/config/mac_app.cer"
} over suffix short-running-process [
"xcrun" , "notarytool" , "submit" , dup ,
notary-args get % "--wait" ,
] { } make short-running-process
[ "xcrun" , "stapler" , "staple" , , ] { } make
short-running-process ;