Created
July 26, 2015 16:19
-
-
Save thiagoramos23/ac0ffb3c1ee4e97bc6ed to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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