Ver código fonte

Added files

master
exoticswingset 4 anos atrás
pai
commit
d75b458621
Nenhuma conta vinculada ao e-mail do autor do commit
4 arquivos alterados com 25 adições e 0 exclusões
  1. +10
    -0
      Makefile
  2. +1
    -0
      TruthfulDock.plist
  3. +5
    -0
      Tweak.x
  4. +9
    -0
      control

+ 10
- 0
Makefile Ver arquivo

@@ -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 Ver arquivo

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

+ 5
- 0
Tweak.x Ver arquivo

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

+ 9
- 0
control Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar