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