1
0
mirror of https://github.com/lint/TFDidThatSay synced 2025-07-03 16:26:45 +00:00

Add more architectures

This commit is contained in:
lint
2019-12-23 18:49:22 -05:00
parent 0fef021993
commit 84ba4682ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
ARCHS = arm64 arm64e ARCHS = armv7 armv7s arm64 arm64e
include $(THEOS)/makefiles/common.mk include $(THEOS)/makefiles/common.mk

View File

@ -1,6 +1,6 @@
include $(THEOS)/makefiles/common.mk include $(THEOS)/makefiles/common.mk
ARCHS = arm64 arm64e ARCHS = armv7 armv7s arm64 arm64e
BUNDLE_NAME = TFDidThatSayPrefs BUNDLE_NAME = TFDidThatSayPrefs