lib/produce/itunes_connect.rb in produce-0.4.3 vs lib/produce/itunes_connect.rb in produce-0.5.0
- old
+ new
@@ -22,10 +22,10 @@
Produce.config[:bundle_identifier_suffix] = '' unless wildcard_bundle?
Spaceship::Tunes::Application.create!(name: Produce.config[:app_name],
primary_language: language,
- version: Produce.config[:version],
+ version: Produce.config[:app_version],
sku: Produce.config[:sku].to_s, # might be an int
bundle_id: app_identifier,
bundle_id_suffix: Produce.config[:bundle_identifier_suffix])
application = fetch_application
raise "Something went wrong when creating the new app - it's not listed in the App's list" unless application