]> git.saurik.com Git - apple/javascriptcore.git/blame - gyp/update-info-plist.sh
JavaScriptCore-903.5.tar.gz
[apple/javascriptcore.git] / gyp / update-info-plist.sh
CommitLineData
14957cd0
A
1# Touch Info.plist to let Xcode know it needs to copy it into the built product
2if [[ "${CONFIGURATION}" != "Production" ]]; then
3 touch "$1";
4fi