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
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?
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?