miroir de
https://github.com/exoticswingset/TruthfulDock.git
synchronisé 2025-12-14 16:17:19 +00:00
Added files
Cette révision appartient à :
10
Makefile
Fichier normal
10
Makefile
Fichier normal
@ -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
TruthfulDock.plist
Fichier normal
1
TruthfulDock.plist
Fichier normal
@ -0,0 +1 @@
|
||||
{ Filter = { Bundles = ( "com.apple.springboard" ); }; }
|
||||
5
Tweak.x
Fichier normal
5
Tweak.x
Fichier normal
@ -0,0 +1,5 @@
|
||||
%hook SBDockView
|
||||
-(void)setBackgroundAlpha:(double)arg1 {
|
||||
%orig(0.0);
|
||||
}
|
||||
%end
|
||||
9
control
Fichier normal
9
control
Fichier normal
@ -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
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur