1
0
mirror of https://github.com/Gh0stByte/Movie-Box-Updater synced 2025-07-02 13:06:46 +00:00

First Commit

Movie Box Updater 3.6.4 ( New button design (HQ) )
This commit is contained in:
2016-06-09 16:12:48 -04:00
parent 50ae0f1265
commit c4ce4fdd2c
6 changed files with 197 additions and 0 deletions

18
Makefile Normal file
View File

@ -0,0 +1,18 @@
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