Sha256: 4d437f6c3f166057491f1d56534c1bb3b47d204ec53833b437c3ad78113521e5
Contents?: true
Size: 573 Bytes
Versions: 568
Compression:
Stored size: 573 Bytes
Contents
require 'fastlane_core/helper' require 'fastlane_core/ui/ui' module Deliver class << self end Helper = FastlaneCore::Helper # you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore UI = FastlaneCore::UI # 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
568 entries across 568 versions & 2 rubygems