module Fastlane::IonicIntegration
Constants
- DEFAULT_IOS_VERSION
- IONIC_CONFIG_PATH
- IONIC_DEFAULT_UNIT_TEST_NAME
- IONIC_IOS_BUILD_PATH
- IONIC_IOS_CONFIG_PATH
- IONIC_IOS_CONFIG_UITESTS_PATH
- VERSION
Public Class Methods
all_classes()
click to toggle source
Return all .rb files inside the “actions” and “helper” directory
# File lib/fastlane/plugin/ionic_integration.rb, line 7 def self.all_classes Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))] end