lib/produce/developer_center.rb in produce-0.3.3 vs lib/produce/developer_center.rb in produce-0.3.4
- old
+ new
@@ -22,10 +22,10 @@
Helper.log.info "Creating new app '#{app_name}' on the Apple Dev Center".green
app = Spaceship.app.create!(bundle_id: @config[:bundle_identifier].to_s,
name: app_name)
- Helper.log.info "Created app #{app}"
+ Helper.log.info "Created app #{app.app_id}"
raise "Something went wrong when creating the new app - it's not listed in the apps list" unless app_exists?
ENV["CREATED_NEW_APP_ID"] = Time.now.to_i.to_s