Method: FastlaneCore::ProvisioningProfile.name

Defined in:
fastlane_core/lib/fastlane_core/provisioning_profile.rb

.name(path, keychain_path = nil) ⇒ String

Returns The Name of the given provisioning profile.

Returns:

  • (String)

    The Name of the given provisioning profile



43
44
45
# File 'fastlane_core/lib/fastlane_core/provisioning_profile.rb', line 43

def name(path, keychain_path = nil)
  parse(path, keychain_path).fetch("Name")
end