]> git.saurik.com Git - veency.git/commitdiff
For now, disable Show Cursor preference on iOS 7.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 27 Jan 2014 00:57:15 +0000 (16:57 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 27 Jan 2014 00:57:15 +0000 (16:57 -0800)
layout/Library/PreferenceLoader/Preferences/Veency.plist

index 65fc0f02263d1eab25354262ec5f689a6de18e81..b8a80f52e6a22c9d95df8d78ae232035fa799492 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>