Merge branch 'master' into dh-async-repo

This commit is contained in:
joshaber
2015-12-09 15:39:26 -05:00
14 changed files with 123 additions and 15 deletions

View File

@@ -2,10 +2,11 @@
set -e
BUILT_PRODUCTS_DIR=$1
SHELL_APP_DIR=$1
VERSION=$2
PLIST_PATH="$BUILT_PRODUCTS_DIR/Atom.app/Contents/Info.plist"
HELPER_PLIST_PATH="$BUILT_PRODUCTS_DIR/Atom.app/Contents/Frameworks/Atom Helper.app/Contents/Info.plist"
PLIST_PATH="$SHELL_APP_DIR/Contents/Info.plist"
HELPER_PLIST_PATH="$SHELL_APP_DIR/Contents/Frameworks/Atom Helper.app/Contents/Info.plist"
# Update version
/usr/libexec/PlistBuddy -c "Set CFBundleShortVersionString $VERSION" "$PLIST_PATH"