Sha256: f1cbe2d8b5cc2fa9754519e938a2bbe2a266bf248206bf1633b3483a54766258
Contents?: true
Size: 385 Bytes
Versions: 712
Compression:
Stored size: 385 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
712 entries across 712 versions & 5 rubygems