{ Filter = { Bundles = ( "com.apple.springboard" ); }; } |
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 |
%hook CCUIStatusLabelViewController | |||||
-(void)_notifyDelegateWillBeginStatusUpdates {} | |||||
-(void)viewDidLoad {} | |||||
%end |
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 |