From cbc22927ddc044f206fe98de4dd76f471e3aad64 Mon Sep 17 00:00:00 2001 From: shiftcmdk Date: Sun, 28 Jul 2019 18:53:08 +0200 Subject: [PATCH] arm64e support --- Makefile | 2 ++ autoalertspreferences/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index a517a98..7f67b13 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ include $(THEOS)/makefiles/common.mk +ARCHS = arm64 arm64e + TWEAK_NAME = AutoAlerts AutoAlerts_FILES = Tweak.xm AAConfigurationViewController.xm AAAppIconCell.m Model/AAAlertInfo.m AACoreDataStack.m AAAlertManager.m diff --git a/autoalertspreferences/Makefile b/autoalertspreferences/Makefile index d7e8ee2..a8dd04f 100644 --- a/autoalertspreferences/Makefile +++ b/autoalertspreferences/Makefile @@ -1,5 +1,7 @@ include $(THEOS)/makefiles/common.mk +ARCHS = arm64 arm64e + BUNDLE_NAME = AutoAlertsPreferences AutoAlertsPreferences_FILES = AARootListController.xm ../Model/AAAlertInfo.m ../AAAlertManager.m ../AACoreDataStack.m AAApp.m AAAppOverviewController.xm AAAlertOverviewController.xm AutoAlertsPreferences_INSTALL_PATH = /Library/PreferenceBundles