Developer directory is hardcoded in scripts and build conf
Status: Beta
Brought to you by:
jengelhart
RegexKit doesn't compile when Developer Tools are installed in some other location than '/Developer'. Currently there are several places where '/Developer' path is hard coded:
Source/Build/Scripts:
buildDistribution.sh
fileCheck.pl
packageDist.pl
Source/Build/Xcode:
RegexKit Build Settings.xcconfig
Instead of hardcoding these paths, env variables should be used (DEVELOPER_DIR, DEVELOPER_SDK_DIR etc).