Sha256: 513cc6bc4ba3b87e34cdb4a555eb21fc4194de75f45bd1eeaba773af81495951
Contents?: true
Size: 408 Bytes
Versions: 660
Compression:
Stored size: 408 Bytes
Contents
require 'fastlane_core/helper' module Produce 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["PRODUCE_TEAM_ID"] ENV['DELIVER_USER'] ||= ENV["PRODUCE_USERNAME"] end
Version data entries
660 entries across 660 versions & 5 rubygems