Initial commit

This commit is contained in:
Jamie Berghmans
2019-12-28 04:08:10 +01:00
commit 5021a86256
5 changed files with 38 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
INSTALL_TARGET_PROCESSES = SpringBoard
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = NoCShare
NoCShare_FILES = Tweak.x
NoCShare_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk