-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
20 lines (16 loc) · 803 Bytes
/
Makefile
File metadata and controls
20 lines (16 loc) · 803 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
GO_EASY_ON_ME=1
export SDKVERSION=4.1
export FW_DEVICE_IP=appletv.local
include theos/makefiles/common.mk
BUNDLE_NAME = MainMenuWeather
MainMenuWeather_FILES = MainMenuWeather.mm APXML/APAttribute.m APXML/APDocument.m APXML/APElement.m SMWeather/SMWeatherControl.m APXML/APXML_SMF.m
MainMenuWeather_FILES += MainMenuWeatherController.m MainMenuWeatherLocationController.m
MainMenuWeather_BUNDLE_EXTENSION = mext
MainMenuWeather_PRIVATE_FRAMEWORKS=IOSurface
MainMenuWeather_LDFLAGS = -undefined dynamic_lookup -framework UIKit
MainMenuWeather_CFLAGS = -I../ATV2Includes
MainMenuWeather_INSTALL_PATH = /Library/MainMenuExtensions
MainMenuWeather_OBJ_FILES = /Users/tomcool/DVLP/ATV2/SMFramework/obj/SMFramework
include $(FW_MAKEDIR)/bundle.mk
after-install::
ssh root@$(FW_DEVICE_IP) killall Lowtide