lib/spaceship/portal/certificate.rb in spaceship-0.19.0 vs lib/spaceship/portal/certificate.rb in spaceship-0.19.1
- old
+ new
@@ -267,10 +267,10 @@
# # Create a new certificate signing request
# csr, pkey = Spaceship::Certificate.create_certificate_signing_request
#
# # Use the signing request to create a new distribution certificate
# Spaceship::Certificate::Production.create!(csr: csr)
- # @return (Device): The newly created device
+ # @return (Certificate): The newly created certificate
def create!(csr: nil, bundle_id: nil)
type = CERTIFICATE_TYPE_IDS.key(self)
# look up the app_id by the bundle_id
if bundle_id