Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 819 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 819 Bytes

community_board_ios

Install Dependencies

Xcode 4.6.1

Xcode can be install via the OSX App Store.

git

Git is a distributed version control system. Your computer most likely has it installed. If you are unsure, you can confirm by typing git. If you don't have it installed, you can get it from Git's home page.

CocoaPods

CocoaPods is used for managing dependencies. Install it with

[sudo] gem install cocoapods
pod setup

Setup the Application

From the terminal,

git clone git://github.com/tokyo-rubyist-meetup/community_board_ios.git
cd community_board_ios
pod install
open CommunityBoard.xcworkspace
  • Make sure the build target is set to community board
  • Press the run button
  • The simulator should launch with the application