forked from Burrit0z/Dockify_Source
beta update (dont use)
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
Package: com.burritoz.testing
|
||||
Package: com.burritoz.dockify
|
||||
Name: Dockify
|
||||
Depends: mobilesubstrate, preferenceloader, com.saurik.substrate.safemode, ws.hbang.common (>=1.13)
|
||||
Conflicts: com.burritoz.testing
|
||||
Architecture: iphoneos-arm
|
||||
Description: A very noice tweak to configure the dock a bit more...
|
||||
Maintainer: burrit0z
|
||||
Author: burrit0z
|
||||
Section: Tweaks
|
||||
Version: 1.2-12+debug
|
||||
Installed-Size: 412
|
||||
Version: 1.2-7+debug
|
||||
Installed-Size: 356
|
||||
|
Binary file not shown.
@ -1 +0,0 @@
|
||||
{ Filter = { Bundles = ( "com.apple.springboard" ); }; }
|
@ -14,7 +14,19 @@
|
||||
<key>icon</key>
|
||||
<string>icon.png</string>
|
||||
<key>packageIdentifier</key>
|
||||
<string>com.burritoz.testing</string>
|
||||
<string>com.burritoz.dockify</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Made by Burrit0z. Official repo:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Burrit0z.github.com/repo</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
@ -98,7 +110,7 @@
|
||||
<key>cell</key>
|
||||
<string>PSGroupCell</string>
|
||||
<key>label</key>
|
||||
<string>Max Dock Icons:</string>
|
||||
<string>Custom Dock Icons (exact # you want):</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>cell</key>
|
||||
@ -110,13 +122,13 @@
|
||||
<key>key</key>
|
||||
<string>setIconNumber</string>
|
||||
<key>min</key>
|
||||
<integer>0</integer>
|
||||
<integer>4</integer>
|
||||
<key>max</key>
|
||||
<integer>20</integer>
|
||||
<integer>10</integer>
|
||||
<key>isSegmented</key>
|
||||
<true/>
|
||||
<key>segmentCount</key>
|
||||
<integer>20</integer>
|
||||
<integer>6</integer>
|
||||
<key>showValue</key>
|
||||
<true/>
|
||||
</dict>
|
||||
|
Reference in New Issue
Block a user