Skip to content

Commit

Permalink
Welcome to Settings, Veency!
Browse files Browse the repository at this point in the history
  • Loading branch information
saurik committed Aug 30, 2009
1 parent 25154aa commit 9d3a24d
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 77 deletions.
66 changes: 66 additions & 0 deletions Settings.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//GNUstep//DTD plist 0.9//EN" "http://www.gnustep.org/plist-0_9.xml">
<plist version="0.9">
<dict>
<key>entry</key>
<dict>
<key>cell</key>
<string>PSLinkCell</string>
<key>icon</key>
<string>VeencyIcon.png</string>
<key>label</key>
<string>Veency</string>
</dict>
<key>items</key>
<array>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.saurik.Veency</string>
<key>key</key>
<string>Enabled</string>
<key>label</key>
<string>Enabled</string>
<key>PostNotification</key>
<string>com.saurik.Veency-Enabled</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
</dict>
<dict>
<key>cell</key>
<string>PSSecureEditTextCell</string>
<key>defaults</key>
<string>com.saurik.Veency</string>
<key>key</key>
<string>Password</string>
<key>label</key>
<string>Password</string>
<key>PostNotification</key>
<string>com.saurik.Veency-Settings</string>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>isStaticText</key>
<true/>
</dict>
<dict>
<key>cell</key>
<string>PSTitleValueCell</string>
<key>label</key>
<string>Leaving the password blank will prompt you to accept each incoming connection.</string>
</dict>
</array>
<key>title</key>
<string>Veency</string>
</dict>
</plist>
Binary file added Settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9d3a24d

Please sign in to comment.