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.

18 lines
619B

  1. ARCHS = arm64 arm64e
  2. TARGET = iphone:clang:11.2:11.2
  3. include $(THEOS)/makefiles/common.mk
  4. BUNDLE_NAME = TickPrefs
  5. $(BUNDLE_NAME)_FILES = $(wildcard *.m)
  6. $(BUNDLE_NAME)_INSTALL_PATH = /Library/PreferenceBundles
  7. $(BUNDLE_NAME)_FRAMEWORKS = UIKit
  8. $(BUNDLE_NAME)_PRIVATE_FRAMEWORKS = Preferences
  9. $(BUNDLE_NAME)_EXTRA_FRAMEWORKS = Cephei CepheiPrefs
  10. include $(THEOS_MAKE_PATH)/bundle.mk
  11. internal-stage::
  12. $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)
  13. $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/TickPreferences.plist$(ECHO_END)