Skip to content

Commit

Permalink
Update path to iTMSTransporter (#20795)
Browse files Browse the repository at this point in the history
The path provided in the document no longer works, `iTMSTransporter` has to be run from a different directory.
  • Loading branch information
rafauke committed Nov 12, 2022
1 parent 96e71d5 commit 669a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/swift/DeliverfileProtocol.swift
Expand Up @@ -104,7 +104,7 @@ public protocol DeliverfileProtocol: AnyObject {
/// The name of your Developer Portal team if you're in multiple teams
var devPortalTeamName: String? { get }

/// The provider short name to be used with the iTMSTransporter to identify your team. This value will override the automatically detected provider short name. To get provider short name run `pathToXcode.app/Contents/Applications/Application\ Loader.app/Contents/itms/bin/iTMSTransporter -m provider -u 'USERNAME' -p 'PASSWORD' -account_type itunes_connect -v off`. The short names of providers should be listed in the second column
/// The provider short name to be used with the iTMSTransporter to identify your team. This value will override the automatically detected provider short name. To get provider short name run `/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Versions/Current/itms/bin/iTMSTransporter -m provider -u 'USERNAME' -p 'PASSWORD' -account_type itunes_connect -v off`. The short names of providers should be listed in the second column
var itcProvider: String? { get }

/// Run precheck before submitting to app review
Expand Down

0 comments on commit 669a4a5

Please sign in to comment.