- Install RVM.
- vim ~/.bash_profile
- Add this: source "$HOME/.rvm/scripts/rvm"
- Save. Quit all terminal sessions.
- Verify ruby -v or which ruby.
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
@import UIKit; | |
@interface UIDevice (Processes) | |
- (NSArray *)runningProcesses; | |
@end | |
#import "UIDevice+Processes.h" | |
#import <sys/sysctl.h> |
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
# | |
# Project name | |
# Automatic build configuration | |
# Written by Sasi kiran | |
# May 8, 2013 | |
# | |
# Setup variables | |
xctool_path = "/Users/sasikiran/Documents/Samples/xctool/xctool/xctool.sh" | |
project_path = "Project.xcodeproj" |