From 846cf36a2fc91a56714da46b6df8973a917fb4a6 Mon Sep 17 00:00:00 2001 From: exoticswingset <58611901+exoticswingset@users.noreply.github.com> Date: Mon, 23 Dec 2019 21:42:37 -0500 Subject: [PATCH] Add files via upload --- CCStatusShush.plist | 1 + Makefile | 10 ++++++++++ Tweak.x | 4 ++++ control | 10 ++++++++++ 4 files changed, 25 insertions(+) create mode 100644 CCStatusShush.plist create mode 100644 Makefile create mode 100644 Tweak.x create mode 100644 control diff --git a/CCStatusShush.plist b/CCStatusShush.plist new file mode 100644 index 0000000..10dc654 --- /dev/null +++ b/CCStatusShush.plist @@ -0,0 +1 @@ +{ Filter = { Bundles = ( "com.apple.springboard" ); }; } diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..68e2ec4 --- /dev/null +++ b/Makefile @@ -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 diff --git a/Tweak.x b/Tweak.x new file mode 100644 index 0000000..520b089 --- /dev/null +++ b/Tweak.x @@ -0,0 +1,4 @@ +%hook CCUIStatusLabelViewController +-(void)_notifyDelegateWillBeginStatusUpdates {} +-(void)viewDidLoad {} +%end diff --git a/control b/control new file mode 100644 index 0000000..775c4d4 --- /dev/null +++ b/control @@ -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