Sha256: 5cccbe3527cd25bc90e88b42fe560cc75274dbc8e37e2a53c282be2a543519b8
Contents?: true
Size: 664 Bytes
Versions: 252
Compression:
Stored size: 664 Bytes
Contents
require 'fastlane_core' require 'precheck/runner' require 'precheck/options' module Precheck # Use this to just setup the configuration attribute and set it later somewhere else class << self attr_accessor :config def precheckfile_name "Precheckfile" end 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['APP_IDENTIFIER'] ||= ENV["PRECHECK_APP_IDENTIFIER"] DESCRIPTION = 'Check your app using a community driven set of App Store review rules to avoid being rejected' end
Version data entries
252 entries across 252 versions & 1 rubygems