Method: FastlaneCore::ProvisioningProfile.uuid
- Defined in:
- fastlane_core/lib/fastlane_core/provisioning_profile.rb
.uuid(path, keychain_path = nil) ⇒ String
Returns The UUID of the given provisioning profile.
38 39 40 |
# File 'fastlane_core/lib/fastlane_core/provisioning_profile.rb', line 38 def uuid(path, keychain_path = nil) parse(path, keychain_path).fetch("UUID") end |