On Wed, 10 Feb 2016 15:25:31 -0800, Eric Wing said:

>On 2/9/16, Davy Durham <ddur...@davyandbeth.com> wrote:
>> I'll say that in my line of work, we still have to support OS X 10.6
>> (just dropped 10.5 support) .. And we're doing this at Apple's own
>> request/demand!  It's not fun.  I've had to hack tools around to get
>> somewhat newer tool chains to continue to work, but it's been /great/
>> that cmake hasn't been an obstacle in this endeavour.
>
>Supporting 10.6...this is what I'm referring to. In Apple's world,
>this means you are on 10.11 using Xcode 7.3 and setting the Deployment
>target to 10.6.
>
>I know for hard cases, it is never that simple, but do you really need
>to be on 10.6 to develop for 10.6?

As you say, you can develop on newest and set old deployment target.

But when you run into a bug that only reproduces on 10.6, what then?  The 
nicest is to build & debug on 10.6 so you can debug it.  This means being able 
to use the (newest) Xcode that supports that OS.

Again, I don't care about 10.6 per se, but substitute 10.x for whatever the 
oldest you care about is, and the above still applies.

Cheers,

-- 
____________________________________________________________
Sean McBride, B. Eng                 s...@rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada


-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to