diff --git a/Installer/TrollInstaller2/Makefile b/Installer/TrollInstaller2/Makefile index 09c7c62..07937f2 100644 --- a/Installer/TrollInstaller2/Makefile +++ b/Installer/TrollInstaller2/Makefile @@ -7,7 +7,7 @@ include $(THEOS)/makefiles/common.mk APPLICATION_NAME = TrollInstaller2 TrollInstaller2_FILES = main.m $(wildcard *.m) $(wildcard ../../Helper/*.m) ../../Store/TSListControllerShared.m ../../Store/TSUtil.m -TrollInstaller2_FRAMEWORKS = UIKit CoreGraphics +TrollInstaller2_FRAMEWORKS = UIKit CoreGraphics CoreServices TrollInstaller2_PRIVATE_FRAMEWORKS = Preferences TrollInstaller2_LIBRARIES = archive TrollInstaller2_CFLAGS = -fobjc-arc -DINSTALLER_EMBEDDED=1