]> git.saurik.com Git - veency.git/commitdiff
Fix password notice text on iOS 4.x for settings panel.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 30 Aug 2010 21:51:26 +0000 (21:51 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 30 Aug 2010 21:51:26 +0000 (21:51 +0000)
Settings.plist

index 2635a6c4ba9cdecfd37aace17bc8457dfd48f014..6f11bc45a2892ad79cb29d4247c2adb49567de30 100644 (file)
@@ -52,6 +52,8 @@
        <dict>
            <key>cell</key>
            <string>PSGroupCell</string>
+            <key>footerText</key>
+            <string>Leaving the password blank will prompt you to accept each incoming connection.</string>
        </dict>
 
         <dict>
            <string>PSGroupCell</string>
            <key>isStaticText</key>
             <true/>
+            <key>requiredCapabilities</key>
+            <array><dict>
+                <key>wildcat</key><false/>
+                <key>voip</key><false/>
+            </dict></array>
        </dict>
 
        <dict>
            <string>PSTitleValueCell</string>
            <key>label</key>
            <string>Leaving the password blank will prompt you to accept each incoming connection.</string>
+            <key>requiredCapabilities</key>
+            <array><dict>
+                <key>wildcat</key><false/>
+                <key>voip</key><false/>
+            </dict></array>
        </dict>
 
     </array>