ios 13 support!
This commit is contained in:
Burrit0z
2020-02-08 11:55:00 -05:00
parent 152a8bef8e
commit 91f58b8f8a
17 changed files with 139 additions and 124 deletions

View File

@ -34,6 +34,18 @@
<key>label</key>
<string>Overall Dock Settings:</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
<key>default</key>
<true/>
<key>defaults</key>
<string>com.burritoz.dockifyprefs</string>
<key>key</key>
<string>tweakEnabled</string>
<key>label</key>
<string>Enable Tweak</string>
</dict>
<dict>
<key>cell</key>
<string>PSSwitchCell</string>
@ -110,7 +122,7 @@
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Custom Dock Icons (exact # you want):</string>
<string>Custom Dock Icons (buggy):</string>
</dict>
<dict>
<key>cell</key>

View File

@ -1,53 +0,0 @@
BACKUP cause im lazy. this is for a future feature
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Max Dock Rows:</string>
</dict>
<dict>
<key>cell</key>
<string>PSSliderCell</string>
<key>default</key>
<string>1</string>
<key>defaults</key>
<string>com.burritoz.dockifyprefs</string>
<key>key</key>
<string>setDockRowNumber</string>
<key>min</key>
<integer>0</integer>
<key>max</key>
<integer>7</integer>
<key>isSegmented</key>
<true/>
<key>segmentCount</key>
<integer>7</integer>
<key>showValue</key>
<true/>
</dict>
<dict>
<key>cell</key>
<string>PSGroupCell</string>
<key>label</key>
<string>Dock Row Spacing</string>
</dict>
<dict>
<key>cell</key>
<string>PSSliderCell</string>
<key>default</key>
<string>0</string>
<key>defaults</key>
<string>com.burritoz.dockifyprefs</string>
<key>key</key>
<string>setRowSpacing</string>
<key>min</key>
<integer>0</integer>
<key>max</key>
<integer>200</integer>
<key>isSegmented</key>
<true/>
<key>segmentCount</key>
<integer>200</integer>
<key>showValue</key>
<true/>
</dict>