, . , , ( , Info.plist ).
- script, LaunchScreen.storyboard , script .
, Info.plist. , , script LaunchScreen.storyboard.
:
Info.h .
:
#define APP_VERSION 2.6
Xcode "". Version , , APP_VERSION.
" ". Info. "" Preprocess Info.plist File Yes. Info.plist preprocessing Prefix File Info.h.
, , CFBundleShortVersionString Info.plist Info.h.
, :
, , . " ". APP_VERSION Label. , XML userLabel APP_VERSION.
" ". + , New Run script. , , " ". " Bundle".
. /bin/bash "". :
VERSION=`cat Info.h | grep APP_VERSION | cut -f3 -d' '`
sed -e "/userLabel=\"APP_VERSION\"/s/text=\"[^\"]*\"/text=\"$VERSION\"/" Storyboard.storyboard > tmp.storyboard
. . tmp.storyboard , , .
:
VERSION=`cat Info.h | grep APP_VERSION | cut -f3 -d' '`
sed -i bak -e "/userLabel=\"APP_VERSION\"/s/text=\"[^\"]*\"/text=\"$VERSION\"/" Storyboard.storyboard
. , , .