1
0
mirror of https://github.com/lint/PhotoCtrl synced 2025-07-07 04:36:46 +00:00
Files
PhotoCtrl/Makefile
2019-09-18 12:31:52 -04:00

14 lines
267 B
Makefile

ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = PhotoCtrl
PhotoCtrl_FILES = Tweak.xm
#PhotoCtrl_CFLAGS = -fobjc-arc
PhotoCtrl_FRAMEWORKS = UIKit
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 MobileSlideShow"