Files
runner-images/images/macos/provision/core/cocoapods.sh
2020-09-10 14:34:08 +03:00

9 lines
258 B
Bash
Executable File

#!/bin/sh
echo "Installing Cocoapods..."
# Setup the Cocoapods master repo
echo Setting up the Cocoapods master repository...
pod setup
# Create a symlink to /usr/local/bin since it was removed due to Homebrew change.
ln -sf $(which pod) /usr/local/bin/pod