Created
May 29, 2013 14:30
-
-
Save boyvanamstel/5670699 to your computer and use it in GitHub Desktop.
Select Tools -> Build System -> New Build System... from the Sublime Text 2 menu. Paste the 4 lines below in your new build script, save and select it from the menu. Press cmd + b (OS X) to automatically install the pods after you've edited your Podfile.
This file contains 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
Show hidden characters
{ | |
"cmd": ["pod", "install"], | |
"selector": "Podfile" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment