├── COPYING ├── Default_Veency.png ├── FSO_Veency.png ├── License ├── PreferenceLoader └── Preferences │ ├── Veency.plist │ └── VeencyIcon.png ├── README.md ├── Settings.plist ├── Settings.png ├── SpringBoardAccess.c ├── SpringBoardAccess.h ├── Tweak.mm ├── Tweak.plist ├── Veency.dylib ├── control ├── make.sh ├── makefile ├── makefile.bak ├── tweak.mk.fw └── veency_0.9.3379_iphoneos-arm.deb /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/COPYING -------------------------------------------------------------------------------- /Default_Veency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/Default_Veency.png -------------------------------------------------------------------------------- /FSO_Veency.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/FSO_Veency.png -------------------------------------------------------------------------------- /License: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/License -------------------------------------------------------------------------------- /PreferenceLoader/Preferences/Veency.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/PreferenceLoader/Preferences/Veency.plist -------------------------------------------------------------------------------- /PreferenceLoader/Preferences/VeencyIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/PreferenceLoader/Preferences/VeencyIcon.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/README.md -------------------------------------------------------------------------------- /Settings.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/Settings.plist -------------------------------------------------------------------------------- /Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/Settings.png -------------------------------------------------------------------------------- /SpringBoardAccess.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/SpringBoardAccess.c -------------------------------------------------------------------------------- /SpringBoardAccess.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/SpringBoardAccess.h -------------------------------------------------------------------------------- /Tweak.mm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/Tweak.mm -------------------------------------------------------------------------------- /Tweak.plist: -------------------------------------------------------------------------------- 1 | Filter = {Bundles = ("com.apple.IOMobileFramebuffer");}; 2 | -------------------------------------------------------------------------------- /Veency.dylib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/Veency.dylib -------------------------------------------------------------------------------- /control: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/control -------------------------------------------------------------------------------- /make.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/make.sh -------------------------------------------------------------------------------- /makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/makefile -------------------------------------------------------------------------------- /makefile.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/makefile.bak -------------------------------------------------------------------------------- /tweak.mk.fw: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/tweak.mk.fw -------------------------------------------------------------------------------- /veency_0.9.3379_iphoneos-arm.deb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faywong/veency/HEAD/veency_0.9.3379_iphoneos-arm.deb --------------------------------------------------------------------------------