From 92891becf48d6230e9307604e7ac079e6a02a904 Mon Sep 17 00:00:00 2001 From: iAdam1n Date: Sun, 28 Apr 2019 20:09:23 +0100 Subject: [PATCH] Added A12 device support (arm64e slice). --- Makefile | 3 +-- control | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index cd36203..8086a91 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,5 @@ -TARGET = iphone:9.3:8.0 include $(THEOS)/makefiles/common.mk -ARCHS = armv7 arm64 +ARCHS = armv7 arm64 arm64e TWEAK_NAME = StatusSwitcher StatusSwitcher_FILES = Tweak.xm diff --git a/control b/control index 6265b4f..30eaf61 100644 --- a/control +++ b/control @@ -2,7 +2,7 @@ Package: com.iadam1n.statusswitcher Name: StatusSwitcher Depends: mobilesubstrate Pre-Depends: firmware (>=9.0) -Version: 1.1 +Version: 1.1.1 Architecture: iphoneos-arm Description: Show status bar in app switcher. Maintainer: iAdam1n and andywiik