Last active
June 2, 2017 04:03
-
-
Save dacaiguoguogmail/e56ae34334a33bf36cd5ff8d1119806e to your computer and use it in GitHub Desktop.
fix cocoapods podfile.lock strange quotation marks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/zsh | |
podpath=$(echo `which pod`) | |
poddir=$(dirname $podpath) | |
podcoregemdir="$poddir"/../gems/cocoapods-core-1.1.1/lib/cocoapods-core/ | |
echo "$podcoregemdir"lockfile.rb | |
cd $podcoregemdir | |
curl -fsSL https://raw.githubusercontent.com/dacaiguoguogmail/Core/master/lib/cocoapods-core/lockfile.rb -O |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
update usage