Skip to content

Instantly share code, notes, and snippets.

@andrewtheis
Created October 23, 2013 22:02
Show Gist options
  • Select an option

  • Save andrewtheis/7127566 to your computer and use it in GitHub Desktop.

Select an option

Save andrewtheis/7127566 to your computer and use it in GitHub Desktop.

Revisions

  1. andrewtheis created this gist Oct 23, 2013.
    5 changes: 5 additions & 0 deletions set_build_number.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    if [[ ${CONFIGURATION} == "Ad Hoc" && -f /var/xcode_ci_scripts/bump_and_tag.sh ]]; then
    /var/xcode_ci_scripts/bump_and_tag.sh
    else
    echo "Skipping version bump"
    fi