Sha256: c8c978dcb722369fb975029d18b8bbf56ae613981a7a88e56f21e337a0d775e6
Contents?: true
Size: 422 Bytes
Versions: 3
Compression:
Stored size: 422 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
fastlane_hotfix-2.165.1 | produce/lib/produce/module.rb |
fastlane_hotfix-2.165.0 | produce/lib/produce/module.rb |
fastlane_hotfix-2.187.0 | produce/lib/produce/module.rb |