initial import
[vuplus_webkit] / Source / JavaScriptCore / gyp / update-info-plist.sh
1 # Touch Info.plist to let Xcode know it needs to copy it into the built product
2 if [[ "${CONFIGURATION}" != "Production" ]]; then
3     touch "$1";
4 fi