From 548bdc65a6dcadf9cee83906507684bf9b741b92 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 26 Jan 2014 16:57:15 -0800 Subject: [PATCH] For now, disable Show Cursor preference on iOS 7. --- .../PreferenceLoader/Preferences/Veency.plist | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/layout/Library/PreferenceLoader/Preferences/Veency.plist b/layout/Library/PreferenceLoader/Preferences/Veency.plist index 65fc0f0..b8a80f5 100644 --- a/layout/Library/PreferenceLoader/Preferences/Veency.plist +++ b/layout/Library/PreferenceLoader/Preferences/Veency.plist @@ -17,6 +17,28 @@ cell PSGroupCell + pl_filter + + CoreFoundationVersion + + 0.0 + 800 + + + + + + cell + PSGroupCell + footerText + Cursors are not yet possible on iOS 7. This will require Mouse Support to be updated. + pl_filter + + CoreFoundationVersion + + 800 + + @@ -47,6 +69,38 @@ Show Cursor PostNotification com.saurik.Veency-Settings + pl_filter + + CoreFoundationVersion + + 0.0 + 800 + + + + + + cell + PSSwitchCell + default + + enabled + + defaults + com.saurik.Veency + key + ShowCursor + label + Show Cursor + PostNotification + com.saurik.Veency-Settings + pl_filter + + CoreFoundationVersion + + 800 + + -- 2.45.2