Skip to content

Instantly share code, notes, and snippets.

@thiagoramos23
Created July 26, 2015 16:19
Show Gist options
  • Select an option

  • Save thiagoramos23/ac0ffb3c1ee4e97bc6ed to your computer and use it in GitHub Desktop.

Select an option

Save thiagoramos23/ac0ffb3c1ee4e97bc6ed to your computer and use it in GitHub Desktop.
Steps to Configuring for Xcode Developemnt:
1. Install Xcode
2. Ruby
3. Install RubyGems
4. Install LiftOff
-- https://github.com/thoughtbot/liftoff
5. Download Project from Bitbucket
6. Run the following command from the project folder:
-- liftoff
7. Install SwiftLint:
-- brew install swiftlint
Add a new "Run Script Phase" with the contents:
-- /usr/local/bin/swiftlint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment