Versioneye » ... monitors your projects » ... monitors open source libraries » ... notifies you if a new update was released » ... draws a beautiful dependency graph
Rake tasks » Rake is to Ruby what Make is to C » easy to write scripts Sample rake bootstrap # Installs dependencies rake ci # Runs everything needed for the ci server rake deploy # Deploys Beta rake release # Release a new version of the Pod rake spec # Runs the specs
Pull Requests work flow » each developer works on his own fork » when he is done he makes Pull Requests » Jenkins builds them and gives feedback » another team mate reviews the code and merges » reviewer decides what version number to pick and releases
Development pods pod 'UIKonf', :path => '../UIKonf.podspec' » does not copy source files » work as if the files are in your project » see immediately if something is not public
Semantic Versioning Is a pain because ... » ... we want every team to use a latest version » ... dependent pods » ... informing other teams about updates is time consuming » ... you never know what you break exactly
Semantic Versioning Now works for us because ... » ... Versioneye tracks new versions and informs » ... we don't pin the version in podspecs anymore » ... Jenkins builds all projects that depend on the changed pod
Localized Strings Now works for us because ... » one pod containing all translations » will be maintained by translators » People make Pull Requests with their translations
Images Now work for us because ... » ... resource bundle feature in CocoaPods » ... we load them from a bundle » .. no conflicts in naming because of bundles
Images * Jenktocat, https://octodex.github.com/images/jenktocat.jpg * Johann Lafer - Rezepte aus meiner Heimat, https://itunes.apple.com/de/app/johann-lafer-rezepte-aus-meiner/id505874478?mt=8 * Sommerrezepte - Die besten Rezepte für die Urlaubssehnsucht, https://itunes.apple.com/de/app/sommerrezepte-die-besten-rezepte/id680597527?mt=8 * Schlank im Schlaf - Die original Rezepte, https://itunes.apple.com/de/app/schlank-im-schlaf-die-original/id584432534?mt=8 * Jenkins, http://fabiouechi.blogspot.de/2012/11/setting-up-jenkins-on-ec2-using.html * Travis CI, http://jmikola.github.io/slides/beautiful_measurable_software/img/travis-mascot-600px.png