module Fastlane::Appsigner

Constants

VERSION

Public Class Methods

all_classes() click to toggle source

Return all .rb files inside the “actions” directory

# File lib/fastlane/plugin/appsigner.rb, line 6
def self.all_classes
  Dir[File.expand_path('**/actions/*.rb', File.dirname(__FILE__))]
end