Add GPXViewer2

This commit is contained in:
√(noham)²
2026-06-30 17:28:21 +02:00
parent 214ab9d08a
commit 238f92ce01
5 changed files with 85 additions and 0 deletions

13
GPXViewer2/Makefile Normal file
View File

@@ -0,0 +1,13 @@
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