DerekSelander / LLDB

A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
GNU General Public License v2.0
1.77k stars 198 forks source link

Any suggestion on integrate theos into XCode #1

Closed buginux closed 6 years ago

buginux commented 7 years ago

I've just watched your lldb workshop video, it's awesome, I love it.

Now I'm interested in jailbreak development. I've written serval tweaks using theos with sublime text. I'm wondering is there any way to integrate theos into Xcode, so that I can benefit from it's syntax highlighted and code completion.

I don't like IOSOpenDev, it's outdated and need many fixes.

Thanks.