Check out the repo instead. The Wisdom of Quinn Now with 100% more archived PDFs.
Informative DevForum posts from everyone's favorite DTS member.
(Arranged newest to oldest)
Check out the repo instead. The Wisdom of Quinn Now with 100% more archived PDFs.
Informative DevForum posts from everyone's favorite DTS member.
(Arranged newest to oldest)
#!/bin/sh | |
# | |
git=`sh /etc/profile; which git` | |
count=`$git rev-list --all | wc -l` | |
/usr/libexec/PlistBuddy -c "Set :CFBundleVersion $count" "${PROJECT_DIR}/${INFOPLIST_FILE}" |