Sha256: 4b4002e53c2644b8d3f019d3a99f8e3cba61fb2cc47c4cc669771e41f05d6c94
Contents?: true
Size: 405 Bytes
Versions: 712
Compression:
Stored size: 405 Bytes
Contents
module Fastlane module Actions require 'fastlane/actions/get_provisioning_profile' class SighAction < GetProvisioningProfileAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `get_provisioning_profile` action" end end end end
Version data entries
712 entries across 712 versions & 5 rubygems