mirror of
https://github.com/exoticswingset/TruthfulDock.git
synced 2025-07-04 14:46:45 +00:00
Added files
This commit is contained in:
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
INSTALL_TARGET_PROCESSES = SpringBoard
|
||||
ARCHS = armv7 armv7s arm64 arm64e
|
||||
include ~/theos/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = TruthfulDock
|
||||
|
||||
TruthfulDock_FILES = Tweak.x
|
||||
TruthfulDock_CFLAGS = -fobjc-arc
|
||||
|
||||
include ~/theos/makefiles/tweak.mk
|
1
TruthfulDock.plist
Normal file
1
TruthfulDock.plist
Normal file
@ -0,0 +1 @@
|
||||
{ Filter = { Bundles = ( "com.apple.springboard" ); }; }
|
5
Tweak.x
Normal file
5
Tweak.x
Normal file
@ -0,0 +1,5 @@
|
||||
%hook SBDockView
|
||||
-(void)setBackgroundAlpha:(double)arg1 {
|
||||
%orig(0.0);
|
||||
}
|
||||
%end
|
Reference in New Issue
Block a user