编写测试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 使用搜狗皮肤