Browse Source

Added files

master
exoticswingset 4 years ago
parent
commit
d75b458621
No account linked to committer's email address
4 changed files with 25 additions and 0 deletions
  1. +10
    -0
      Makefile
  2. +1
    -0
      TruthfulDock.plist
  3. +5
    -0
      Tweak.x
  4. +9
    -0
      control

+ 10
- 0
Makefile View File

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

TWEAK_NAME = TruthfulDock

TruthfulDock_FILES = Tweak.x
TruthfulDock_CFLAGS = -fobjc-arc

include ~/theos/makefiles/tweak.mk

+ 1
- 0
TruthfulDock.plist View File

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

+ 5
- 0
Tweak.x View File

@@ -0,0 +1,5 @@
%hook SBDockView
-(void)setBackgroundAlpha:(double)arg1 {
%orig(0.0);
}
%end

+ 9
- 0
control View File

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

Loading…
Cancel
Save