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