Переглянути джерело

Add files via upload

master
exoticswingset 4 роки тому
джерело
коміт
846cf36a2f
Аккаунт користувача з таким Email не знайдено
4 змінених файлів з 25 додано та 0 видалено
  1. +1
    -0
      CCStatusShush.plist
  2. +10
    -0
      Makefile
  3. +4
    -0
      Tweak.x
  4. +10
    -0
      control

+ 1
- 0
CCStatusShush.plist Переглянути файл

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

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

+ 4
- 0
Tweak.x Переглянути файл

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

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

Завантаження…
Відмінити
Зберегти