@@ -0,0 +1 @@ | |||
{ Filter = { Bundles = ( "com.apple.springboard" ); }; } |
@@ -0,0 +1,10 @@ | |||
INSTALL_TARGET_PROCESSES = SpringBoard | |||
ARCHS = armv7 armv7s arm64 arm64e | |||
include ~/theos/makefiles/common.mk | |||
TWEAK_NAME = CCStatusShush | |||
CCStatusShush_FILES = Tweak.x | |||
CCStatusShush_CFLAGS = -fobjc-arc | |||
include ~/theos/makefiles/tweak.mk |
@@ -0,0 +1,4 @@ | |||
%hook CCUIStatusLabelViewController | |||
-(void)_notifyDelegateWillBeginStatusUpdates {} | |||
-(void)viewDidLoad {} | |||
%end |
@@ -0,0 +1,10 @@ | |||
Package: com.exoticswingset.ccstatusshush | |||
Name: CCStatusShush | |||
Depends: mobilesubstrate | |||
Version: 1.0 | |||
Architecture: iphoneos-arm | |||
Description: An awesome MobileSubstrate tweak! | |||
Depiction: https;//exoticswingset.github.io/depictions/CCStatusShush.html | |||
Maintainer: ExoticSwingset | |||
Author: ExoticSwingset | |||
Section: Tweaks |