Remove -ObjC from Other Linker flags, since it is not needed any more

This commit is contained in:
Andreas Linde 2012-12-05 13:53:14 +01:00
parent baf36227ce
commit a86d3e5ab5

View File

@ -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)