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
362B

  1. GO_EASY_ON_ME = 1
  2. ARCHS = arm64 armv7
  3. include $(THEOS)/makefiles/common.mk
  4. TWEAK_NAME = DuplexCalendar
  5. DuplexCalendar_FILES = Tweak.xm
  6. DuplexCalendar_FRAMEWORKS = CoreTelephony AudioToolbox
  7. include $(THEOS_MAKE_PATH)/tweak.mk
  8. after-install::
  9. install.exec "killall -9 SpringBoard"
  10. SUBPROJECTS += duplexcalendarprefs
  11. include $(THEOS_MAKE_PATH)/aggregate.mk