Dock - nahtedetihw/SnowboardWIKI GitHub Wiki

To theme the Dock you need to download "Snowboard Dock Extension" from Spark's Repo

Note: the prefix @3x is used mostly for Plus devices (iPhone Plus/X/XS/11 Pro/11 Pro Max) and @2x for regular size devices (iPhone 5s/SE/6/7/8/XR/11) See here for more information on scales: https://developer.apple.com/design/human-interface-guidelines/ios/icons-and-images/image-size-and-resolution/

Let's get started.

All files need to be placed inside CustomTheme.theme/Bundles/com.apple.springboard

The recommended size for iPhone X/XR/XS is 812x150

Dock


For the dock to theme correctly, you need to add an Info.plist inside CustomTheme.theme

Here's a template and a theme preview made by Buufjuiced:

<?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>DockMode</key>
	<integer>0</integer>
	<key>PackageName</key>
	<string>BuufJuiced</string>
</dict>
</plist>

Woodie

⚠️ **GitHub.com Fallback** ⚠️