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
-
.all_classes ⇒ Object
Return all .rb files inside the “actions” and “helper” directory.
Class Method Details
.all_classes ⇒ Object
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.('*/{actions}/*.rb', File.dirname(__FILE__))] end |