Module: Fastlane::Apprepo

Defined in:
lib/fastlane/plugin/apprepo.rb,
lib/fastlane/plugin/apprepo/version.rb

Overview

Static configuration values

Constant Summary collapse

VERSION =
"0.5.5".freeze
SUMMARY =
'Fastlane plugin for distributing artifacts with SFTP upload'.freeze
DESCRIPTION =
'Fastlane plugin SFTP/AppRepo uploader'.freeze

Class Method Summary collapse

Class Method Details

.all_classesObject

Return all .rb files inside the “actions” and “helper” directory



15
16
17
# File 'lib/fastlane/plugin/apprepo.rb', line 15

def self.all_classes
  Dir[File.expand_path('*/{actions}/*.rb', File.dirname(__FILE__))]
end