20 lines
550 B
Makefile
20 lines
550 B
Makefile
export THEOS_PACKAGE_SCHEME = rootless
|
|
export ARCHS = arm64 arm64e
|
|
export TARGET = iphone:14.5:14.0
|
|
export GO_EASY_ON_ME = 1
|
|
export COPYFILE_DISABLE=1
|
|
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = AutoAlerts
|
|
AutoAlerts_FILES = Tweak.xm AAConfigurationViewController.xm AAAppIconCell.m Model/AAAlertInfo.m AACoreDataStack.m AAAlertManager.m
|
|
|
|
AutoAlerts_FRAMEWORKS = CoreData
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|
|
|
|
after-install::
|
|
install.exec "killall -9 SpringBoard"
|
|
SUBPROJECTS += autoalertspreferences
|
|
include $(THEOS_MAKE_PATH)/aggregate.mk
|