Sha256: 48f46558ee72fc8623b66d27411bbd1e5ad0b3c371fd161df4e83db28d2c6962
Contents?: true
Size: 393 Bytes
Versions: 712
Compression:
Stored size: 393 Bytes
Contents
module Fastlane module Actions require 'fastlane/actions/upload_to_app_store' class AppstoreAction < UploadToAppStoreAction ##################################################### # @!group Documentation ##################################################### def self.description "Alias for the `upload_to_app_store` action" end end end end
Version data entries
712 entries across 712 versions & 5 rubygems