]> git.saurik.com Git - veency.git/commitdiff
Re-allow Show Cursor (new MouseSupport!) on iOS 7.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Jul 2014 01:13:50 +0000 (18:13 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Jul 2014 01:14:48 +0000 (18:14 -0700)
Tweak.mm
control
layout/Library/PreferenceLoader/Preferences/Veency.plist

index 8af8c84442127663c41720530646b9dcddef4d9b..04f9b016e384ba442815c9e56779c7a1f778c47a 100644 (file)
--- a/Tweak.mm
+++ b/Tweak.mm
@@ -189,9 +189,6 @@ static void VNCBlack() {
 }
 
 static bool Ashikase(bool always) {
-    if (kCFCoreFoundationVersionNumber >= 800)
-        return false;
-
     if (!always && !cursor_)
         return false;
 
diff --git a/control b/control
index dc7b49bfc5bc5ca774e58529ee68aff565137dd7..4d3635f03075cfa8901f38147e97f2a49a6d5b23 100644 (file)
--- a/control
+++ b/control
@@ -7,7 +7,7 @@ Maintainer: Jay Freeman (saurik) <saurik@saurik.com>
 Architecture: iphoneos-arm
 Description: a VNC /server/ for the iPhone
 Name: Veency
-Depends: mobilesubstrate (>= 0.9.2966), firmware (<< 7.0) | mobilesubstrate (>= 0.9.5001), firmware (>= 7.0) | com.saurik.iphone.ske, preferenceloader (>= 2.1.0), firmware (<< 7.0) | preferenceloader (>= 2.2.2), jp.ashikase.mousesupport | firmware (<< 3.0), libstatusbar | firmware (<< 4.0), firmware (<< 6.0) | ch.ringwald.springboardaccess
+Depends: mobilesubstrate (>= 0.9.2966), firmware (<< 7.0) | mobilesubstrate (>= 0.9.5001), firmware (>= 7.0) | com.saurik.iphone.ske, preferenceloader (>= 2.1.0), firmware (<< 7.0) | preferenceloader (>= 2.2.2), jp.ashikase.mousesupport | firmware (<< 3.0), firmware (<< 7.0) | jp.ashikase.mousesupport (>= svn.r217), libstatusbar | firmware (<< 4.0), firmware (<< 6.0) | ch.ringwald.springboardaccess
 Pre-Depends: dpkg (>= 1.14.25-8)
 Author: Jay Freeman (saurik) <saurik@saurik.com>
 Depiction: http://cydia.saurik.com/info/veency/
index b8a80f52e6a22c9d95df8d78ae232035fa799492..65fc0f02263d1eab25354262ec5f689a6de18e81 100644 (file)
        <dict>
            <key>cell</key>
            <string>PSGroupCell</string>
-            <key>pl_filter</key>
-            <dict>
-                <key>CoreFoundationVersion</key>
-                <array>
-                    <real>0.0</real>
-                    <real>800</real>
-                </array>
-            </dict>
-       </dict>
-
-       <dict>
-           <key>cell</key>
-           <string>PSGroupCell</string>
-            <key>footerText</key>
-            <string>Cursors are not yet possible on iOS 7. This will require Mouse Support to be updated.</string>
-            <key>pl_filter</key>
-            <dict>
-                <key>CoreFoundationVersion</key>
-                <array>
-                    <real>800</real>
-                </array>
-            </dict>
        </dict>
 
         <dict>
             <string>Show Cursor</string>
             <key>PostNotification</key>
             <string>com.saurik.Veency-Settings</string>
-            <key>pl_filter</key>
-            <dict>
-                <key>CoreFoundationVersion</key>
-                <array>
-                    <real>0.0</real>
-                    <real>800</real>
-                </array>
-            </dict>
-        </dict>
-
-        <dict>
-           <key>cell</key>
-           <string>PSSwitchCell</string>
-           <key>default</key>
-           <false/>
-            <key>enabled</key>
-            <false/>
-            <key>defaults</key>
-            <string>com.saurik.Veency</string>
-            <key>key</key>
-            <string>ShowCursor</string>
-            <key>label</key>
-            <string>Show Cursor</string>
-            <key>PostNotification</key>
-            <string>com.saurik.Veency-Settings</string>
-            <key>pl_filter</key>
-            <dict>
-                <key>CoreFoundationVersion</key>
-                <array>
-                    <real>800</real>
-                </array>
-            </dict>
         </dict>
 
        <dict>