Ruby setup:
- Install RVM.
- vim ~/.bash_profile
- Add this: source "$HOME/.rvm/scripts/rvm"
- Save. Quit all terminal sessions.
- Verify ruby -v or which ruby.
@import UIKit; | |
@interface UIDevice (Processes) | |
- (NSArray *)runningProcesses; | |
@end | |
#import "UIDevice+Processes.h" | |
#import <sys/sysctl.h> |
# | |
# 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" |