Package: me.shymemoriees.tick | Package: me.shymemoriees.tick | ||||
Name: Tick | Name: Tick | ||||
Depends: mobilesubstrate, ws.hbang.common (>= 1.11), firmware (<< 13) | |||||
Depends: mobilesubstrate, ws.hbang.common (>= 1.14) | |||||
Architecture: iphoneos-arm | Architecture: iphoneos-arm | ||||
Description: Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower | Description: Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower | ||||
Maintainer: ShyMemoriees <shymemoriees@yahoo.com> | Maintainer: ShyMemoriees <shymemoriees@yahoo.com> | ||||
Depiction: https://repo.shymemoriees.me/depictions/tck/index.html | Depiction: https://repo.shymemoriees.me/depictions/tck/index.html | ||||
SileoDepiction: https://repo.shymemoriees.me/depictions/tck/tck.json | SileoDepiction: https://repo.shymemoriees.me/depictions/tck/tck.json | ||||
Icon: https://repo.shymemoriees.me/depictions/tck/assets/icon.png | Icon: https://repo.shymemoriees.me/depictions/tck/assets/icon.png | ||||
Version: 1.0 | |||||
Installed-Size: 392 | |||||
Version: 1.1 | |||||
Installed-Size: 748 |
./packages/me.shymemoriees.tick_1.0_iphoneos-arm.deb | |||||
./packages/me.shymemoriees.tick_1.1_iphoneos-arm.deb |
<key>url</key> | <key>url</key> | ||||
<string>https://github.com/ShyMemoriees/Tick/issues/new</string> | <string>https://github.com/ShyMemoriees/Tick/issues/new</string> | ||||
</dict> | </dict> | ||||
<dict> | |||||
<key>cell</key> | |||||
<string>PSGroupCell</string> | |||||
<key>label</key> | |||||
<string>Icon Design</string> | |||||
</dict> | |||||
<dict> | |||||
<key>action</key> | |||||
<string>twittertaki</string> | |||||
<key>cell</key> | |||||
<string>PSButtonCell</string> | |||||
<key>label</key> | |||||
<string>@74k1_</string> | |||||
<key>cellClass</key> | |||||
<string>HBTwitterCell</string> | |||||
<key>label</key> | |||||
<string>taki</string> | |||||
<key>user</key> | |||||
<string>74k1_</string> | |||||
</dict> | |||||
<dict> | <dict> | ||||
<key>cell</key> | <key>cell</key> | ||||
<string>PSGroupCell</string> | <string>PSGroupCell</string> |
<key>url</key> | <key>url</key> | ||||
<string>https://github.com/ShyMemoriees/Tick/issues/new</string> | <string>https://github.com/ShyMemoriees/Tick/issues/new</string> | ||||
</dict> | </dict> | ||||
<dict> | |||||
<key>cell</key> | |||||
<string>PSGroupCell</string> | |||||
<key>label</key> | |||||
<string>Icon Design</string> | |||||
</dict> | |||||
<dict> | |||||
<key>action</key> | |||||
<string>twittertaki</string> | |||||
<key>cell</key> | |||||
<string>PSButtonCell</string> | |||||
<key>label</key> | |||||
<string>@74k1_</string> | |||||
<key>cellClass</key> | |||||
<string>HBTwitterCell</string> | |||||
<key>label</key> | |||||
<string>taki</string> | |||||
<key>user</key> | |||||
<string>74k1_</string> | |||||
</dict> | |||||
<dict> | <dict> | ||||
<key>cell</key> | <key>cell</key> | ||||
<string>PSGroupCell</string> | <string>PSGroupCell</string> |
10 | |||||
11 |
<key>url</key> | <key>url</key> | ||||
<string>https://github.com/ShyMemoriees/Tick/issues/new</string> | <string>https://github.com/ShyMemoriees/Tick/issues/new</string> | ||||
</dict> | </dict> | ||||
<dict> | |||||
<key>cell</key> | |||||
<string>PSGroupCell</string> | |||||
<key>label</key> | |||||
<string>Icon Design</string> | |||||
</dict> | |||||
<dict> | |||||
<key>action</key> | |||||
<string>twittertaki</string> | |||||
<key>cell</key> | |||||
<string>PSButtonCell</string> | |||||
<key>label</key> | |||||
<string>@74k1_</string> | |||||
<key>cellClass</key> | |||||
<string>HBTwitterCell</string> | |||||
<key>label</key> | |||||
<string>taki</string> | |||||
<key>user</key> | |||||
<string>74k1_</string> | |||||
</dict> | |||||
<dict> | <dict> | ||||
<key>cell</key> | <key>cell</key> | ||||
<string>PSGroupCell</string> | <string>PSGroupCell</string> |
@implementation TCKAppearanceSettings | @implementation TCKAppearanceSettings | ||||
-(UIColor *)tintColor { | -(UIColor *)tintColor { | ||||
return [UIColor colorWithRed:0.17 green:0.09 blue:0.19 alpha:1.0];; | |||||
return [UIColor colorWithRed:0.64 green:0.67 blue:1.00 alpha:1.0];; | |||||
} | } | ||||
-(UIColor *)statusBarTintColor { | -(UIColor *)statusBarTintColor { | ||||
} | } | ||||
-(UIColor *)navigationBarBackgroundColor { | -(UIColor *)navigationBarBackgroundColor { | ||||
return [UIColor colorWithRed:0.17 green:0.09 blue:0.19 alpha:1.0];; | |||||
return [UIColor colorWithRed:0.64 green:0.67 blue:1.00 alpha:1.0];; | |||||
} | } | ||||
-(BOOL)translucentNavigationBar { | -(BOOL)translucentNavigationBar { |
CGRect frame = self.table.bounds; | CGRect frame = self.table.bounds; | ||||
frame.origin.y = -frame.size.height; | frame.origin.y = -frame.size.height; | ||||
self.navigationController.navigationController.navigationBar.barTintColor = [UIColor colorWithRed:0.17 green:0.09 blue:0.19 alpha:1.0]; | |||||
self.navigationController.navigationController.navigationBar.barTintColor = [UIColor colorWithRed:0.64 green:0.67 blue:1.00 alpha:1.0]; | |||||
[self.navigationController.navigationController.navigationBar setShadowImage: [UIImage new]]; | [self.navigationController.navigationController.navigationBar setShadowImage: [UIImage new]]; | ||||
self.navigationController.navigationController.navigationBar.tintColor = [UIColor whiteColor]; | self.navigationController.navigationController.navigationBar.tintColor = [UIColor whiteColor]; | ||||
self.navigationController.navigationController.navigationBar.translucent = NO; | self.navigationController.navigationController.navigationBar.translucent = NO; |
%end | %end | ||||
%hook SBIconController | |||||
-(void)_forceTouchControllerWillPresent:(id)arg1 { | |||||
%orig; | |||||
if (enabled) { | |||||
playSound(); | |||||
} | |||||
} | |||||
%end | |||||
%hook SBIconController | |||||
-(void)_iconForceTouchControllerWillPresent:(id)arg1 { | |||||
%orig; | |||||
if (enabled) { | |||||
playSound(); | |||||
} | |||||
} | |||||
%end | |||||
%end | %end | ||||
%ctor { | %ctor { |
Package: me.shymemoriees.tick | Package: me.shymemoriees.tick | ||||
Name: Tick | Name: Tick | ||||
Depends: mobilesubstrate, ws.hbang.common (>= 1.11), firmware (<< 13) | |||||
Version: 1.0 | |||||
Depends: mobilesubstrate, ws.hbang.common (>= 1.14) | |||||
Version: 1.1 | |||||
Architecture: iphoneos-arm | Architecture: iphoneos-arm | ||||
Description: Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower | Description: Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower | ||||
Maintainer: ShyMemoriees <shymemoriees@yahoo.com> | Maintainer: ShyMemoriees <shymemoriees@yahoo.com> |