Skip to content

Instantly share code, notes, and snippets.

@Thunor
Forked from mbinna/podforceupdate.sh
Created February 12, 2020 16:37
Show Gist options
  • Select an option

  • Save Thunor/2088dc7b6facf01c35411f2f322ca289 to your computer and use it in GitHub Desktop.

Select an option

Save Thunor/2088dc7b6facf01c35411f2f322ca289 to your computer and use it in GitHub Desktop.

Revisions

  1. @mbinna mbinna revised this gist Dec 4, 2012. No changes.
  2. @mbinna mbinna created this gist Dec 4, 2012.
    5 changes: 5 additions & 0 deletions podforceupdate.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #!/usr/bin/env bash

    rm -rf "${HOME}/Library/Caches/CocoaPods"
    rm -rf "`pwd`/Pods/"
    pod update