xcunsign
xcunsign copied to clipboard
Just trying to install and get it unsigned so I can use code injection, but I'm stuck here. I'm just updated to Sierra. This is my first time trying it....
Running Sierra Xcode constantly freezes when making changes in the source code. I verified that it is not the Xcode Injection plugin being the culprit by removing it. Running the...
If it helps anyone, I had to comment first 2 lines of xcunsign script - `set -o errexit # Exit if any statement returns a non-true return value (non-zero).` `set...