X-Git-Url: https://git.saurik.com/veency.git/blobdiff_plain/c03dc350f33cd55f2e2019421c3df51ed50f23b4..56d0ee3f9e99bfdcc4ad2989874f11d54b4f0584:/makefile diff --git a/makefile b/makefile index 65a625b..03f593a 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,9 @@ -name := VNCServer +name := Veency id := vncs -flags := -lvncserver -framework IOMobileFramebuffer -framework CoreSurface -framework IOKit -framework GraphicsServices -I/apl/inc/iPhoneOS-2.0 -framework QuartzCore -include ../tweak.mk +flags := -lvncserver -framework IOMobileFramebuffer -framework CoreSurface -framework IOKit -framework GraphicsServices -I/apl/inc/iPhoneOS-2.0 -framework QuartzCore -weak_reference_mismatches weak +base := ../tweaks +include ../tweaks/tweak.mk + +extra: + mkdir -p package/System/Library/CoreServices/SpringBoard.app + cp -a Default_Veency.png FSO_Veency.png package/System/Library/CoreServices/SpringBoard.app