]> git.saurik.com Git - cydget.git/commitdiff
Support iOS 9.0 (Apple moved handleMenuButtonTap). v0.9.5002
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 28 Oct 2015 11:00:32 +0000 (04:00 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 28 Oct 2015 11:00:32 +0000 (04:00 -0700)
CydgetLoader.mm
cydget.in
webcycript.in

index 17408a97385fed7fd6f176ab436100b6dd1c77c1..ae51ed5dca23953d67b47ccab56bc92acb85cf9f 100644 (file)
@@ -49,6 +49,7 @@ MSClassHook(SBAwayWindow)
 MSClassHook(SBLockScreenManager)
 MSClassHook(SBLockScreenView)
 MSClassHook(SBLockScreenViewController)
+MSClassHook(SBLockScreenViewControllerBase)
 MSClassHook(SBScreenFadeAnimationController)
 MSClassHook(SBUserAgent)
 
@@ -57,6 +58,7 @@ MSInitialize {
         $SBUserAgent = $SBAwayController;
         $SBLockScreenManager = $SBAwayController;
         $SBLockScreenView = $SBAwayView;
+        $SBLockScreenViewControllerBase = $SBAwayController;
     }
 }
 
@@ -211,7 +213,7 @@ MSInstanceMessageHook0(BOOL, SBLockScreenViewController, handleMenuButtonDoubleT
     return value;
 }
 
-MSInstanceMessageHook0(BOOL, SBLockScreenManager, handleMenuButtonTap) {
+MSInstanceMessageHook0(BOOL, SBLockScreenViewControllerBase, handleMenuButtonTap) {
     media_ = true;
     BOOL value(MSOldCall());
     media_ = false;
index a86e524fd83898ac905c4775a925707e835c61c0..33e637f984334c748fed266f7d1596b6ae5ef6ec 100644 (file)
--- a/cydget.in
+++ b/cydget.in
@@ -6,7 +6,7 @@ Architecture: iphoneos-arm
 Version: %
 Description: framework for managing lock screen plugins
 Name: Cydget
-Depends: mobilesubstrate, firmware (>= 2.2), firmware (<< 8.5), preferenceloader, cy+cpu.arm64 | pcre (>= 8.30), com.saurik.webcycript
+Depends: mobilesubstrate, firmware (>= 2.2), firmware (<< 9.1), preferenceloader, cy+cpu.arm64 | pcre (>= 8.30), com.saurik.webcycript
 Replaces: cydialer (<< 0.9.17)
 Author: Jay Freeman (saurik) <saurik@saurik.com>
 Depiction: http://cydia.saurik.com/info/cydget/
index c0d7e70fa239e2d2fb1e00d5352de3513e1289b6..37e7eee545f5f26fbe0ca17c27f36ab654329420 100644 (file)
@@ -6,7 +6,7 @@ Architecture: iphoneos-arm
 Version: %
 Description: library support for Cycript in a UIWebView
 Name: WebCycript
-Depends: mobilesubstrate (>= 0.9.3366-1), firmware (<< 6.0) | mobilesubstrate (>= 0.9.4000), firmware (<< 7.0) | mobilesubstrate (>= 0.9.5001), firmware (>= 2.2), firmware (<< 8.5), cycript (>= 0.9.500~b1)
+Depends: mobilesubstrate (>= 0.9.3366-1), firmware (<< 6.0) | mobilesubstrate (>= 0.9.4000), firmware (<< 7.0) | mobilesubstrate (>= 0.9.5001), firmware (>= 2.2), firmware (<< 9.1), cycript (>= 0.9.500~b1)
 Breaks: cydget (<< 0.9.5000)
 Author: Jay Freeman (saurik) <saurik@saurik.com>
 Depiction: http://cydia.saurik.com/info/com.saurik.webcycript/