fastlane-plugin-app_store_build_info 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 97005ce492e379d33770f97b70d25bed6c496a12
4
- data.tar.gz: 62e8fd5c79405c8a55e769cad641a76b7783d609
3
+ metadata.gz: 0f11e8b838baee760f651b3ccd7335f4b0409ad7
4
+ data.tar.gz: b417fae91ca846e5694b89b7aa5463d6f611bb19
5
5
  SHA512:
6
- metadata.gz: 1d9fde66c11038e4ab5008eb68ae58dd3411d2f5e39044701788d1e3a4723ff468ea051277f3aabb63f889eab4e493454da610696b8d3008c2fc69ea156f69e1
7
- data.tar.gz: 45661eb790d50ae488986fa590f22645881a38c86387e1b1f2495cfcda5e10f914acb1ec5f1b8945978d03aa1226c507968e23378d8459b956847c04e7f4eaa3
6
+ metadata.gz: 7aff821e568e64fa3e1e3343827ad55b145045c7c3ff85de421e8ad7eb21fdcbda6075e3311cda72581e060b31f449174bc520f7a1489bfa1751e03ba908a9b9
7
+ data.tar.gz: 7ec11aefaa7d94a5aa145ddee6a2aeefdfca950856b15e20c5d02e0d836d55a4ae0f079483e7a3b7dacf5a8946f93d9caed4751248a6fa1ffac10b8c8f78545b
@@ -71,7 +71,7 @@ module Fastlane
71
71
  UI.message("Fetching the latest build number for version #{version_number}")
72
72
 
73
73
  begin
74
- build_numbers = app.all_builds_for_train(train: version_number, platform: platform).map(&:build_version)
74
+ build_numbers = app.tunes_all_builds_for_train(train: version_number, platform: platform).map(&:build_version)
75
75
  build_nr = self.order_versions(build_numbers).last
76
76
  if build_nr.nil? && params[:initial_build_number]
77
77
  UI.message("Could not find a build on iTC. Using supplied 'initial_build_number' option")
@@ -125,7 +125,8 @@ module Fastlane
125
125
  FastlaneCore::ConfigItem.new(key: :initial_build_number,
126
126
  env_name: "INITIAL_BUILD_NUMBER",
127
127
  description: "sets the build number to given value if no build is in current train",
128
- is_string: false),
128
+ is_string: false,
129
+ optional: true),
129
130
  FastlaneCore::ConfigItem.new(key: :app_identifier,
130
131
  short_option: "-a",
131
132
  env_name: "FASTLANE_APP_IDENTIFIER",
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module AppStoreBuildInfo
3
- VERSION = "0.1.0"
3
+ VERSION = "0.2.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-app_store_build_info
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rishabh Tayal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-28 00:00:00.000000000 Z
11
+ date: 2019-05-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry
@@ -168,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
168
168
  version: '0'
169
169
  requirements: []
170
170
  rubyforge_project:
171
- rubygems_version: 2.6.10
171
+ rubygems_version: 2.5.1
172
172
  signing_key:
173
173
  specification_version: 4
174
174
  summary: Get build info from App Store Connect