Sha256: 845d334d387fb00b35ab53b625b5587a4e4ade9c63e50742257a895a9c74e4ed
Contents?: true
Size: 516 Bytes
Versions: 552
Compression:
Stored size: 516 Bytes
Contents
require 'fastlane_core/ui/ui' require 'fastlane_core/helper' module Sigh # Use this to just setup the configuration attribute and set it later somewhere else class << self attr_accessor :config end Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore UI = FastlaneCore::UI ROOT = Pathname.new(File.expand_path('../../..', __FILE__)) ENV['FASTLANE_TEAM_ID'] ||= ENV["SIGH_TEAM_ID"] ENV['DELIVER_USER'] ||= ENV["SIGH_USERNAME"] end
Version data entries
552 entries across 552 versions & 2 rubygems