$30 off During Our Annual Pro Sale. View Details »

VendorKit - An Introduction

Avatar for Keith Pitt Keith Pitt
December 07, 2011

VendorKit - An Introduction

In this presentation, I introduce a tool I created, called VendorKit. And iOS and OSX vendor management solution.

Avatar for Keith Pitt

Keith Pitt

December 07, 2011
Tweet

More Decks by Keith Pitt

Other Decks in Programming

Transcript

  1. Vendor::Spec.new do |s| s.name "ASIHTTPRequest" s.version "1.8.1" s.authors "Ben Copsey"

    s.homepage "http://allseeing-i.com/ASIHTTPRequest/" s.files Dir["Classes/*.{h,m}"] s.framework "CFNetwork.framework" s.framework "SystemConfiguration.framework" s.framework "MobileCoreServices.framework" s.framework "CoreGraphics.framework" s.framework "libz.dylib" s.dependency "Reachability", "2.0.4ddg" end
  2. lib "DKPredicateBuilder", '0.5' lib "DKRest", :path => "~/Development/DKRest", :require =>

    "Classes" lib "DKRest", :git => "git://github.com/gowalla/AFNetworking.git", :require => "AFNetworking" target "Integration Tests" do lib "cedar", '0.2' end lib "OCMock", :targets => [ "Integration Tests", "Specs" ] lib "Kiwi", :target => "Specs"
  3. ARC