rileytestut / SNES4iOS

A modification of SNES--HD- by WoozleWrangler that can now be run on non-jailbroken iPhones, iPod Touches, and iPads! This is possible thanks to Spencer Nielsen and his script removing jailbreak-specfic features (http://www.aorensoftware.com/blog/2011/05/23/play-snes-games-on-your-ipad-without-jailbreaking/)
269 stars 71 forks source link

Hardcoded /Developer paths don't work in Xcode 4.3 #2

Closed mistydemeo closed 12 years ago

mistydemeo commented 12 years ago

In Xcode 4.3, the developer paths moved from /Developer to /Applications/Xcode.app/Contents/Developer. Maybe the location of include paths and clang should be based on the output of xcode-select -print-path rather than hardcoded?

rileytestut commented 12 years ago

Thank you, I've pushed the changes to Github. Check out the newest version :)