Sha256: c654890923faf5dbd968a611634cd523e3c47f830246c83dd50238d036b23018
Contents?: true
Size: 577 Bytes
Versions: 456
Compression:
Stored size: 577 Bytes
Contents
require 'pem/manager' require 'pem/options' require 'fastlane_core' module PEM # Use this to just setup the configuration attribute and set it later somewhere else class << self attr_accessor :config end TMP_FOLDER = "/tmp/PEM/" FileUtils.mkdir_p TMP_FOLDER ENV['FASTLANE_TEAM_ID'] ||= ENV["PEM_TEAM_ID"] ENV['DELIVER_USER'] ||= ENV["PEM_USERNAME"] 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__)) end
Version data entries
456 entries across 456 versions & 1 rubygems