blob: d02ecce4502f583526e1223e133667baae4d0de6 [file] [log] [blame]
# Touch Info.plist to let Xcode know it needs to copy it into the built product
if [[ "${CONFIGURATION}" != "Production" ]]; then
touch "$1";
fi