Tweak to pull updates, and bypass the 24 hour limit.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
552B

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