1、pause program execution
![](https://img.haomeiwen.com/i718382/526fff8d90e55e87.png)
2、expr (Class)NSClassFromString(@"IBARevealLoader") == nil ? (void )dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/libReveal.dylib", 0x2) : ((void)0)
![](https://img.haomeiwen.com/i718382/6b29e3fcd57c99e9.png)
3、expr (void)[(NSNotificationCenter*)[NSNotificationCenter defaultCenter] postNotificationName:@"IBARevealRequestStart" object:nil];
![](https://img.haomeiwen.com/i718382/9ba7df42fb49278d.png)
两条命令顺利的话,控制台则会打印INFO: Reveal Server started (Protocol Version 25).这条信息。
设置自定义使用reveal命令
command alias wb_reveal_load expr (Class)NSClassFromString(@"IBARevealLoader") == nil ? (void )dlopen("/Applications/Reveal.app/Contents/SharedSupport/iOS-Libraries/libReveal.dylib", 0x2) : ((void)0)
command alias wb_reveal_start expr (void)[(NSNotificationCenter*)[NSNotificationCenter defaultCenter] postNotificationName:@"IBARevealRequestStart" object:nil];
以后再次为项目设置依次输入
wb_reveal_load
wb_reveal_start
![](https://img.haomeiwen.com/i718382/75ab3e5ee8e11a22.png)
- 破解
rm ~/Library/Preferences/com.ittybittyapps.Reveal.plist
终端输入,上面的命令。继续使用30天
网友评论