Sha256: c6b7072e2e7b8600fce4bf4d7e1e394130436085edf6b565996914706c9e3f5d
Contents?: true
Size: 630 Bytes
Versions: 24
Compression:
Stored size: 630 Bytes
Contents
require 'fastlane_core/helper' require 'fastlane_core/ui/ui' require 'fastlane/boolean' module Deliver class << self end Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore UI = FastlaneCore::UI Boolean = Fastlane::Boolean # Constant that captures the root Pathname for the project. Should be used for building paths to assets or other # resources that code needs to locate locally ROOT = Pathname.new(File.expand_path('../../..', __FILE__)) DESCRIPTION = 'Upload screenshots, metadata and your app to the App Store using a single command' end
Version data entries
24 entries across 24 versions & 1 rubygems