Sha256: 5db0b578f6a40fd1956d3ad445724dec0679059631021b998ca319b19514a1ed
Contents?: true
Size: 495 Bytes
Versions: 456
Compression:
Stored size: 495 Bytes
Contents
require 'cert/runner' require 'cert/options' require 'fastlane_core' require 'spaceship' module Cert # 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["CERT_TEAM_ID"] end
Version data entries
456 entries across 456 versions & 1 rubygems