diff --git a/Makefile b/Makefile index cac91e7..6c8d47c 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ARCHS = arm64 +ARCHS = arm64 arm64e TARGET = iphone:clang:11.2:11.2 include $(THEOS)/makefiles/common.mk diff --git a/control b/control index 9ff39a9..5924e3e 100644 --- a/control +++ b/control @@ -1,10 +1,11 @@ Package: com.yaypixxo.squareswitcherx Name: SquareSwitcherX Depends: mobilesubstrate, preferenceloader -Version: 1.1.1 +Version: 1.1.3 Architecture: iphoneos-arm Description: Reduce corner radius of iPhone X switcher cards -Depiction: http://yaypixxo.com/depictions?p=com.yaypixxo.squareswitcherx +Depiction: https://yaypixxo.com/depictions?p=com.yaypixxo.squareswitcherx +SileoDepiction: https://yaypixxo.com/sileo/com.yaypixxo.squareswitcherx Maintainer: YaYPIXXO Author: YaYPIXXO Section: Tweaks diff --git a/squareswitcherxprefs/Makefile b/squareswitcherxprefs/Makefile index b99f952..74e8ce9 100644 --- a/squareswitcherxprefs/Makefile +++ b/squareswitcherxprefs/Makefile @@ -1,4 +1,4 @@ -ARCHS = arm64 +ARCHS = arm64 arm64e TARGET = iphone:clang:11.2:11.2 include $(THEOS)/makefiles/common.mk