Files
iOS-DiscordPresence/Makefile

10 lines
274 B
Makefile
Raw Permalink Normal View History

2022-05-06 13:48:06 -07:00
export TARGET := iphone:clang:latest:7.0
export ARCHS = armv7 arm64 arm64e
export SYSROOT = $(THEOS)/sdks/iPhoneOS14.5.sdk
INSTALL_TARGET_PROCESSES = SpringBoard
2022-05-09 07:11:28 -07:00
SUBPROJECTS += Tweak Preferences
2022-05-06 13:48:06 -07:00
include $(THEOS)/makefiles/common.mk
include $(THEOS_MAKE_PATH)/aggregate.mk