Version 2.0 by mcproj, added support for iOS 11-13.

This commit is contained in:
2020-08-26 16:34:29 +03:00
parent 616a0292f5
commit 42154ff7ec
5 changed files with 5 additions and 62 deletions

View File

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