Browse Source

1.1

master
ShyMemoriees 4 years ago
parent
commit
848e30d228
63 changed files with 418 additions and 18 deletions
  1. BIN
      .DS_Store
  2. +3
    -3
      .theos/_/DEBIAN/control
  3. BIN
      .theos/_/Library/MobileSubstrate/DynamicLibraries/Tick.dylib
  4. BIN
      .theos/_/Library/PreferenceBundles/TickPrefs.bundle/Banner.png
  5. BIN
      .theos/_/Library/PreferenceBundles/TickPrefs.bundle/Root.plist
  6. BIN
      .theos/_/Library/PreferenceBundles/TickPrefs.bundle/TickPrefs
  7. BIN
      .theos/_/Library/PreferenceBundles/TickPrefs.bundle/icon.png
  8. BIN
      .theos/_/Library/PreferenceBundles/TickPrefs.bundle/icon@2x.png
  9. BIN
      .theos/_/Library/PreferenceBundles/TickPrefs.bundle/tick.png
  10. +1
    -1
      .theos/last_package
  11. BIN
      .theos/obj/Tick.dylib
  12. BIN
      .theos/obj/TickPrefs.bundle/Banner.png
  13. +20
    -0
      .theos/obj/TickPrefs.bundle/Root.plist
  14. BIN
      .theos/obj/TickPrefs.bundle/TickPrefs
  15. BIN
      .theos/obj/TickPrefs.bundle/icon.png
  16. BIN
      .theos/obj/TickPrefs.bundle/icon@2x.png
  17. BIN
      .theos/obj/TickPrefs.bundle/tick.png
  18. BIN
      .theos/obj/arm64/TCKAppearanceSettings.m.40e3d166.o
  19. BIN
      .theos/obj/arm64/TCKRootListController.m.40e3d166.o
  20. BIN
      .theos/obj/arm64/Tick.dylib
  21. BIN
      .theos/obj/arm64/Tick.dylib.dSYM/Contents/Resources/DWARF/Tick.dylib
  22. BIN
      .theos/obj/arm64/TickPrefs.bundle/TickPrefs
  23. BIN
      .theos/obj/arm64/TickPrefs.bundle/TickPrefs.dSYM/Contents/Resources/DWARF/TickPrefs
  24. BIN
      .theos/obj/arm64e/TCKAppearanceSettings.m.9069d8fe.o
  25. BIN
      .theos/obj/arm64e/TCKRootListController.m.9069d8fe.o
  26. BIN
      .theos/obj/arm64e/Tick.dylib
  27. BIN
      .theos/obj/arm64e/Tick.dylib.dSYM/Contents/Resources/DWARF/Tick.dylib
  28. BIN
      .theos/obj/arm64e/TickPrefs.bundle/TickPrefs
  29. BIN
      .theos/obj/arm64e/TickPrefs.bundle/TickPrefs.dSYM/Contents/Resources/DWARF/TickPrefs
  30. BIN
      .theos/obj/debug/Tick.dylib
  31. BIN
      .theos/obj/debug/TickPrefs.bundle/Banner.png
  32. +20
    -0
      .theos/obj/debug/TickPrefs.bundle/Root.plist
  33. BIN
      .theos/obj/debug/TickPrefs.bundle/TickPrefs
  34. BIN
      .theos/obj/debug/TickPrefs.bundle/icon.png
  35. BIN
      .theos/obj/debug/TickPrefs.bundle/icon@2x.png
  36. BIN
      .theos/obj/debug/TickPrefs.bundle/tick.png
  37. BIN
      .theos/obj/debug/arm64/TCKAppearanceSettings.m.f5cebdc3.o
  38. BIN
      .theos/obj/debug/arm64/TCKRootListController.m.f5cebdc3.o
  39. BIN
      .theos/obj/debug/arm64/Tick.dylib
  40. BIN
      .theos/obj/debug/arm64/Tick.dylib.dSYM/Contents/Resources/DWARF/Tick.dylib
  41. BIN
      .theos/obj/debug/arm64/TickPrefs.bundle/TickPrefs
  42. BIN
      .theos/obj/debug/arm64/TickPrefs.bundle/TickPrefs.dSYM/Contents/Resources/DWARF/TickPrefs
  43. +159
    -4
      .theos/obj/debug/arm64/Tweak.x.m
  44. BIN
      .theos/obj/debug/arm64e/TCKAppearanceSettings.m.59867558.o
  45. BIN
      .theos/obj/debug/arm64e/TCKRootListController.m.59867558.o
  46. BIN
      .theos/obj/debug/arm64e/Tick.dylib
  47. BIN
      .theos/obj/debug/arm64e/Tick.dylib.dSYM/Contents/Resources/DWARF/Tick.dylib
  48. BIN
      .theos/obj/debug/arm64e/TickPrefs.bundle/TickPrefs
  49. BIN
      .theos/obj/debug/arm64e/TickPrefs.bundle/TickPrefs.dSYM/Contents/Resources/DWARF/TickPrefs
  50. +159
    -4
      .theos/obj/debug/arm64e/Tweak.x.m
  51. +1
    -1
      .theos/packages/me.shymemoriees.tick-1.0
  52. BIN
      Prefs/.DS_Store
  53. BIN
      Prefs/Resources/.DS_Store
  54. BIN
      Prefs/Resources/Banner.png
  55. +20
    -0
      Prefs/Resources/Root.plist
  56. BIN
      Prefs/Resources/icon.png
  57. BIN
      Prefs/Resources/icon@2x.png
  58. BIN
      Prefs/Resources/tick.png
  59. +2
    -2
      Prefs/TCKAppearanceSettings.m
  60. +1
    -1
      Prefs/TCKRootListController.m
  61. +30
    -0
      Tweak/Tweak.x
  62. +2
    -2
      control
  63. BIN
      packages/.DS_Store

BIN
.DS_Store View File


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

@@ -1,6 +1,6 @@
Package: me.shymemoriees.tick
Name: Tick
Depends: mobilesubstrate, ws.hbang.common (>= 1.11), firmware (<< 13)
Depends: mobilesubstrate, ws.hbang.common (>= 1.14)
Architecture: iphoneos-arm
Description: Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
Maintainer: ShyMemoriees <shymemoriees@yahoo.com>
@@ -9,5 +9,5 @@ Section: Tweaks
Depiction: https://repo.shymemoriees.me/depictions/tck/index.html
SileoDepiction: https://repo.shymemoriees.me/depictions/tck/tck.json
Icon: https://repo.shymemoriees.me/depictions/tck/assets/icon.png
Version: 1.0
Installed-Size: 392
Version: 1.1
Installed-Size: 748

BIN
.theos/_/Library/MobileSubstrate/DynamicLibraries/Tick.dylib View File


BIN
.theos/_/Library/PreferenceBundles/TickPrefs.bundle/Banner.png View File

Before After
Width: 1656  |  Height: 800  |  Size: 34KB Width: 1656  |  Height: 800  |  Size: 258KB

BIN
.theos/_/Library/PreferenceBundles/TickPrefs.bundle/Root.plist View File


BIN
.theos/_/Library/PreferenceBundles/TickPrefs.bundle/TickPrefs View File


BIN
.theos/_/Library/PreferenceBundles/TickPrefs.bundle/icon.png View File

Before After
Width: 30  |  Height: 30  |  Size: 1.2KB Width: 30  |  Height: 30  |  Size: 1.4KB

BIN
.theos/_/Library/PreferenceBundles/TickPrefs.bundle/icon@2x.png View File

Before After
Width: 60  |  Height: 60  |  Size: 2.7KB Width: 60  |  Height: 60  |  Size: 3.3KB

BIN
.theos/_/Library/PreferenceBundles/TickPrefs.bundle/tick.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 53KB Width: 1024  |  Height: 1024  |  Size: 185KB

+ 1
- 1
.theos/last_package View File

@@ -1 +1 @@
./packages/me.shymemoriees.tick_1.0_iphoneos-arm.deb
./packages/me.shymemoriees.tick_1.1_iphoneos-arm.deb

BIN
.theos/obj/Tick.dylib View File


BIN
.theos/obj/TickPrefs.bundle/Banner.png View File

Before After
Width: 1656  |  Height: 800  |  Size: 34KB Width: 1656  |  Height: 800  |  Size: 258KB

+ 20
- 0
.theos/obj/TickPrefs.bundle/Root.plist View File

@@ -105,6 +105,26 @@
<key>url</key>
<string>https://github.com/ShyMemoriees/Tick/issues/new</string>
</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>
<key>cell</key>
<string>PSGroupCell</string>

BIN
.theos/obj/TickPrefs.bundle/TickPrefs View File


BIN
.theos/obj/TickPrefs.bundle/icon.png View File

Before After
Width: 30  |  Height: 30  |  Size: 1.2KB Width: 30  |  Height: 30  |  Size: 1.4KB

BIN
.theos/obj/TickPrefs.bundle/icon@2x.png View File

Before After
Width: 60  |  Height: 60  |  Size: 2.7KB Width: 60  |  Height: 60  |  Size: 3.3KB

BIN
.theos/obj/TickPrefs.bundle/tick.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 53KB Width: 1024  |  Height: 1024  |  Size: 185KB

BIN
.theos/obj/arm64/TCKAppearanceSettings.m.40e3d166.o View File


BIN
.theos/obj/arm64/TCKRootListController.m.40e3d166.o View File


BIN
.theos/obj/arm64/Tick.dylib View File


BIN
.theos/obj/arm64/Tick.dylib.dSYM/Contents/Resources/DWARF/Tick.dylib View File


BIN
.theos/obj/arm64/TickPrefs.bundle/TickPrefs View File


BIN
.theos/obj/arm64/TickPrefs.bundle/TickPrefs.dSYM/Contents/Resources/DWARF/TickPrefs View File


BIN
.theos/obj/arm64e/TCKAppearanceSettings.m.9069d8fe.o View File


BIN
.theos/obj/arm64e/TCKRootListController.m.9069d8fe.o View File


BIN
.theos/obj/arm64e/Tick.dylib View File


BIN
.theos/obj/arm64e/Tick.dylib.dSYM/Contents/Resources/DWARF/Tick.dylib View File


BIN
.theos/obj/arm64e/TickPrefs.bundle/TickPrefs View File


BIN
.theos/obj/arm64e/TickPrefs.bundle/TickPrefs.dSYM/Contents/Resources/DWARF/TickPrefs View File


BIN
.theos/obj/debug/Tick.dylib View File


BIN
.theos/obj/debug/TickPrefs.bundle/Banner.png View File

Before After
Width: 1656  |  Height: 800  |  Size: 34KB Width: 1656  |  Height: 800  |  Size: 258KB

+ 20
- 0
.theos/obj/debug/TickPrefs.bundle/Root.plist View File

@@ -105,6 +105,26 @@
<key>url</key>
<string>https://github.com/ShyMemoriees/Tick/issues/new</string>
</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>
<key>cell</key>
<string>PSGroupCell</string>

BIN
.theos/obj/debug/TickPrefs.bundle/TickPrefs View File


BIN
.theos/obj/debug/TickPrefs.bundle/icon.png View File

Before After
Width: 30  |  Height: 30  |  Size: 1.2KB Width: 30  |  Height: 30  |  Size: 1.4KB

BIN
.theos/obj/debug/TickPrefs.bundle/icon@2x.png View File

Before After
Width: 60  |  Height: 60  |  Size: 2.7KB Width: 60  |  Height: 60  |  Size: 3.3KB

BIN
.theos/obj/debug/TickPrefs.bundle/tick.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 53KB Width: 1024  |  Height: 1024  |  Size: 185KB

BIN
.theos/obj/debug/arm64/TCKAppearanceSettings.m.f5cebdc3.o View File


BIN
.theos/obj/debug/arm64/TCKRootListController.m.f5cebdc3.o View File


BIN
.theos/obj/debug/arm64/Tick.dylib View File


BIN
.theos/obj/debug/arm64/Tick.dylib.dSYM/Contents/Resources/DWARF/Tick.dylib View File


BIN
.theos/obj/debug/arm64/TickPrefs.bundle/TickPrefs View File


BIN
.theos/obj/debug/arm64/TickPrefs.bundle/TickPrefs.dSYM/Contents/Resources/DWARF/TickPrefs View File


+ 159
- 4
.theos/obj/debug/arm64/Tweak.x.m
File diff suppressed because it is too large
View File


BIN
.theos/obj/debug/arm64e/TCKAppearanceSettings.m.59867558.o View File


BIN
.theos/obj/debug/arm64e/TCKRootListController.m.59867558.o View File


BIN
.theos/obj/debug/arm64e/Tick.dylib View File


BIN
.theos/obj/debug/arm64e/Tick.dylib.dSYM/Contents/Resources/DWARF/Tick.dylib View File


BIN
.theos/obj/debug/arm64e/TickPrefs.bundle/TickPrefs View File


BIN
.theos/obj/debug/arm64e/TickPrefs.bundle/TickPrefs.dSYM/Contents/Resources/DWARF/TickPrefs View File


+ 159
- 4
.theos/obj/debug/arm64e/Tweak.x.m
File diff suppressed because it is too large
View File


+ 1
- 1
.theos/packages/me.shymemoriees.tick-1.0 View File

@@ -1 +1 @@
10
11

BIN
Prefs/.DS_Store View File


BIN
Prefs/Resources/.DS_Store View File


BIN
Prefs/Resources/Banner.png View File

Before After
Width: 1656  |  Height: 800  |  Size: 34KB Width: 1656  |  Height: 800  |  Size: 258KB

+ 20
- 0
Prefs/Resources/Root.plist View File

@@ -105,6 +105,26 @@
<key>url</key>
<string>https://github.com/ShyMemoriees/Tick/issues/new</string>
</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>
<key>cell</key>
<string>PSGroupCell</string>

BIN
Prefs/Resources/icon.png View File

Before After
Width: 30  |  Height: 30  |  Size: 1.2KB Width: 30  |  Height: 30  |  Size: 1.4KB

BIN
Prefs/Resources/icon@2x.png View File

Before After
Width: 60  |  Height: 60  |  Size: 2.7KB Width: 60  |  Height: 60  |  Size: 3.3KB

BIN
Prefs/Resources/tick.png View File

Before After
Width: 1024  |  Height: 1024  |  Size: 53KB Width: 1024  |  Height: 1024  |  Size: 185KB

+ 2
- 2
Prefs/TCKAppearanceSettings.m View File

@@ -3,7 +3,7 @@
@implementation TCKAppearanceSettings

-(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 {
@@ -23,7 +23,7 @@
}

-(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 {

+ 1
- 1
Prefs/TCKRootListController.m View File

@@ -85,7 +85,7 @@
CGRect frame = self.table.bounds;
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.tintColor = [UIColor whiteColor];
self.navigationController.navigationController.navigationBar.translucent = NO;

+ 30
- 0
Tweak/Tweak.x View File

@@ -39,6 +39,36 @@ void playSound() {

%end

%hook SBIconController

-(void)_forceTouchControllerWillPresent:(id)arg1 {

%orig;

if (enabled) {
playSound();

}

}

%end

%hook SBIconController

-(void)_iconForceTouchControllerWillPresent:(id)arg1 {

%orig;

if (enabled) {
playSound();

}

}

%end

%end

%ctor {

+ 2
- 2
control View File

@@ -1,7 +1,7 @@
Package: me.shymemoriees.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
Description: Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
Maintainer: ShyMemoriees <shymemoriees@yahoo.com>

BIN
packages/.DS_Store View File


Loading…
Cancel
Save