Tweak to pull updates, and bypass the 24 hour limit.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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