spaceship/lib/spaceship/tunes/tester.rb in fastlane-2.55.0.beta.20170830010003 vs spaceship/lib/spaceship/tunes/tester.rb in fastlane-2.55.0.beta.20170831010002

- old
+ new

@@ -53,20 +53,24 @@ attr_accessor :latest_installed_build_number # @return [Integer] The version number of the last installed build attr_accessor :latest_installed_version_number + # @return [String] The full version of the last installed build + attr_accessor :latest_build + attr_mapping( 'testerId' => :tester_id, 'emailAddress.value' => :email, 'firstName.value' => :first_name, 'lastName.value' => :last_name, 'groups' => :groups, 'devices' => :devices, 'latestInstalledAppAdamId' => :latest_install_app_id, - 'latestInstalledDate' => :latest_install_date, - 'latestInstalledVersion' => :latest_installed_version_number, - 'latestInstalledShortVersion' => :latest_installed_build_number + 'latestInstallByPlatform.ios.installDate' => :latest_install_date, + 'latestInstallByPlatform.ios.shortVersion' => :latest_installed_version_number, + 'latestInstallByPlatform.ios.version' => :latest_installed_build_number, + 'latestBuild' => :latest_build ) class << self # @return (Hash) All urls for the ITC used for web requests def url