Browse Source

yeet

tags/v1.0.0
Viggo Lekdorf 4 years ago
commit
f23f55e98a
6 changed files with 32 additions and 0 deletions
  1. +0
    -0
      .theos/build_session
  2. +13
    -0
      Makefile
  3. +1
    -0
      QuickActionsNoBG.plist
  4. +0
    -0
      README.md
  5. +6
    -0
      Tweak.x
  6. +12
    -0
      control

+ 0
- 0
.theos/build_session View File


+ 13
- 0
Makefile View 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
- 0
QuickActionsNoBG.plist View File

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

+ 0
- 0
README.md View File


+ 6
- 0
Tweak.x View File

@@ -0,0 +1,6 @@
%hook UICoverSheetButton
- (id)_backgroundEffectsWithBrightness:(double)arg1 {
return 0;
}
%end


+ 12
- 0
control View 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

Loading…
Cancel
Save