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, use these settings:
4//   "10.4", "-fobjc-gc", "-no-fobjc-gc"
5// If the Xcode version is later than that, use these settings:
6//   "10.6", "", ""
7// and the generate builds will only work on 10.6 or later.
8//
9MACOSX_DEPLOYMENT_TARGET=10.7
10OBJC_GC_CFLAGS=
11OBJC_NO_GC_CFLAGS=
12