1
0
ミラー元 https://github.com/lint/PhotoCtrl 前回の同期 2025-12-15 00:47:19 +00:00
ファイル
PhotoCtrl/Makefile
2019-09-18 12:31:52 -04:00

14 行
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"