mirror of
https://github.com/Gh0stByte/AntennaGIFDL
synced 2025-07-02 12:16:45 +00:00
Initial Release
Download GIFs natively in Antenna Reddit browser
This commit is contained in:
10
Makefile
Normal file
10
Makefile
Normal file
@ -0,0 +1,10 @@
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
|
||||
TWEAK_NAME = AntennaGIFDL
|
||||
AntennaGIFDL_FILES = Tweak.xm MBProgressHUD.m
|
||||
AntennaGIFDL_FRAMEWORKS = Photos AssetsLibrary UIKit CoreGraphics QuartzCore
|
||||
AntennaGIFDL_CFLAGS = -fobjc-arc
|
||||
include $(THEOS_MAKE_PATH)/tweak.mk
|
||||
|
||||
after-install::
|
||||
install.exec "killall -9 amrc"
|
Reference in New Issue
Block a user