summaryrefslogtreecommitdiff
path: root/ios/docs/remove_docs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ios/docs/remove_docs.sh')
-rwxr-xr-xios/docs/remove_docs.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/docs/remove_docs.sh b/ios/docs/remove_docs.sh
new file mode 100755
index 0000000000..bb8c008dc2
--- /dev/null
+++ b/ios/docs/remove_docs.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+echo
+echo "Removing docs from ~/Library/Developer/Shared/Documentation/DocSets..."
+echo
+
+rm -rfv ~/Library/Developer/Shared/Documentation/DocSets/com.mapbox.Mapbox-GL-* \ No newline at end of file