Skip to content

Instantly share code, notes, and snippets.

@ledinhphuong
Last active March 27, 2018 02:48
Show Gist options
  • Save ledinhphuong/5655050d97580e9fb48b38d4f54b62b6 to your computer and use it in GitHub Desktop.
Save ledinhphuong/5655050d97580e9fb48b38d4f54b62b6 to your computer and use it in GitHub Desktop.
Need resigning all executable, *.dylib, *.framework, *.xctest and *.appex files as structure:
*.app
|_ Executable file
|_ Frameworks (1)
| |_ *.dylib
| |_ *.framework
| |_ Frameworks (Repeated (1))
|_ PlugIns
|_ *.xctest
| |_ Frameworks (Repeated (1))
|_ *.appex
|_ Executable file
|_ Frameworks (Repeated (1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment