1
0
mirror of https://github.com/Burrit0z/audiomessagebegone synced 2025-07-02 10:16:48 +00:00

Initial commit

This commit is contained in:
Burrit0z
2019-12-30 19:45:54 -05:00
commit bba0e18b69
53 changed files with 430 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
INSTALL_TARGET_PROCESSES = com.apple.MobileSMS MobileSMS
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = AudioMessageBeGone
AudioMessageBeGone_FILES = Tweak.x
AudioMessageBeGone_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk