1
0
mirror of https://github.com/Gh0stByte/Movie-Box-Updater synced 2025-07-01 12:46:45 +00:00
Files
Movie-Box-Updater/Makefile
Matthew Matter c4ce4fdd2c First Commit
Movie Box Updater 3.6.4 ( New button design (HQ) )
2016-06-09 16:12:48 -04:00

19 lines
552 B
Makefile

ARCHS = arm64 armv7 armv7s
include $(THEOS)/makefiles/common.mk
TWEAK_NAME = MovieBoxUpdate
MovieBoxUpdate_FILES = Hack.xm
MovieBoxUpdate_FRAMEWORKS = UIKit CoreGraphics
MovieBoxUpdate_LDFLAGS += -Wl,-segalign,4000
TARGET_IPHONEOS_DEPLOYMENT_VERSION = 6.0
BUNDLE_NAME = MovieBoxBundle
MovieBoxBundle_INSTALL_PATH = /Library/MobileSubstrate/DynamicLibraries/
include $(THEOS)/makefiles/bundle.mk
include $(THEOS_MAKE_PATH)/tweak.mk
after-install::
install.exec "killall -9 MovieBox3; killall -9 Preferences"
include $(THEOS_MAKE_PATH)/aggregate.mk