Sha256: 8816af3875bb41ff4c187f7f949c65c76fa5f1ae79dc0962321be86d5da93524

Contents?: true

Size: 399 Bytes

Versions: 3

Compression:

Stored size: 399 Bytes

Contents

module Fastlane
  module Actions
    require 'fastlane/actions/sync_code_signing'
    class MatchAction < SyncCodeSigningAction
      #####################################################
      # @!group Documentation
      #####################################################

      def self.description
        "Alias for the `sync_code_signing` 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/match.rb
fastlane_hotfix-2.165.0 fastlane/lib/fastlane/actions/match.rb
fastlane_hotfix-2.187.0 fastlane/lib/fastlane/actions/match.rb