spaceship/lib/spaceship/tunes/build.rb in fastlane-2.98.0 vs spaceship/lib/spaceship/tunes/build.rb in fastlane-2.99.0
- old
+ new
@@ -6,18 +6,18 @@
class Build < TunesBase
#####################################################
# @!group General metadata
#####################################################
- # @return (String) The App identifier of this app, provided by iTunes Connect
+ # @return (String) The App identifier of this app, provided by App Store Connect
# @example
# "1013943394"
attr_accessor :apple_id
# @return (Spaceship::Tunes::BuildTrain) A reference to the build train this build is contained in
attr_accessor :build_train
- # @return (Integer) The ID generated by iTunes Connect
+ # @return (Integer) The ID generated by App Store Connect
attr_accessor :id
# @return (Boolean)
attr_accessor :valid