summaryrefslogtreecommitdiffstats
path: root/Source/gyp/update-info-plist.sh
blob: d02ecce4502f583526e1223e133667baae4d0de6 (plain)
1
2
3
4
# Touch Info.plist to let Xcode know it needs to copy it into the built product
if [[ "${CONFIGURATION}" != "Production" ]]; then
    touch "$1";
fi