You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
12345678910111213 |
- ARCHS = arm64 arm64e
- TARGET = iphone:clang:11.2:11.2
-
- INSTALL_TARGET_PROCESSES = SpringBoard
-
- include $(THEOS)/makefiles/common.mk
-
- TWEAK_NAME = QuickActionsNoBG
-
- QuickActionsNoBG_FILES = Tweak.x
- QuickActionsNoBG_CFLAGS = -fobjc-arc
-
- include $(THEOS_MAKE_PATH)/tweak.mk
|