diff --git a/Makefile b/Makefile index 629b79d..a5dbb02 100755 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include $(THEOS)/makefiles/common.mk BUNDLE_NAME = ShortLook-WhatsApp $(BUNDLE_NAME)_CFLAGS = -fobjc-arc $(BUNDLE_NAME)_FILES = $(wildcard *.m) -$(BUNDLE_NAME)_FRAMEWORKS = UIKit MobileCoreServices +$(BUNDLE_NAME)_FRAMEWORKS = UIKit $(BUNDLE_NAME)_INSTALL_PATH = /Library/Dynastic/ShortLook/Plugins/ContactPhotoProviders include $(THEOS_MAKE_PATH)/bundle.mk