fastlane 2.78.0.beta.20180121010003 → 2.78.0.beta.20180122010003

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4c1e22ed5b606310ebfb2cb40c221132f4975d07
4
- data.tar.gz: 35bd7230d14bcbc91f17ee402b683e2f1140fbd3
3
+ metadata.gz: 522a656c2027e9b4e35f96c265df57a3f05a3111
4
+ data.tar.gz: 4340a10e2a32be3c25abeae181ea1c4f675573d1
5
5
  SHA512:
6
- metadata.gz: fe91ba528c38da04ac2d5371dc9cb7b11941b88c291e592f111b3680a79883805de9c7559509fad7aa242606c3af283fd70e2adbf506fdc503a38c5ad915d3cb
7
- data.tar.gz: 424da683d1992e99ab8f49874fca4c91e2ed61ce235a08247c53bb088e54b201f70a6ab1ed534c784bfe2b41bb8c89ebd16a4ef6c18adca4a81d0fd953a444a7
6
+ metadata.gz: 231a134ebc90049634ca350868a9ab1ba0f7cb52c8ffede2f91fcf6790c404ce54e127e0fae365126b920e9f56b9b06ba3ceab9d53b1bfadee119be51aff9455
7
+ data.tar.gz: 34171c2ee7d256186860658929c3e2b3d5ba3c59bb48a6a53405e35305df96a713d7a1299520a44727a73760622802e7b570ffff8d6cff8f668fbbb529d04411
@@ -12,7 +12,7 @@ module Deliver
12
12
  end
13
13
 
14
14
  def self.download(options, folder_path)
15
- v = options[:app].latest_version
15
+ v = options[:use_live_version] ? options[:app].live_version : options[:app].latest_version
16
16
 
17
17
  v.screenshots.each do |language, screenshots|
18
18
  screenshots.each do |screenshot|
@@ -88,6 +88,10 @@ module Deliver
88
88
  description: "Skip uploading an ipa or pkg to iTunes Connect",
89
89
  is_string: false,
90
90
  default_value: false),
91
+ FastlaneCore::ConfigItem.new(key: :use_live_version,
92
+ description: "Force usage of live version rather than edit version",
93
+ is_string: false,
94
+ default_value: false),
91
95
  FastlaneCore::ConfigItem.new(key: :skip_screenshots,
92
96
  description: "Don't upload the screenshots",
93
97
  is_string: false,
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.78.0.beta.20180121010003'.freeze
2
+ VERSION = '2.78.0.beta.20180122010003'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  MINIMUM_XCODE_RELEASE = "7.0".freeze
5
5
  RUBOCOP_REQUIREMENT = '0.49.1'.freeze
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.78.0.beta.20180121010003
4
+ version: 2.78.0.beta.20180122010003
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Holtz
@@ -25,7 +25,7 @@ authors:
25
25
  autorequire:
26
26
  bindir: bin
27
27
  cert_chain: []
28
- date: 2018-01-21 00:00:00.000000000 Z
28
+ date: 2018-01-22 00:00:00.000000000 Z
29
29
  dependencies:
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: slack-notifier