From 25154aafa23292f6bbf5687faea9bea0be39349c Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 12 Jul 2009 13:39:11 +0000 Subject: [PATCH] Refactored Veency so ashikase can use the tiny stub. --- Hook.mm | 9 --------- VeencyHook.plist | Bin 127 -> 0 bytes control | 4 ++-- makefile | 7 ------- 4 files changed, 2 insertions(+), 18 deletions(-) delete mode 100644 Hook.mm delete mode 100644 VeencyHook.plist 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 2ab5990fc7caaea81a9094cf4f0e5aa3b7a9dc75..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 127 zcmYc)$jK}&F)+Bu$Q0(5nNyNlbcvaTl|5cS)H%N>)h)j?FD0=gGe0jZwWt_Kg*yQS za#D*IvMD>%K5v!V5%^{yN4x-ka(=E}VnIPps$Qt4cV-C(w~)BLxuuf}0~jzeLTCm~ IC=H{+0A2zh^Z)<= 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 -- 2.50.0