exoticswingset 4 лет назад
Родитель
Сommit
53caded3a0
Аккаунт пользователя с таким Email не найден
4 измененных файлов: 32 добавлений и 0 удалений
  1. +1
    -0
      DualSBAdoption.plist
  2. +10
    -0
      Makefile
  3. +12
    -0
      Tweak.x
  4. +9
    -0
      control

+ 1
- 0
DualSBAdoption.plist Просмотреть файл

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

+ 10
- 0
Makefile Просмотреть файл

@@ -0,0 +1,10 @@
INSTALL_TARGET_PROCESSES = SpringBoard
ARCHS = arm64 arm64e
include ~/theos/makefiles/common.mk

TWEAK_NAME = DualSBAdoption

TransStatus_FILES = Tweak.x
TransStatus_CFLAGS = -fobjc-arc

include ~/theos/makefiles/tweak.mk

+ 12
- 0
Tweak.x Просмотреть файл

@@ -0,0 +1,12 @@
%hook UIStatusBar_Modern
-(void)setAlpha:(CGFloat)arg1 {
%orig(0.0); // makes status bar transparent on lock screen
}

%end

%hook SBDashBoardTeachableMomentsContainerView
-(void)_addControlCenterTutors {
// Nothing here to prevent the cc grabber from showing
}
%end

+ 9
- 0
control Просмотреть файл

@@ -0,0 +1,9 @@
Package: com.exoticswingset.dualsbadoption
Name: DualSBAdoption
Depends: mobilesubstrate
Version: 1.0
Architecture: iphoneos-arm
Description: An awesome MobileSubstrate tweak!
Maintainer: ExoticSwingset
Author: ExoticSwingset
Section: Tweaks

Загрузка…
Отмена
Сохранить