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 |
{ Filter = { Bundles = ( "com.apple.springboard" ); }; } |
%hook SBDockView | |||||
-(void)setBackgroundAlpha:(double)arg1 { | |||||
%orig(0.0); | |||||
} | |||||
%end |
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 |