Sha256: 2fa752e76c3c150659797fc3dbf46a9147d136868883b46eb950eefcaf694c2c
Contents?: true
Size: 572 Bytes
Versions: 456
Compression:
Stored size: 572 Bytes
Contents
require 'fastlane_core' require 'sigh/resign' require 'sigh/manager' require 'sigh/options' require 'sigh/local_manage' 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
456 entries across 456 versions & 1 rubygems