Generate Info.plist for App and Helper.

This commit is contained in:
Cheng Zhao
2013-05-29 19:33:48 +08:00
parent 9a08ea10cc
commit c6d4942295
4 changed files with 143 additions and 0 deletions

7
script/generate-info-plist Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
VERSION=$1
SOURCE=$2
TARGET=$3
sed "s/\${VERSION}/${VERSION}/" ${SOURCE} > "${BUILT_PRODUCTS_DIR}/${TARGET}"