Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Modular iOS Apps

Modular iOS Apps

Given at the Hamburg edition of CocoaHeads 03.03.2014

http://cocoaheads.org/de/Hamburg/
https://twitter.com/pietbrauer

Piet Brauer

March 03, 2014
Tweet

More Decks by Piet Brauer

Other Decks in Programming

Transcript

  1. HOW

  2. JENKINS BUILDS THE SPEC REPO ON EVERY PULL REQUEST AND

    CHECKS FOR VALID PODSPECS Just like the real Specs Repo
  3. rake build # builds the project for CI rake version:bump:minor

    # bumps minor, patch and major version number rake git:release # tags the version and pushes to master rake pod:push # pushes the podspec to the master repo
  4. $ xcnew help new Usage: xcnew new PROJECTNAME PREFIX Description:

    `xcnew new` creates a new XING iPhone App module project to get you up and running in no time. It will create our desired file structure for modules, install our dependencies and create simple Xcode project with Login using the XNGAPIClient. $ xcnew new XNGCocoaHeads CH