Sha256: 6760a8c03f0527a4412ab1cdf66f263e7b085127cbbfb8d1202dbe479b2ca362

Contents?: true

Size: 391 Bytes

Versions: 48

Compression:

Stored size: 391 Bytes

Contents

require 'fastlane_core/helper'
require 'fastlane/boolean'

module Trainer
  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 = "Convert xcodebuild plist and xcresult files to JUnit reports"
end

Version data entries

48 entries across 48 versions & 4 rubygems

Version Path
fastlane-2.203.0 trainer/lib/trainer/module.rb
fastlane-2.202.0 trainer/lib/trainer/module.rb
fastlane-2.201.2 trainer/lib/trainer/module.rb
fastlane-2.201.1 trainer/lib/trainer/module.rb
fastlane-2.201.0 trainer/lib/trainer/module.rb
fastlane-2.201.0.rc3 trainer/lib/trainer/module.rb
fastlane-2.201.0.rc2 trainer/lib/trainer/module.rb
fastlane-2.201.0.rc1 trainer/lib/trainer/module.rb