Last active
March 27, 2018 02:48
-
-
Save ledinhphuong/5655050d97580e9fb48b38d4f54b62b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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