fastlane/lib/fastlane/actions/docs/upload_to_testflight.md in fastlane-2.98.0 vs fastlane/lib/fastlane/actions/docs/upload_to_testflight.md in fastlane-2.99.0

- old
+ new

@@ -9,11 +9,11 @@ - Upload & distribute builds - Add & remove testers - Retrieve information about testers & devices - Import/export all available testers -_pilot_ uses [spaceship.airforce](https://spaceship.airforce) to interact with iTunes Connect 🚀 +_pilot_ uses [spaceship.airforce](https://spaceship.airforce) to interact with App Store Connect 🚀 ------- <p align="center"> <a href="#usage">Usage</a> &bull; @@ -117,10 +117,10 @@ +-----------+---------+----------------------------+-----------+ ``` ### Add a new tester -To add a new tester to both your iTunes Connect account and to your app (if given), use the `pilot add` command. This will create a new tester (if necessary) or add an existing tester to the app to test. +To add a new tester to both your App Store Connect account and to your app (if given), use the `pilot add` command. This will create a new tester (if necessary) or add an existing tester to the app to test. ```no-highlight fastlane pilot add email@invite.com ```