aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFivePixels <o5pxels@gmail.com>2021-05-19 13:24:15 -0500
committerFivePixels <o5pxels@gmail.com>2021-05-19 13:24:15 -0500
commitd2cb9115dc80f23bc22f896d11ed8dc1f247aaff (patch)
tree612933008ee400712ff9ebd010656012b29e3ee4 /Makefile
downloadsignate-d2cb9115dc80f23bc22f896d11ed8dc1f247aaff.tar.xz
signate-d2cb9115dc80f23bc22f896d11ed8dc1f247aaff.zip
Signate initial commit
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 12 insertions, 0 deletions
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