Module: Supply

Defined in:
supply/lib/supply/languages.rb,
supply/lib/supply.rb,
supply/lib/supply/setup.rb,
supply/lib/supply/client.rb,
supply/lib/supply/reader.rb,
supply/lib/supply/listing.rb,
supply/lib/supply/options.rb,
supply/lib/supply/uploader.rb,
supply/lib/supply/apk_listing.rb,
supply/lib/supply/commands_generator.rb

Overview

support.google.com/googleplay/android-developer/answer/3125566?hl=en

> Add your own text translations & localized graphic assets => See available languages => replace ‘-` with `_`

%w => stackoverflow.com/a/1274703/252627

Defined Under Namespace

Modules: Languages Classes: AbstractGoogleServiceClient, ApkListing, Client, CommandsGenerator, Listing, Options, Reader, Setup, Uploader

Constant Summary collapse

AVAILABLE_METADATA_FIELDS =
%w(title short_description full_description video)
IMAGES_TYPES =
%w(featureGraphic icon promoGraphic tvBanner)
SCREENSHOT_TYPES =
%w(phoneScreenshots sevenInchScreenshots tenInchScreenshots tvScreenshots wearScreenshots)
IMAGES_FOLDER_NAME =
"images"
IMAGE_FILE_EXTENSIONS =
"{png,jpg,jpeg}"
CHANGELOGS_FOLDER_NAME =
"changelogs"
Helper =

you gotta love Ruby: Helper.* should use the Helper class contained in FastlaneCore

FastlaneCore::Helper
UI =
FastlaneCore::UI
ROOT =
Pathname.new(File.expand_path('../..', __FILE__))
DESCRIPTION =
"Command line tool for updating Android apps and their metadata on the Google Play Store".freeze

Class Attribute Summary collapse

Class Attribute Details

.configObject

Returns the value of attribute config.



14
15
16
# File 'supply/lib/supply.rb', line 14

def config
  @config
end