Files
Tweaks/GPXViewer2/Makefile
√(noham)² 238f92ce01 Add GPXViewer2
2026-06-30 17:28:21 +02:00

14 lines
280 B
Makefile

TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = gpxviewer2
ARCHS = arm64
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = GPXViewer2
GPXViewer2_FILES = Tweak.x
GPXViewer2_CFLAGS = -fobjc-arc
GPXViewer2_FRAMEWORKS = Foundation UIKit
include $(THEOS_MAKE_PATH)/tweak.mk