forked from lechium/Breezy
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
27 lines (23 loc) · 818 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
ARCHS = arm64
target ?= appletv:clang:latest:12.4
export GO_EASY_ON_ME=1
THEOS_DEVICE_IP=bedroom.local
DEBUG=1
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = Breezy
Breezy_FILES = Breezy.xm FindProcess.m CTBlockDescription.m Log.m
#Breezy_FILES = SVProgressHUD/SVIndefiniteAnimatedView.m SVProgressHUD/SVProgressHUD.m SVProgressHUD/SVRadialGradientLayer.m
Breezy_LIBRARIES = substrate
Breezy_FRAMEWORKS = Foundation UIKit CoreGraphics
#Breezy_LDFLAGS =
Breezy_CFLAGS = -fobjc-arc -Iinclude
Breezy_LDFLAGS = -F. -framework FrontBoardServices -undefined dynamic_lookup
include $(THEOS_MAKE_PATH)/tweak.mk
after-stage::
./make.sh
after-install::
install.exec "killall -9 sharingd lsd PineBoard"
#SUBPROJECTS += provscience
SUBPROJECTS += vlcscience
SUBPROJECTS += bundle
include $(THEOS_MAKE_PATH)/aggregate.mk