summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/gyp/update-info-plist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/gyp/update-info-plist.sh')
-rwxr-xr-xSource/WebCore/gyp/update-info-plist.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/WebCore/gyp/update-info-plist.sh b/Source/WebCore/gyp/update-info-plist.sh
new file mode 100755
index 0000000..d02ecce
--- /dev/null
+++ b/Source/WebCore/gyp/update-info-plist.sh
@@ -0,0 +1,4 @@
+# Touch Info.plist to let Xcode know it needs to copy it into the built product
+if [[ "${CONFIGURATION}" != "Production" ]]; then
+ touch "$1";
+fi