Module: Fastlane::MatchImport
- Defined in:
- lib/fastlane/plugin/match_import.rb,
lib/fastlane/plugin/match_import/utils.rb,
lib/fastlane/plugin/match_import/runner.rb,
lib/fastlane/plugin/match_import/options.rb,
lib/fastlane/plugin/match_import/version.rb,
lib/fastlane/plugin/match_import/runner_apns.rb,
lib/fastlane/plugin/match_import/apns_file_options.rb,
lib/fastlane/plugin/match_import/commands_generator.rb,
lib/fastlane/plugin/match_import/encryption/openssl.rb,
lib/fastlane/plugin/match_import/custom_file_options.rb,
lib/fastlane/plugin/match_import/apns_export_file_options.rb,
lib/fastlane/plugin/match_import/apns_remove_invalid_file_options.rb
Defined Under Namespace
Modules: Encryption Classes: APNSExportFileOptions, APNSFileOptions, APNSRemoveInvalidFileOptions, CommandsGenerator, CustomFileOptions, Options, Runner, RunnerAPNS, Utils
Constant Summary collapse
- VERSION =
"0.1.4"- DESCRIPTION =
"match_import command import/export files to/from match encrypted repo. Also remove files is supported"
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
4 5 6 |
# File 'lib/fastlane/plugin/match_import.rb', line 4 def self.all_classes Dir[File.('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end |