mirror of
https://github.com/gilshahar7/InstantAssistant.git
synced 2025-06-27 16:46:47 +00:00
12 lines
250 B
Makefile
12 lines
250 B
Makefile
ARCHS = armv7 arm64 arm64e
|
|
include $(THEOS)/makefiles/common.mk
|
|
|
|
TWEAK_NAME = InstantAssistant
|
|
InstantAssistant_FILES = Tweak.xm
|
|
InstantAssistant_FRAMEWORKS = UIKit
|
|
|
|
include $(THEOS_MAKE_PATH)/tweak.mk
|
|
|
|
after-install::
|
|
install.exec "killall -9 OPA"
|