Last active
November 7, 2022 16:17
-
-
Save dsabanin/e1fe9bdc03d429d6cbcc7be13add9e6d to your computer and use it in GitHub Desktop.
Enable internal Xcode debug menu in Xcode 11
Thanks for sharing this. I just saw a video Paul Hudson yesterday about this AppleInternal.
by the way, the script doesn't work immediately because I have 2 different Xcode suffix with version number
This is what I changed to make it work.
XCODE=`xcode-select -p`
sudo mkdir -p $XCODE/AppleInternal/Library/Xcode
sudo touch $XCODE/AppleInternal/Library/Xcode/AppleInternal.plist
Not working in Xcode 13 (13F100), though "13F100" appears in the Dock icon when I run it.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you have any info about enabling internal menu on simulator? Old method with folder didn't work.