tweak to change the "custom no older notifications" text introduced in iOS 11 https://yaypixxo.com/depictions?p=com.yaypixxo.cnon
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.

17 lines
536B

  1. ARCHS = arm64
  2. TARGET = iphone:11.2:11.2
  3. include $(THEOS)/makefiles/common.mk
  4. BUNDLE_NAME = cnonprefs
  5. cnonprefs_FILES = CNONRootListController.m
  6. cnonprefs_INSTALL_PATH = /Library/PreferenceBundles
  7. cnonprefs_FRAMEWORKS = UIKit
  8. cnonprefs_PRIVATE_FRAMEWORKS = Preferences
  9. include $(THEOS_MAKE_PATH)/bundle.mk
  10. internal-stage::
  11. $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)
  12. $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/cnonprefs.plist$(ECHO_END)