Faster way to update outdated dependencies and reduce Carthage bootstraping time.
Place carthage_bootstrap
file on your repository.
Make sure that we can execute that file on the Terminal by running this cammand:
chmod 755 carthage_bootstrap
Finally, you can update all dependencies by running this command:
./carthage_bootstrap
To re-generate script file:
shc -f carthage_bootstrap.sh -o carthage_bootstrap