pulsar/script/generate-version
Cheng Zhao 0fa5ca3782 Generate version after all files are copied.
And also note that <(PRODUCT_DIR) cannot work in postbuilds.
2013-05-24 23:58:01 +08:00

5 lines
111 B
Bash
Executable File

#!/bin/bash
VERSION_PATH="$BUILT_PRODUCTS_DIR/Atom.app/Contents/Resources/version"
echo -n $1 > $VERSION_PATH