Module: Fastlane::IonicIntegration

Defined in:
lib/fastlane/plugin/ionic_integration.rb,
lib/fastlane/plugin/ionic_integration/version.rb,
lib/fastlane/plugin/ionic_integration/constants.rb

Constant Summary collapse

VERSION =
"0.1.3"
IONIC_IOS_BUILD_PATH =
"platforms/ios"
DEFAULT_IOS_VERSION =
"9.0"
IONIC_CONFIG_PATH =
"fastlane/ionic/config"
IONIC_IOS_CONFIG_PATH =
IONIC_CONFIG_PATH + "/ios"
IONIC_IOS_CONFIG_UITESTS_PATH =
IONIC_IOS_CONFIG_PATH + "/ui-tests"
IONIC_DEFAULT_UNIT_TEST_NAME =
"ui-snapshots"

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/ionic_integration.rb', line 7

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