Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- <?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>condensed</key>
- <true/>
- <key>headerCellClass</key>
- <string>HBPackageNameHeaderCell</string>
- <key>icon</key>
- <string>icon.png</string>
- <key>packageIdentifier</key>
- <string>com.mac-user669.zenithdark</string>
- <key>titleColor</key>
- <string>#D0A400</string>
- <key>subtitleColor</key>
- <string>#D0A400</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>cellClass</key>
- <string>HBTwitterCell</string>
- <key>label</key>
- <string>mac-user669</string>
- <key>user</key>
- <string>mac_user669</string>
- </dict>
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>footerText</key>
- <string>Coded most of the tweak.</string>
- </dict>
- <dict>
- <key>cellClass</key>
- <string>HBTwitterCell</string>
- <key>label</key>
- <string>iKilledAppl3</string>
- <key>user</key>
- <string>iKilledAppl3</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>cellClass</key>
- <string>HBTwitterCell</string>
- <key>label</key>
- <string>Skittyblock</string>
- <key>user</key>
- <string>Skittyblock</string>
- </dict>
-
- <dict>
- <key>cell</key>
- <string>PSGroupCell</string>
- <key>label</key>
- <string>Open Source!</string>
- <key>footerText</key>
- <string></string>
- </dict>
- <dict>
- <key>cellClass</key>
- <string>HBLinkTableCell</string>
- <key>label</key>
- <string>Source Code</string>
- <key>subtitle</key>
- <string>View on GitHub</string>
- <key>url</key>
- <string>https://github.com/mac-user669/ZenithDark</string>
- </dict>
- </array>
- <key>title</key>
- <string>About</string>
- </dict>
- </plist>
|