From http://www.jwz.org/xscreensaver/xscreensaver-5.31.tar.gz
[xscreensaver] / OSX / xscreensaver.xcconfig
1 // To create builds that work properly on MacOS 10.6, Xcode 5.0.2 must
2 // be used, since that is the latest version that supports garbage collection.
3 // If the Xcode version is 5.02 or earlier, this must be set to "-fobjc-gc".
4 // If the Xcode version is newer than that, this must be blank (and the
5 // builds created will not work on 10.6.)
6 //
7 OBJC_GC_CFLAGS=-fobjc-gc