Automatically Creating A Zip after Code Signing in Xcode
Posted
by sylvanaar
on Stack Overflow
See other posts from Stack Overflow
or by sylvanaar
Published on 2010-04-09T10:53:18Z
Indexed on
2010/04/09
23:33 UTC
Read the original article
Hit count: 416
xcode
|build-process
I have a custom script step in my build process that zips the executable. However this is executing before the executable is signed which is pretty useless.
Is there a way to zip the build output after the code is signed, within the Xcode build process. I can certainly do it externally if i need to, but I'd like to make it part of my Xcode build script.
© Stack Overflow or respective owner