forked from Mojave/Tick11
Initial Release 1.0
This commit is contained in:
15
Tweak/Makefile
Normal file
15
Tweak/Makefile
Normal file
@ -0,0 +1,15 @@
|
||||
ARCHS = arm64 arm64e
|
||||
TARGET = iphone:clang:11.2:11.2
|
||||
|
||||
INSTALL_TARGET_PROCESSES = SpringBoard
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = Tick
|
||||
|
||||
Tick_FILES = Tweak.x
|
||||
Tick_CFLAGS = -fobjc-arc
|
||||
$(TWEAK_NAME)_FRAMEWORKS += UIKit AudioToolbox
|
||||
$(TWEAK_NAME)_EXTRA_FRAMEWORKS += Cephei
|
||||
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
Reference in New Issue
Block a user