Browse Source

Add files via upload

master
exoticswingset 4 years ago
parent
commit
846cf36a2f
No account linked to committer's email address
4 changed files with 25 additions and 0 deletions
  1. +1
    -0
      CCStatusShush.plist
  2. +10
    -0
      Makefile
  3. +4
    -0
      Tweak.x
  4. +10
    -0
      control

+ 1
- 0
CCStatusShush.plist View File

@@ -0,0 +1 @@
{ Filter = { Bundles = ( "com.apple.springboard" ); }; }

+ 10
- 0
Makefile View 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
- 0
Tweak.x View File

@@ -0,0 +1,4 @@
%hook CCUIStatusLabelViewController
-(void)_notifyDelegateWillBeginStatusUpdates {}
-(void)viewDidLoad {}
%end

+ 10
- 0
control View 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

Loading…
Cancel
Save