Skip to content

Instantly share code, notes, and snippets.

@callumj
Created July 1, 2011 04:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callumj/1057878 to your computer and use it in GitHub Desktop.
Save callumj/1057878 to your computer and use it in GitHub Desktop.
Backing up your dSYM file.
datevar=$(date +%s)
echo $datevar
mkdir -p ~/Builds/$datevar
cp -R $CODESIGNING_FOLDER_PATH/.. ~/Builds/$datevar
################
#Place this into your Run Script phase in your Project Settings > Target > Build Phases > Add Build Phases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment