Skip to content

Instantly share code, notes, and snippets.

@oboje
Created September 29, 2016 12:08
Show Gist options
  • Save oboje/c34d609987e46a7c4a888bba9d0ad22d to your computer and use it in GitHub Desktop.
Save oboje/c34d609987e46a7c4a888bba9d0ad22d to your computer and use it in GitHub Desktop.
# 1
/usr/libexec/PlistBuddy -c "Set :GIT_COMMIT_HASH `git rev-parse HEAD`" "${TARGET_BUILD_DIR}"/"${INFOPLIST_PATH}"
# 2
[[NSBundle mainBundle] infoDictionary][@"GIT_COMMIT_HASH"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment