Bring the 3D Touch tick sound for Apps from iOS 13 to iOS 12 and lower
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
322B

  1. ARCHS = arm64 arm64e
  2. TARGET = iphone:clang:11.2:11.2
  3. INSTALL_TARGET_PROCESSES = SpringBoard
  4. include $(THEOS)/makefiles/common.mk
  5. TWEAK_NAME = Tick
  6. Tick_FILES = Tweak.x
  7. Tick_CFLAGS = -fobjc-arc
  8. $(TWEAK_NAME)_FRAMEWORKS += UIKit AudioToolbox
  9. $(TWEAK_NAME)_EXTRA_FRAMEWORKS += Cephei
  10. include $(THEOS_MAKE_PATH)/tweak.mk