compatibility with osx 10.6 (snow leopard)

Monkey Targets Forums/Desktop/compatibility with osx 10.6 (snow leopard)

abakobo(Posted 2015) [#1]
Hi

I just send an app (glwf 2) to a friend but his 10.6.8 osx tells him it's not compatible with his version.

Do I just have to change things in xcode?
What version of osx are covored by default?

thx


MikeHart(Posted 2015) [#2]
The last time I checked was that the template was set to 10.9. But you can change that in xcode.


dawlane(Posted 2015) [#3]
First you will need an old version of the OSX SDK. Apple in their wisdom do not do these as a separate download, but bundle the SDK's with a version of xcode, which I think was 4.3 at that time for 10.6. Once you had the SDK installed. All you had to do then was open the xcode project file and change the Base SDK settings.
But as the tool chain and the SDK's have changed somewhat, you will encounter issues getting the older SDK to work with a newer version of xcode.
I would suggest that you have a good google around to see if there are any easy solutions out there.


abakobo(Posted 2015) [#4]
looks like I only have to change "deployment target" in the project setup