there should be a bash script in /usr/local/bin/cocoapods-update-repo with exec permissions
running crontab -e should list the above script
running cocoapods-upate-repo should update the machine's cocoapods repository and create a log file in $HOME/.cocoapods (cocoapods-success.log or cocoapods-error.log)
Changes
Adds cocoapods update script as a cron job.
Verification steps
Run the installer using the osx tag:
After running the playbook:
/usr/local/bin/cocoapods-update-repo
with exec permissionscrontab -e
should list the above scriptcocoapods-upate-repo
should update the machine's cocoapods repository and create a log file in$HOME/.cocoapods
(cocoapods-success.log
orcocoapods-error.log
)