1
0
mirror of https://github.com/Burrit0z/AlphabetFolders synced 2025-07-01 19:26:47 +00:00

Initial commit

This commit is contained in:
Burrit0z
2020-01-03 16:11:19 -05:00
commit d9659becde
60 changed files with 431 additions and 0 deletions

10
Makefile Normal file
View File

@ -0,0 +1,10 @@
INSTALL_TARGET_PROCESSES = SpringBoard
ARCHS = armv7 armv7s arm64 arm64e
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = AlphabetFolders
AlphabetFolders_FILES = AlphabetFolders.x
AlphabetFolders_CFLAGS = -fobjc-arc
include $(THEOS_MAKE_PATH)/tweak.mk