Module: Supply
- Defined in:
- supply/lib/supply/client.rb,
supply/lib/supply.rb,
supply/lib/supply/setup.rb,
supply/lib/supply/reader.rb,
supply/lib/supply/listing.rb,
supply/lib/supply/options.rb,
supply/lib/supply/uploader.rb,
supply/lib/supply/languages.rb,
supply/lib/supply/apk_listing.rb,
supply/lib/supply/release_listing.rb,
supply/lib/supply/commands_generator.rb,
supply/lib/supply/generated_universal_apk.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 `_`
Defined Under Namespace
Modules: Languages, ReleaseStatus, Tracks Classes: AbstractGoogleServiceClient, ApkListing, Client, CommandsGenerator, GeneratedUniversalApk, Listing, Options, Reader, ReleaseListing, Setup, Uploader
Constant Summary collapse
- AVAILABLE_METADATA_FIELDS =
%w(title short_description full_description video)
- IMAGES_TYPES =
%w(featureGraphic icon 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
- Boolean =
Fastlane::Boolean
- ROOT =
Pathname.new(File.('../..', __FILE__))
- DESCRIPTION =
"Command line tool for updating Android apps and their metadata on the Google Play Store".freeze
Class Attribute Summary collapse
-
.config ⇒ Object
Returns the value of attribute config.
Class Attribute Details
.config ⇒ Object
Returns the value of attribute config.
16 17 18 |
# File 'supply/lib/supply.rb', line 16 def config @config end |