Sha256: 295f558e3f4a1e7a9185b4187f89fa554a67a97cfd929b3b17f966f0355e1b32
Contents?: true
Size: 456 Bytes
Versions: 22
Compression:
Stored size: 456 Bytes
Contents
require 'fastlane/plugin/xcake/version' module Fastlane module Xcake # Return all .rb files inside the "actions" and "helper" directory def self.all_classes Dir[File.expand_path('*/{actions,helper}/*.rb', File.dirname(__FILE__))] end end end # By default we want to import all available actions and helpers # A plugin can contain any number of actions and plugins Fastlane::Xcake.all_classes.each do |current| require current end
Version data entries
22 entries across 22 versions & 2 rubygems
Version | Path |
---|---|
xcake-0.6.17 | fastlane-plugin-xcake/lib/fastlane/plugin/xcake.rb |
xcake-0.6.16 | fastlane-plugin-xcake/lib/fastlane/plugin/xcake.rb |