在工程中加入svn版本号

在工程中加入svn版本号
1.Add a new "revision.h"file
2.Add a new Run script for the target 
3.
 input the  REV=`svnversion -nc | /usr/bin/sed -'s/^[^:]*://;s/[A-Za-z]//'`
BASEVERNUM = ` / usr / libexec / PlistBuddy  - " Print :CFBundleShortVersionString "   " ${INFOPLIST_FILE} " `
/ usr / libexec / PlistBuddy  - " Set :CFBundleVersion $BASEVERNUM.$REV "   " ${INFOPLIST_FILE} "

4.clean the target and run

你可能感兴趣的:(在工程中加入svn版本号)