spaceship/README.md in fastlane-2.98.0 vs spaceship/README.md in fastlane-2.99.0
- old
+ new
@@ -31,11 +31,11 @@
-------
[](https://twitter.com/FastlaneTools)
[](https://github.com/fastlane/fastlane/blob/master/LICENSE)
-_spaceship_ exposes both the Apple Developer Center and the iTunes Connect API. This fast and powerful API powers parts of fastlane, and can be leveraged for more advanced fastlane features. Scripting your Developer Center workflow has never been easier!
+_spaceship_ exposes both the Apple Developer Center and the App Store Connect API. This fast and powerful API powers parts of fastlane, and can be leveraged for more advanced fastlane features. Scripting your Developer Center workflow has never been easier!
Get in contact with the creators on Twitter: [@FastlaneTools](https://twitter.com/fastlanetools)
-------
@@ -105,11 +105,11 @@
## Apple Developer Portal API
##### Open [DeveloperPortal.md](docs/DeveloperPortal.md) for code samples
-## iTunes Connect API
+## App Store Connect API
##### Open [iTunesConnect.md](docs/iTunesConnect.md) for code samples
## 2 Step Verification
@@ -133,10 +133,10 @@
Copy everything from `---\n` to your CI server and provide it as environment variable named `FASTLANE_SESSION`.
#### Transporter
-If you want to upload builds to TestFlight/iTunes Connect from your CI, you have to generate an application specific password:
+If you want to upload builds to TestFlight/App Store Connect from your CI, you have to generate an application specific password:
1. Visit [appleid.apple.com/account/manage](https://appleid.apple.com/account/manage)
1. Generate a new application specific password
1. Provide the application specific password using an environment variable `FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD`.