yeet
This commit is contained in:
0
.theos/build_session
Normal file
0
.theos/build_session
Normal file
13
Makefile
Normal file
13
Makefile
Normal file
@ -0,0 +1,13 @@
|
||||
ARCHS = arm64 arm64e
|
||||
TARGET = iphone:clang:11.2:11.2
|
||||
|
||||
INSTALL_TARGET_PROCESSES = SpringBoard
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = QuickActionsNoBG
|
||||
|
||||
QuickActionsNoBG_FILES = Tweak.x
|
||||
QuickActionsNoBG_CFLAGS = -fobjc-arc
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
1
QuickActionsNoBG.plist
Normal file
1
QuickActionsNoBG.plist
Normal file
@ -0,0 +1 @@
|
||||
{ Filter = { Bundles = ( "com.apple.springboard" ); }; }
|
6
Tweak.x
Normal file
6
Tweak.x
Normal file
@ -0,0 +1,6 @@
|
||||
%hook UICoverSheetButton
|
||||
- (id)_backgroundEffectsWithBrightness:(double)arg1 {
|
||||
return 0;
|
||||
}
|
||||
%end
|
||||
|
12
control
Normal file
12
control
Normal file
@ -0,0 +1,12 @@
|
||||
Package: com.yaypixxo.quickactionsnobg
|
||||
Name: QuickActionsNoBG
|
||||
Depends: mobilesubstrate
|
||||
Version: 1.0.0
|
||||
Architecture: iphoneos-arm
|
||||
Description: Hide the background of the iPhone X 3D Touch lock screen buttons
|
||||
Depiction: https://yaypixxo.com/depictions?p=com.yaypixxo.quickactionsnobg
|
||||
SileoDepiction: https://yaypixxo.com/sileo/com.yaypixxo.quickactionsnobg
|
||||
ModernDepiction: https://yaypixxo.com/sileo/com.yaypixxo.quickactionsnobg
|
||||
Maintainer: YaYPIXXO <viggo@lekdorf.com>
|
||||
Author: YaYPIXXO <viggo@lekdorf.com>
|
||||
Section: Tweaks
|
Reference in New Issue
Block a user