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.

14 lines
554B

  1. include $(THEOS)/makefiles/common.mk
  2. BUNDLE_NAME = DuplexCalendarPrefs
  3. DuplexCalendarPrefs_FILES = DCPRootListController.m
  4. DuplexCalendarPrefs_INSTALL_PATH = /Library/PreferenceBundles
  5. DuplexCalendarPrefs_FRAMEWORKS = UIKit
  6. DuplexCalendarPrefs_PRIVATE_FRAMEWORKS = Preferences
  7. include $(THEOS_MAKE_PATH)/bundle.mk
  8. internal-stage::
  9. $(ECHO_NOTHING)mkdir -p $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences$(ECHO_END)
  10. $(ECHO_NOTHING)cp entry.plist $(THEOS_STAGING_DIR)/Library/PreferenceLoader/Preferences/DuplexCalendarPrefs.plist$(ECHO_END)