Skip to content

Instantly share code, notes, and snippets.

@foobit
Created September 25, 2012 19:17
Show Gist options
  • Save foobit/3783859 to your computer and use it in GitHub Desktop.
Save foobit/3783859 to your computer and use it in GitHub Desktop.
iOS resign and validate
#!/bin/bash
# apply
codesign -f -s "iPhone Developer" -v MyApp.app
# check it
codesign -d --entitlements - MyApp.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment