Sha256: f1424d2e8ef2ce9d51486c99906c7fc95dd540d9943f434b7c19c3cd9516d4fe
Contents?: true
Size: 396 Bytes
Versions: 3
Compression:
Stored size: 396 Bytes
Contents
module Fastlane module Actions require 'fastlane/actions/get_certificates' class CertAction < GetCertificatesAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `get_certificates` action" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.165.1 | fastlane/lib/fastlane/actions/cert.rb |
fastlane_hotfix-2.165.0 | fastlane/lib/fastlane/actions/cert.rb |
fastlane_hotfix-2.187.0 | fastlane/lib/fastlane/actions/cert.rb |