added Preferences
-Adds preferences -Adds credits to prefefrences -Icon for preferences -Share button for sharing to social media. -Code cleanup -Thanks @skittyblock!
@ -19,6 +19,6 @@
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
<string>ZnthDrkRootListController</string>
|
||||
<string>ZNDarkPrefsRootListController</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
@ -8,35 +8,92 @@
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Enable</string>
|
||||
<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.zenithdarkprefs</string>
|
||||
<string>com.mac-user669.zenithdark</string>
|
||||
<key>key</key>
|
||||
<string>enabled</string>
|
||||
<string>kEnabled</string>
|
||||
<key>label</key>
|
||||
<string>Enable</string>
|
||||
</dict>
|
||||
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Credits</string>
|
||||
<key>footerText</key>
|
||||
<string>Conceptualized by your 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 (@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>J.K. Hayslip (@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>Skitty (@skittyblock) </string>
|
||||
<key>action</key>
|
||||
<string>followSkitty</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>@mac_user669</string>
|
||||
<string>Respring</string>
|
||||
<key>action</key>
|
||||
<string>openTwitter</string>
|
||||
<string>doAFancyRespring</string>
|
||||
</dict>
|
||||
</array>
|
||||
<key>title</key>
|
||||
<string>ZenithDark</string>
|
||||
</dict>
|
||||
</plist>
|
||||
</plist>
|
||||
|
BIN
zenithdarkprefs/Resources/ZenithDark@2x.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
zenithdarkprefs/Resources/ZenithDark@3x.png
Normal file
After Width: | Height: | Size: 11 KiB |
BIN
zenithdarkprefs/Resources/iKA@2x.png
Normal file
After Width: | Height: | Size: 8.1 KiB |
BIN
zenithdarkprefs/Resources/iKA@3x.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
zenithdarkprefs/Resources/mac-user669@2x.png
Normal file
After Width: | Height: | Size: 6.5 KiB |
BIN
zenithdarkprefs/Resources/mac-user669@3x.png
Normal file
After Width: | Height: | Size: 10 KiB |
BIN
zenithdarkprefs/Resources/skitty@2x.png
Normal file
After Width: | Height: | Size: 3.9 KiB |
BIN
zenithdarkprefs/Resources/skitty@3x.png
Normal file
After Width: | Height: | Size: 5.4 KiB |