X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=OSX%2Fxscreensaver.xcconfig;fp=OSX%2Fxscreensaver.xcconfig;h=10313ccf4edeffef6edbf1ac483b8654b23a71b4;hp=0000000000000000000000000000000000000000;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e diff --git a/OSX/xscreensaver.xcconfig b/OSX/xscreensaver.xcconfig new file mode 100644 index 00000000..10313ccf --- /dev/null +++ b/OSX/xscreensaver.xcconfig @@ -0,0 +1,7 @@ +// To create builds that work properly on MacOS 10.6, Xcode 5.0.2 must +// be used, since that is the latest version that supports garbage collection. +// If the Xcode version is 5.02 or earlier, this must be set to "-fobjc-gc". +// If the Xcode version is newer than that, this must be blank (and the +// builds created will not work on 10.6.) +// +OBJC_GC_CFLAGS=-fobjc-gc