From: Jay Freeman (saurik) Date: Sun, 12 Jul 2009 13:39:11 +0000 (+0000) Subject: Refactored Veency so ashikase can use the tiny stub. X-Git-Tag: v0.9.2972^0 X-Git-Url: https://git.saurik.com/veency.git/commitdiff_plain/25154aafa23292f6bbf5687faea9bea0be39349c?ds=sidebyside Refactored Veency so ashikase can use the tiny stub. --- diff --git a/Hook.mm b/Hook.mm deleted file mode 100644 index 00ce7e9..0000000 --- a/Hook.mm +++ /dev/null @@ -1,9 +0,0 @@ -#include -#include - -extern "C" void TweakInitialize() { - if (Class star = objc_getClass("UIKeyboardLayoutStar")) { - Method method(class_getInstanceMethod(objc_getClass("UIKeyboardLayoutRoman"), @selector(handleHardwareKeyDownFromSimulator:))); - class_addMethod(star, @selector(handleHardwareKeyDownFromSimulator:), method_getImplementation(method), method_getTypeEncoding(method)); - } -} diff --git a/VeencyHook.plist b/VeencyHook.plist deleted file mode 100644 index 2ab5990..0000000 Binary files a/VeencyHook.plist and /dev/null differ diff --git a/control b/control index 46771e3..2dd9dd4 100644 --- a/control +++ b/control @@ -5,10 +5,10 @@ Priority: optional Section: Networking Maintainer: Jay Freeman (saurik) Architecture: iphoneos-arm -Version: 0.9.2971-1 +Version: 0.9.2972-1 Description: a VNC /server/ for the iPhone Name: Veency -Depends: mobilesubstrate (>= 0.9.2966-1), libvncserver +Depends: mobilesubstrate (>= 0.9.2966-1), libvncserver, com.saurik.iphone.ske Author: Jay Freeman (saurik) Depiction: http://cydia.saurik.com/info/veency/ Tag: purpose::daemon, role::enduser diff --git a/makefile b/makefile index 84c3b3a..3f0ac4b 100644 --- a/makefile +++ b/makefile @@ -4,13 +4,6 @@ flags := -lvncserver -framework IOMobileFramebuffer -framework CoreSurface -fram base := ../tweaks include ../tweaks/tweak.mk -all: VeencyHook.dylib - -VeencyHook.dylib: Hook.mm makefile - $(target)g++ -dynamiclib -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -init _TweakInitialize -lobjc - ldid -S $@ - extra: - cp -a VeencyHook.dylib VeencyHook.plist package/Library/MobileSubstrate/DynamicLibraries mkdir -p package/System/Library/CoreServices/SpringBoard.app cp -a Default_Veency.png FSO_Veency.png package/System/Library/CoreServices/SpringBoard.app