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