Sha256: 45cfc21a924ebc90e61ebc3423731767dfcafd799d0eaf2077c5da60492367c7
Contents?: true
Size: 651 Bytes
Versions: 599
Compression:
Stored size: 651 Bytes
Contents
require 'fastlane_core/helper' require 'fastlane_core/ui/ui' 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
599 entries across 599 versions & 2 rubygems