You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1-CodeStyle -- a description of the sytyle that we use. It is based on google objC code style.
2-xCode4_commandline -- it makes a parallel between xCode GUI and "man xcodebuild" options.
3-iContiniousIntegration -- a description of the hello-world style example project ( https://github.com/dodikk/iContiniousIntegration ). It describes a full development cycle :
* libraries creation and usage
* unit testing with GHUnit
* "universal binary" library creation and usage
* building and deploying the project
4-JffArticles -- articles about objectiveC blocks (by V.Gorbenko)