module Fastlane::Xambuild

Constants

VERSION

Public Class Methods

all_classes() click to toggle source

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

# File lib/fastlane/plugin/xambuild.rb, line 4
def self.all_classes
  Dir[File.expand_path("**/{actions,helpers}/*.rb", File.dirname(__FILE__))]
end