fastlane-plugin-validate_app 0.2.2 → 0.3.0

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
  SHA256:
3
- metadata.gz: 23f1630229f7d4a28178a8e9f1aae956b172f77b34cf97de10827adbb86d548d
4
- data.tar.gz: 0036edf06288f78fe88fa9742f01c38feef1cab8e7209c864e3587edd410ce0c
3
+ metadata.gz: cdf9b13951a7302ae9991d936cd1786986f95f102bf6e45cb18ed0e3877c7c01
4
+ data.tar.gz: e293542921c13af4fd2f3ed266d3a448a31019a1e9c4f294a374c5cfb0616b36
5
5
  SHA512:
6
- metadata.gz: 6e28d8635adbf958cb1bd5bea00001346571218550514ea1fc38fd385951579a554af5f3d39b282a8ae49713a9a8da9c2f5fdd7193f55307c7d98f3c6f66bbda
7
- data.tar.gz: fcbd928cd3533aab6422b5f0fb91f4ee93aebecbd417dccca2ccec67b2ba3af9a0b4de940670a67773e93c5bc082a5e9c8c46dfeb7823bab0f7202577163a8e3
6
+ metadata.gz: 14f3917bf1ddf613c8a724a5739e06a6761e118eb662e2452d36f1320269e1e7eace9081a9b3c890c5136082b83317f21f4c564397e80e8f7cdeea96b096c4e8
7
+ data.tar.gz: add857d7c82da493623cbd6b74beda05fbdab44d75112a96aa8d7710138d99008bf0b0fbc1d34cb8026422e793f13c7c67dcfbd10803759738ef734b490c93df
@@ -10,7 +10,7 @@ module Fastlane
10
10
  xcode_contents_path = `dirname "$(xcode-select --print-path)"`.strip
11
11
  altool = "#{xcode_contents_path}/Applications/Application Loader.app/Contents/Frameworks/ITunesSoftwareService.framework/Support/altool".shellescape
12
12
 
13
- ENV["VALIDATE_APP_PASSWORD"] = ENV["FASTLANE_PASSWORD"] || ENV["DELIVER_PASSWORD"] || self.fetch_password_from_keychain
13
+ ENV["VALIDATE_APP_PASSWORD"] = ENV["ALTOOL_2FA_PASSWORD"] || ENV["FASTLANE_PASSWORD"] || ENV["DELIVER_PASSWORD"] || self.fetch_password_from_keychain
14
14
 
15
15
  ipa = params[:ipa].to_s.shellescape
16
16
  username = params[:username]
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
2
  module ValidateApp
3
- VERSION = "0.2.2"
3
+ VERSION = "0.3.0"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane-plugin-validate_app
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thi
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-22 00:00:00.000000000 Z
11
+ date: 2018-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: pry