diff --git a/Tweak.xm b/Tweak.xm index db67635..94957ce 100644 --- a/Tweak.xm +++ b/Tweak.xm @@ -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]; } } diff --git a/control b/control index c96c90e..d793f70 100644 --- a/control +++ b/control @@ -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 diff --git a/layout/usr/lib/Lookin b/layout/usr/lib/Lookin index 1d34528..fa51bec 160000 --- a/layout/usr/lib/Lookin +++ b/layout/usr/lib/Lookin @@ -1 +1 @@ -Subproject commit 1d34528d92618d2fc0c27686f1c7bb1255af8bd7 +Subproject commit fa51bec9c88e6c3c1d1f062c39e9cf2dd11e503d