Add TextasticPro tweak, assets, and update README

This commit is contained in:
√(noham)²
2026-02-23 23:18:46 +01:00
parent a4907a5024
commit 90009b8956
12 changed files with 97 additions and 7 deletions

13
TextasticPro/Makefile Normal file
View File

@@ -0,0 +1,13 @@
TARGET = iphone:latest:14.0
INSTALL_TARGET_PROCESSES = Textastic
ARCHS = arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = TextasticPro
TextasticPro_FILES = Tweak.x
TextasticPro_CFLAGS = -fobjc-arc
TextasticPro_FRAMEWORKS = Foundation
include $(THEOS_MAKE_PATH)/tweak.mk