• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5