mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Generate Info.plist for App and Helper.
This commit is contained in:
7
script/generate-info-plist
Executable file
7
script/generate-info-plist
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
VERSION=$1
|
||||
SOURCE=$2
|
||||
TARGET=$3
|
||||
|
||||
sed "s/\${VERSION}/${VERSION}/" ${SOURCE} > "${BUILT_PRODUCTS_DIR}/${TARGET}"
|
||||
Reference in New Issue
Block a user