arm64e support
This commit is contained in:
parent
7956264aa1
commit
cbc22927dd
2
Makefile
2
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue