spaceship/lib/spaceship/module.rb in fastlane-2.98.0 vs spaceship/lib/spaceship/module.rb in fastlane-2.99.0
- old
+ new
@@ -1,4 +1,4 @@
module Spaceship
ROOT = Pathname.new(File.expand_path('../../..', __FILE__))
- DESCRIPTION = "Ruby library to access the Apple Dev Center and iTunes Connect".freeze
+ DESCRIPTION = "Ruby library to access the Apple Dev Center and App Store Connect".freeze
end