Skip to content

Commit

Permalink
update LookinServer.framework to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crean authored and crean committed Nov 1, 2019
1 parent a40dc16 commit 194834d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Tweak.xm
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
UIAlertView *alertView = [[UIAlertView alloc] init];
alertView.delegate = self;
alertView.tag = 0;
alertView.title = @"Lookin UIDebug菜单";
[alertView addButtonWithTitle:@"审查元素2D"];
[alertView addButtonWithTitle:@"3D视图"];
[alertView addButtonWithTitle:@"导出当前UI结构"];
[alertView addButtonWithTitle:@"取消"];
alertView.title = @"Lookin UIDebug";
[alertView addButtonWithTitle:@"2D Inspection"];
[alertView addButtonWithTitle:@"3D Inspection"];
[alertView addButtonWithTitle:@"Export"];
[alertView addButtonWithTitle:@"Cancel"];
[alertView show];
}
}
Expand Down
4 changes: 2 additions & 2 deletions control
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package: com.chinapyg.lookinloader
Name: LookinLoader
Depends: mobilesubstrate, preferenceloader, applist
Version: 1.0.4
Version: 1.0.5
Architecture: iphoneos-arm
Description: An awesome Lookin Loader for iOS8~iOS12!(https://www.chinapyg.com)
Description: An awesome Lookin Loader for iOS8~iOS13!(https://www.chinapyg.com)
Maintainer: creantan/P.Y.G
Author: creantan/P.Y.G
Section: Tweaks
Expand Down
2 changes: 1 addition & 1 deletion layout/usr/lib/Lookin
Submodule Lookin updated 264 files

0 comments on commit 194834d

Please sign in to comment.