spaceship/lib/spaceship/test_flight/build.rb in fastlane-2.83.0.beta.20180226050016 vs spaceship/lib/spaceship/test_flight/build.rb in fastlane-2.83.0
- old
+ new
@@ -46,10 +46,11 @@
attr_accessor :install_count
attr_accessor :invite_count
attr_accessor :crash_count
+ attr_accessor :auto_notify_enabled
attr_accessor :did_notify
attr_accessor :upload_date
attr_accessor :dsym_url
@@ -71,9 +72,10 @@
'externalState' => :external_state,
'testInfo' => :test_info,
'installCount' => :install_count,
'inviteCount' => :invite_count,
'crashCount' => :crash_count,
+ 'autoNotifyEnabled' => :auto_notify_enabled,
'didNotify' => :did_notify,
'uploadDate' => :upload_date,
'id' => :id,
'dSYMUrl' => :dsym_url,
'buildSdk' => :build_sdk,