From a86d3e5ab5948c8593fa3c464a331ca748b863a5 Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Wed, 5 Dec 2012 13:53:14 +0100 Subject: [PATCH] Remove -ObjC from Other Linker flags, since it is not needed any more --- Support/HockeySDK.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Support/HockeySDK.xcconfig b/Support/HockeySDK.xcconfig index f04fd8b46f..395516fe0b 100644 --- a/Support/HockeySDK.xcconfig +++ b/Support/HockeySDK.xcconfig @@ -1,3 +1,3 @@ -OTHER_LDFLAGS=$(inherited) -ObjC -framework CoreText -framework CoreGraphics -framework Foundation -framework QuartzCore -framework SystemConfiguration -weak_framework UIKit +OTHER_LDFLAGS=$(inherited) -framework CoreText -framework CoreGraphics -framework Foundation -framework QuartzCore -framework SystemConfiguration -weak_framework UIKit HOCKEYSDK_DOCSET_NAME=HockeySDK-iOS GCC_PREPROCESSOR_DEFINITIONS=$(inherited) CONFIGURATION_$(CONFIGURATION) \ No newline at end of file