Sha256: 1ee66fcc2e70f7677b4091942238f2082b6204933e4ac7ee7868d999ee104240
Contents?: true
Size: 398 Bytes
Versions: 1
Compression:
Stored size: 398 Bytes
Contents
module Produce class Manager # Produces app at DeveloperCenter and ItunesConnect # @param config (Config) (optional) config to use. Will fallback to # config with ENV values if not specified. def self.start_producing(config = Config.new) Produce::DeveloperCenter.new.run(config) return Produce::ItunesConnect.new.run(config) unless config[:skip_itc] end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
produce-0.1.6 | lib/produce/manager.rb |