Skip to content

Instantly share code, notes, and snippets.

@looping
Last active August 29, 2015 14:07
Show Gist options
  • Save looping/59a47cd787f58f61bf0b to your computer and use it in GitHub Desktop.
Save looping/59a47cd787f58f61bf0b to your computer and use it in GitHub Desktop.
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