victor / whereami

get your location from the command line
http://victor.github.io/whereami/
MIT License
213 stars 24 forks source link

Use platform default SDK #5

Closed richo closed 11 years ago

richo commented 11 years ago

This eliminates failure to build on recent versions of OSX, but (I think..) it should still work on 10.6 etc.

victor commented 11 years ago

Hi Richo, thanks for the patch.

Looks like you edited the settings in the target, while the project remains at 10.6. I'd rather change the settings at the project level instead. If you do this modification I'll merge the pull request.

cheers, victor

richo commented 11 years ago

Hi Victor,

I think I got it right this time. Thanks again for whereami, it's working very well for a project.

Richo

victor commented 11 years ago

There, I merged it. I'm glad it's useful to you. Thanks for contributing to it. And let me know if you miss some feature.

Victor