Sha256: 3f49e5e5b9b5fa485cbc496e8f69bea0b8be7407eb51c288bcc6cd61c9e18be5
Contents?: true
Size: 746 Bytes
Versions: 2
Compression:
Stored size: 746 Bytes
Contents
require 'fastlane_core/helper' require 'fastlane/boolean' require_relative 'detect_values' module Scan class << self attr_accessor :config attr_accessor :project attr_accessor :cache attr_accessor :devices def config=(value) @config = value DetectValues.set_additional_default_values @cache = {} end def scanfile_name "Scanfile" end end Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore UI = FastlaneCore::UI Boolean = Fastlane::Boolean ROOT = Pathname.new(File.expand_path('../../..', __FILE__)) DESCRIPTION = "The easiest way to run tests of your iOS and Mac app" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.165.1 | scan/lib/scan/module.rb |
fastlane_hotfix-2.165.0 | scan/lib/scan/module.rb |