publisher property

String publisher
final

The name identifier of the publisher platform.

Specifies which publishing service to use for distribution. Common values include:

  • fastlane - Fastlane automation
  • firebase - Firebase App Distribution
  • github - GitHub Releases
  • xcrun - App Store via Xcode command line tools

Implementation

final String publisher;