Sha256: 6760a8c03f0527a4412ab1cdf66f263e7b085127cbbfb8d1202dbe479b2ca362
Contents?: true
Size: 391 Bytes
Versions: 47
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
47 entries across 47 versions & 4 rubygems