Some scripts to help you use Xcode more efficiently.
Two scripts, good one and the awesome one.
- Open terminal from Xcode - good one
- Install pods from Xcode - awesome one
- Add scripts to any folder
- Go to terminal in that folder write
chmod +x installPodsFromXcode.sh
. Same goes for the other script, just change the name. This gives the scripts the execution rights. - Go to Xcode, Preferences, Behaviours. On the bottom click plus and add a new one, name it as you want and add a shortcut for it. Select the script that should be ran.
- Done
You're in Xcode and you need a new pod 1. Click on your podfile and write your new dependency, save 2. Hit your shortcut and it runs terminal and pod install 3. Wow!