arm64e support

This commit is contained in:
shiftcmdk 2019-07-28 18:53:08 +02:00
parent 7956264aa1
commit cbc22927dd
2 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,7 @@
include $(THEOS)/makefiles/common.mk include $(THEOS)/makefiles/common.mk
ARCHS = arm64 arm64e
TWEAK_NAME = AutoAlerts TWEAK_NAME = AutoAlerts
AutoAlerts_FILES = Tweak.xm AAConfigurationViewController.xm AAAppIconCell.m Model/AAAlertInfo.m AACoreDataStack.m AAAlertManager.m AutoAlerts_FILES = Tweak.xm AAConfigurationViewController.xm AAAppIconCell.m Model/AAAlertInfo.m AACoreDataStack.m AAAlertManager.m

View File

@ -1,5 +1,7 @@
include $(THEOS)/makefiles/common.mk include $(THEOS)/makefiles/common.mk
ARCHS = arm64 arm64e
BUNDLE_NAME = AutoAlertsPreferences BUNDLE_NAME = AutoAlertsPreferences
AutoAlertsPreferences_FILES = AARootListController.xm ../Model/AAAlertInfo.m ../AAAlertManager.m ../AACoreDataStack.m AAApp.m AAAppOverviewController.xm AAAlertOverviewController.xm AutoAlertsPreferences_FILES = AARootListController.xm ../Model/AAAlertInfo.m ../AAAlertManager.m ../AACoreDataStack.m AAApp.m AAAppOverviewController.xm AAAlertOverviewController.xm
AutoAlertsPreferences_INSTALL_PATH = /Library/PreferenceBundles AutoAlertsPreferences_INSTALL_PATH = /Library/PreferenceBundles