瀏覽代碼
Version 1.0
pull/1/head
exoticswingset
5 年之前
No account linked to committer's email address
共有
4 個文件被更改,包括
32 次插入 和
0 次删除
-
DualSBAdoption.plist
-
Makefile
-
Tweak.x
-
control
|
|
@@ -0,0 +1 @@ |
|
|
|
{ Filter = { Bundles = ( "com.apple.springboard" ); }; } |
|
|
@@ -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 |
|
|
@@ -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 |
|
|
@@ -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 |