Save your Bkstg media (Reddit TweakBounty)
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.

13 lines
312B

  1. export ARCHS=armv7 armv7s arm64
  2. include $(THEOS)/makefiles/common.mk
  3. TWEAK_NAME = bkstg
  4. bkstg_FILES = Tweak.xm MBProgressHUD.m
  5. bkstg_FRAMEWORKS = UIKit Photos CoreGraphics QuartzCore AssetsLibrary
  6. bkstg_CFLAGS = -fobjc-arc
  7. include $(THEOS_MAKE_PATH)/tweak.mk
  8. after-install::
  9. install.exec "killall -9 Bkstg"