File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ SDKVERSION = 11.4
55ARCHS = arm64 arm64e
66TrollLock_FILES = Tweak.xm
77DEBUG =0
8- PACKAGE_VERSION =1.0.0
8+ PACKAGE_VERSION =1.0.1
99include $(THEOS_MAKE_PATH ) /tweak.mk
1010
1111internal-stage ::
Original file line number Diff line number Diff line change 33
44%hook BSUICAPackageView
55- (id )initWithPackageName:(NSString *)arg1 inBundle:(id )arg2 {
6+ if (![arg1 containsString: @" lock" ]) {
7+ return %orig ;
8+ }
9+
10+
611NSString *currentThemeName = @" trollformation" ;
712NSString *currentTheme = @" trollformation.bundle" ;
813NSBundle *themeBundle = [[NSBundle alloc ] initWithPath: [NSString stringWithFormat: @" %@ /%@ " , themepath , currentTheme]];
Original file line number Diff line number Diff line change 11Package: com.nathan.trolllock
22Name: TrollLock
33Description: Tweak that turns the faceID glyph into a trollface
4- Version: 1.0.0
4+ Version: 1.0.1
55Priority: optional
66Section: Tweaks
77Architecture: iphoneos-arm
You can’t perform that action at this time.
0 commit comments