spaceship/lib/spaceship/tunes/spaceship.rb in fastlane-2.99.1 vs spaceship/lib/spaceship/tunes/spaceship.rb in fastlane-2.100.0
- old
+ new
@@ -27,11 +27,11 @@
# Open up the team selection for the user (if necessary).
#
# If the user is in multiple teams, a team selection is shown.
# The user can then select a team by entering the number
#
- # @param team_id (String) (optional): The ID of a iTunesConnect team
- # @param team_name (String) (optional): The name of a iTunesConnect team
+ # @param team_id (String) (optional): The ID of an App Store Connect team
+ # @param team_name (String) (optional): The name of an App Store Connect team
def select_team(team_id: nil, team_name: nil)
@client.select_team(team_id: team_id, team_name: team_name)
end
end
end