geforked van ExoticSwingset/TruthfulDock
Added files
This commit is contained in:
gecommit door
GitHub
bovenliggende
31713b53b2
commit
d75b458621
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
|
||||
9
control
Normal file
9
control
Normal file
@ -0,0 +1,9 @@
|
||||
Package: com.exoticswingset.truthfuldock
|
||||
Name: TruthfulDock
|
||||
Depends: mobilesubstrate
|
||||
Version: 0.0.2
|
||||
Architecture: iphoneos-arm
|
||||
Description: An awesome MobileSubstrate tweak!
|
||||
Maintainer: ExoticSwingset
|
||||
Author: ExoticSwingset
|
||||
Section: Tweaks
|
||||
Verwijs in nieuw issue
Block a user