Class: Produce::Manager
- Inherits:
-
Object
- Object
- Produce::Manager
- Defined in:
- produce/lib/produce/manager.rb
Class Method Summary collapse
-
.start_producing ⇒ Object
Produces app at DeveloperCenter and ItunesConnect.
Class Method Details
.start_producing ⇒ Object
Produces app at DeveloperCenter and ItunesConnect
8 9 10 11 12 13 |
# File 'produce/lib/produce/manager.rb', line 8 def self.start_producing FastlaneCore::PrintTable.print_values(config: Produce.config, hide_keys: [], title: "Summary for produce #{Fastlane::VERSION}") Produce::DeveloperCenter.new.run unless Produce.config[:skip_devcenter] return Produce::ItunesConnect.new.run unless Produce.config[:skip_itc] end |