X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=OSX%2Fxscreensaver.xcconfig;h=c1a9cc246dd689db7d6ee86da6c1c45b99d9611d;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=394ef9f32f4cdddc2ac2072c1d3e900a17b2ec1c;hpb=d1ae2829ff0fd2a96c16a0c8c5420efaa47d7b30;p=xscreensaver diff --git a/OSX/xscreensaver.xcconfig b/OSX/xscreensaver.xcconfig index 394ef9f3..c1a9cc24 100644 --- a/OSX/xscreensaver.xcconfig +++ b/OSX/xscreensaver.xcconfig @@ -1,7 +1,11 @@ // 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.) +// If the Xcode version is 5.02 or earlier, use these settings: +// "10.4", "-fobjc-gc", "-no-fobjc-gc" +// If the Xcode version is later than that, use these settings: +// "10.6", "", "" +// and the generate builds will only work on 10.6 or later. // +MACOSX_DEPLOYMENT_TARGET=10.7 OBJC_GC_CFLAGS= +OBJC_NO_GC_CFLAGS=