mirror of
https://github.com/exoticswingset/CCStatusShush.git
synced 2025-06-30 22:26:46 +00:00
Add files via upload
This commit is contained in:
1
CCStatusShush.plist
Normal file
1
CCStatusShush.plist
Normal file
@ -0,0 +1 @@
|
||||
{ Filter = { Bundles = ( "com.apple.springboard" ); }; }
|
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 = CCStatusShush
|
||||
|
||||
CCStatusShush_FILES = Tweak.x
|
||||
CCStatusShush_CFLAGS = -fobjc-arc
|
||||
|
||||
include ~/theos/makefiles/tweak.mk
|
4
Tweak.x
Normal file
4
Tweak.x
Normal file
@ -0,0 +1,4 @@
|
||||
%hook CCUIStatusLabelViewController
|
||||
-(void)_notifyDelegateWillBeginStatusUpdates {}
|
||||
-(void)viewDidLoad {}
|
||||
%end
|
10
control
Normal file
10
control
Normal file
@ -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
|
Reference in New Issue
Block a user