Sha256: 41e61ddd8d18bbe90cb81d83f456760dcf60a98942cae653f0af8ccd5dd24df6

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 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

3 entries across 3 versions & 1 rubygems

Version Path
fastlane_hotfix-2.165.1 fastlane/lib/fastlane/actions/sigh.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/sigh.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/sigh.rb