You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>items</key>
- <array>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Enable Tweak</string>
- <key>footerText</key>
- <string>Enable to give Zenith's pull tabs a dark look!</string>
- </dict>
- <dict>
- <key>PostNotification</key>
- <string>com.mac-user669.zenithdark.prefschanged</string>
- <key>cell</key>
- <string>PSSwitchCell</string>
- <key>default</key>
- <true/>
- <key>defaults</key>
- <string>com.mac-user669.zenithdark</string>
- <key>key</key>
- <string>kEnabled</string>
- <key>label</key>
- <string>Enable</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Apply Changes</string>
- <key>footerText</key>
- <string>A Respring is needed to apply changes!</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSButtonCell</string>
- <key>label</key>
- <string>Respring</string>
- <key>action</key>
- <string>doAFancyRespring</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Credits</string>
- <key>footerText</key>
- <string>Conceptualized by yours truly.</string>
- </dict>
- <dict>
- <key>icon</key>
- <string>mac-user669.png</string>
- <key>cell</key>
- <string>PSButtonCell</string>
- <key>label</key>
- <string>@mac_user669</string>
- <key>action</key>
- <string>followMe</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>footerText</key>
- <string>Coded most of the tweak.</string>
- </dict>
- <dict>
- <key>icon</key>
- <string>iKA.png</string>
- <key>cell</key>
- <string>PSButtonCell</string>
- <key>label</key>
- <string>@iKilledAppl3</string>
- <key>action</key>
- <string>followiKA</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>footerText</key>
- <string>Helped with some of our preferences code and amongst other things.</string>
- </dict>
- <dict>
- <key>icon</key>
- <string>skitty.png</string>
- <key>cell</key>
- <string>PSButtonCell</string>
- <key>label</key>
- <string>@Skittyblock</string>
- <key>action</key>
- <string>followSkitty</string>
- </dict>
- </array>
- <key>title</key>
- <string>ZenithDark</string>
- </dict>
- </plist>
|