Browse Source

1.2.2 (remove extraneous stuff, thanks to anynon)

master
Burrit0z 4 years ago
parent
commit
4f73f8fdb7
5 changed files with 4 additions and 14 deletions
  1. +1
    -1
      .theos/_/DEBIAN/control
  2. +1
    -1
      .theos/last_package
  3. +1
    -11
      Dockify.xm
  4. +1
    -1
      control
  5. BIN
      packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb

+ 1
- 1
.theos/_/DEBIAN/control View File

Maintainer: burrit0z Maintainer: burrit0z
Author: burrit0z Author: burrit0z
Section: Tweaks Section: Tweaks
Version: 1.2.1
Version: 1.2.2
Installed-Size: 412 Installed-Size: 412

+ 1
- 1
.theos/last_package View File

./packages/com.burritoz.dockify_1.2.1_iphoneos-arm.deb
./packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb

+ 1
- 11
Dockify.xm View File

} }
} }
%end %end
%hook SBDockIconListView

- (NSUInteger)iconColumnsForCurrentOrientation {
if (hidden) {
return (0);
} else {
return (setIconNumber);
}
}
%end
//fix for icons being off the page ios 13 //fix for icons being off the page ios 13
%hook SBIconListGridLayoutConfiguration %hook SBIconListGridLayoutConfiguration


NSUInteger rows = MSHookIvar<NSUInteger>(self, "_numberOfPortraitRows"); NSUInteger rows = MSHookIvar<NSUInteger>(self, "_numberOfPortraitRows");
NSUInteger columns = MSHookIvar<NSUInteger>(self, "_numberOfPortraitColumns"); NSUInteger columns = MSHookIvar<NSUInteger>(self, "_numberOfPortraitColumns");
// dock // dock
if (rows <= 2 && columns == 4) {
if (rows <= 2 && columns == 4) { //Only checks the columns so if for some stupid reason the user has another dock tweak, it won't break things.
self.location = @"Dock"; self.location = @"Dock";
} else if (rows == 3 && columns == 3) { } else if (rows == 3 && columns == 3) {
self.location = @"Folder"; self.location = @"Folder";

+ 1
- 1
control View File

Name: Dockify Name: Dockify
Depends: mobilesubstrate, preferenceloader, com.saurik.substrate.safemode, ws.hbang.common (>=1.13) Depends: mobilesubstrate, preferenceloader, com.saurik.substrate.safemode, ws.hbang.common (>=1.13)
Conflicts: com.burritoz.testing Conflicts: com.burritoz.testing
Version: 1.2.1
Version: 1.2.2
Architecture: iphoneos-arm Architecture: iphoneos-arm
Description: A very noice tweak to configure the dock a bit more... Lightweight and effective! Description: A very noice tweak to configure the dock a bit more... Lightweight and effective!
Maintainer: burrit0z Maintainer: burrit0z

BIN
packages/com.burritoz.dockify_1.2.2_iphoneos-arm.deb View File


Loading…
Cancel
Save