Sign in
webkit
/
WebKit
/
809ae67219ee3d0365357aaabc6b244c94630daa
/
.
/
Source
/
WebCore
/
gyp
/
update-info-plist.sh
blob: d02ecce4502f583526e1223e133667baae4d0de6 [
file
] [
log
] [
blame
]
# Touch Info.plist to let Xcode know it needs to copy it into the built product
if
[[
"${CONFIGURATION}"
!=
"Production"
]];
then
touch
"$1"
;
fi