Module: Fastlane::EnsureXcodeBuildVersion

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

Constant Summary collapse

ROOT =
Pathname.new(File.expand_path('../../../..', __FILE__))
VERSION =
"2.0.0"

Class Method Summary collapse

Class Method Details

.all_classesObject

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



7
8
9
# File 'lib/fastlane/plugin/ensure_xcode_build_version.rb', line 7

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