Sha256: a793f6124f71f4ca5cd449a85d9077773153b6c7b12519c4e5f94025afc238d9
Contents?: true
Size: 392 Bytes
Versions: 714
Compression:
Stored size: 392 Bytes
Contents
module Fastlane module Actions require 'fastlane/actions/get_push_certificate' class PemAction < GetPushCertificateAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `get_push_certificate` action" end end end end
Version data entries
714 entries across 714 versions & 5 rubygems