ARCHS = armv7 arm64
GO_EASY_ON_ME = 1
include $(THEOS)/makefiles/common.mk

TWEAK_NAME = Vemail
Vemail_FILES = Tweak.xm
Vemail_FRAMEWORKS = UIKit MessageUI AddressBook
#CoreGraphics Foundation CoreFoundation
# Vemail_PRIVATE_FRAMEWORKS =

include $(THEOS_MAKE_PATH)/tweak.mk

#after-install::
#	install.exec "killall -9 MobilePhone"
