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/sh | |
#Install RVM | |
curl -L https://get.rvm.io | bash -s stable --ruby | |
#RVM Postsetup | |
source ~/.rvm/scripts/rvm | |
#Resolve issue with OSX SSL | |
rvm pkg install openssl |
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/sh | |
# Add alias to .bash_profile | |
# alias podopen="sh ~/podopen.sh" | |
cd "$(dirname "$(find . -name Podfile)")" && pod install && open *.xcworkspace |
NewerOlder