Don't force iOS6 AdSupport framework into the app

The developer should be able to freely opt-in, not be forced to opt-out
This commit is contained in:
Andreas Linde 2012-10-19 19:18:39 +02:00
parent 34f6e3faf4
commit b9a6369ed2

View File

@ -1,3 +1,3 @@
OTHER_LDFLAGS=$(inherited) -ObjC -framework CoreText -framework CoreGraphics -framework Foundation -framework QuartzCore -framework SystemConfiguration -weak_framework AdSupport -weak_framework UIKit
OTHER_LDFLAGS=$(inherited) -ObjC -framework CoreText -framework CoreGraphics -framework Foundation -framework QuartzCore -framework SystemConfiguration -weak_framework UIKit
HOCKEYSDK_DOCSET_NAME=HockeySDK-iOS
GCC_PREPROCESSOR_DEFINITIONS=$(inherited) CONFIGURATION_$(CONFIGURATION)