编写测试tweak
编写测试tweak
短信启动时弹起弹框
%hook SMSApplication- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Title" message:@"content" delegate:nil cancelButtonTitle:@"OK" otherButtonTitles:nil];[alert show];return %orig; }%endMakeFile
THEOS_DEVICE_IP = ipinclude /opt/theos/makefiles/common.mkTWEAK_NAME = first first_FILES = Tweak.xminclude /opt/theos/makefiles/tweak.mkafter-install::install.exec "killall -9 MobileSMS"总结
- 上一篇: 网站技术分析报告之——开心网_转载
- 下一篇: fcitx5 使用搜狗皮肤