Skip to content

Instantly share code, notes, and snippets.

@looping
Last active August 29, 2015 14:07
Sign a binary by using the codesign tool.
codesign -f -s 'iPhone Developer: <Name> (<XXX>)' Example.app
codesign -s 'iPhone Developer: <Name> (<XXX>)' Example.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment