Sha256: 85b5598c5b46659521cb77ea46b14ca8815c1e1d5e97a8e8bd612228b0ea5fa4
Contents?: true
Size: 413 Bytes
Versions: 3
Compression:
Stored size: 413 Bytes
Contents
module Fastlane module Actions require 'fastlane/actions/upload_to_testflight' class TestflightAction < UploadToTestflightAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `upload_to_testflight` action" end end end end
Version data entries
3 entries across 3 versions & 1 rubygems