Sha256: e44f46cb86fa9dd8b35fcd6f1d2251c20e1dd48bb27a5345d3ed24ca2a902b6d

Contents?: true

Size: 708 Bytes

Versions: 62

Compression:

Stored size: 708 Bytes

Contents

require 'fastlane_core/helper'
require 'fastlane_core/ui/ui'
require 'fastlane/boolean'

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
  Boolean = Fastlane::Boolean
  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

62 entries across 62 versions & 4 rubygems

Version Path
fastlane-2.203.0 precheck/lib/precheck/module.rb
fastlane-2.202.0 precheck/lib/precheck/module.rb
fastlane-2.201.2 precheck/lib/precheck/module.rb
fastlane-2.201.1 precheck/lib/precheck/module.rb
fastlane-2.201.0 precheck/lib/precheck/module.rb
fastlane-2.201.0.rc3 precheck/lib/precheck/module.rb
fastlane-2.201.0.rc2 precheck/lib/precheck/module.rb
fastlane-2.201.0.rc1 precheck/lib/precheck/module.rb
fastlane-2.200.0 precheck/lib/precheck/module.rb
fastlane-2.199.0 precheck/lib/precheck/module.rb
fastlane-2.198.1 precheck/lib/precheck/module.rb
fastlane-2.198.0 precheck/lib/precheck/module.rb
fastlane-2.197.0 precheck/lib/precheck/module.rb
fastlane-2.196.0 precheck/lib/precheck/module.rb
fastlane-2.195.0 precheck/lib/precheck/module.rb
fastlane-2.194.0 precheck/lib/precheck/module.rb
fastlane-2.193.1 precheck/lib/precheck/module.rb
fastlane-2.193.0 precheck/lib/precheck/module.rb
fastlane-2.192.0 precheck/lib/precheck/module.rb
fastlane-2.191.0 precheck/lib/precheck/module.rb