beta update (dont use)

This commit is contained in:
Burrit0z
2020-01-06 19:12:04 -05:00
parent c0d7152d3e
commit 516f07da44
37 changed files with 386 additions and 187 deletions

View File

@ -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

View File

@ -1 +0,0 @@
{ Filter = { Bundles = ( "com.apple.springboard" ); }; }

View File

@ -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>