From d2cb9115dc80f23bc22f896d11ed8dc1f247aaff Mon Sep 17 00:00:00 2001 From: FivePixels Date: Wed, 19 May 2021 13:24:15 -0500 Subject: Signate initial commit --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d86f995 --- /dev/null +++ b/Makefile @@ -0,0 +1,12 @@ +PACKAGE_VERSION=$(THEOS_PACKAGE_BASE_VERSION) +INSTALL_TARGET_PROCESSES = SpringBoard +export ARCHS = arm64 arm64e +include $(THEOS)/makefiles/common.mk +TWEAK_NAME = Signate +Signate_FILES = Tweak.x +$(TWEAK_NAME)_CFLAGS = -fobjc-arc -Wno-deprecated-declarations +$(TWEAK_NAME)_FRAMEWORKS = UIKit CoreGraphics +$(TWEAK_NAME)_PRIVATE_FRAMEWORKS = MobileTimer SpringBoardFoundation CoverSheet +include $(THEOS_MAKE_PATH)/tweak.mk +SUBPROJECTS += signateprefs +include $(THEOS_MAKE_PATH)/aggregate.mk -- cgit v1.2.3