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.

15 lines
563B

  1. ARCHS = armv7 arm64 arm64e
  2. include $(THEOS)/makefiles/common.mk
  3. BUNDLE_NAME = notifymusicprefs
  4. notifymusicprefs_FILES = nmpRootListController.m
  5. notifymusicprefs_INSTALL_PATH = /Library/PreferenceBundles
  6. notifymusicprefs_FRAMEWORKS = UIKit
  7. notifymusicprefs_PRIVATE_FRAMEWORKS = Preferences
  8. include $(THEOS_MAKE_PATH)/bundle.mk
  9. internal-stage::
  10. $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)
  11. $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/notifymusicprefs.plist$(ECHO_END)