summaryrefslogtreecommitdiff
path: root/platform/ios/scripts/install-packaging-dependencies.sh
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/scripts/install-packaging-dependencies.sh')
-rwxr-xr-xplatform/ios/scripts/install-packaging-dependencies.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/platform/ios/scripts/install-packaging-dependencies.sh b/platform/ios/scripts/install-packaging-dependencies.sh
index 3d87a93f20..3d7f2fa4ea 100755
--- a/platform/ios/scripts/install-packaging-dependencies.sh
+++ b/platform/ios/scripts/install-packaging-dependencies.sh
@@ -22,15 +22,6 @@ else
fi
##
-## wget
-##
-if [ -z `which wget` ]; then
- brew install wget
-else
- echo "Found brew"
-fi
-
-##
## cocoapods
##
if [[ -z `which pod` || $(pod --version) != "${COCOAPODS_VERSION}" ]]; then