forked from peterhajas/MobileNotifier
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
14 lines (9 loc) · 678 Bytes
/
Makefile
File metadata and controls
14 lines (9 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = MobileNotifier
MobileNotifier_FILES = Tweak.xm MNAlertData.m MNAlertManager.m MNAlertViewController.m MNAlertDashboardViewController.m MNLockScreenViewController.m MNWhistleBlowerController.m MNAlertTableViewDataSource.m MNAlertTableViewDataSourceEditable.m MNTableViewCell.m MNTableViewCellClear.m MNPreferenceManager.m MNSMSSender.m MNMostRecentAlertShowerController.m BCZeroEdgeTextView.m
SUBPROJECTS = settings
include $(FW_MAKEDIR)/tweak.mk
MobileNotifier_FRAMEWORKS = UIKit Foundation QuartzCore AudioToolbox CoreGraphics
MobileNotifier_LDFLAGS = -lactivator
SUBPROJECTS = settings
include $(FW_MAKEDIR)/aggregate.mk