git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
2011-03-22 Eric Seidel <eric@webkit.org>
[WebKit-https.git]
/
Source
/
WebCore
/
gyp
/
update-info-plist.sh
1
# Touch Info.plist to let Xcode know it needs to copy it into the built product
2
if [[ "${CONFIGURATION}" != "Production" ]]; then
3
touch "$1";
4
fi