Skip to content

Commit

Permalink
remove MobileCoreServices from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Jul 20, 2018
1 parent b4b53f4 commit 3410f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3410f8b

Please sign in to comment.