-
Notifications
You must be signed in to change notification settings - Fork 268
Contribution Guide
We recommend using bundler to install all ruby dependencies, such as cocoapods.
bundle
All files MUST include the copyright header found in the repository: Copyright-Header.txt. Your help replacing any incorrect headers with this canonical one, as we propagate this requirement across the codebase, is greatly appreciated. We recommend the use of a code snippet with the abbreviation 'typhoon_header' to automate the insertion of this notice.
Builds unit tests, integration tests and code coverage reports. Installs Typhoon documentation into Xcode.
We recommended installing CLI build dependencies using homebrew (http://brew.sh).
brew install appledoc
brew install lcov
brew install doxygen
NB: Xcode 4.3+ requires command-line tools to be installed separately.
ant
Something still not clear? How about posting a question on StackOverflow.
Get started in two minutes.
Get familiar with Typhoon.
- Types of Injections
- What can be Injected
- Auto-injection (Objective-C)
- Scopes
- Storyboards
- TyphoonLoadedView
- Activating Assemblies
Become a Typhoon expert.
For contributors or curious folks.