module Fastlane::XcconfigActions
Main module for xcconfig actions plugin.
Constants
- VERSION
Current plugin version.
Public Class Methods
all_classes()
click to toggle source
Return all .rb files inside the “actions” and “helper” directory
# File lib/fastlane/plugin/xcconfig_actions.rb, line 8 def self.all_classes Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end