snapshot 1.4.0 → 1.4.1

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: cf90b06f11837bb5e3d2c62b0a37aee3a7fac441
4
- data.tar.gz: 6219c7deb8b82a89489e6c720dcfa89f99e8b06d
3
+ metadata.gz: db3ce6c9d6f26b06837afca256da0a7b30a2d27c
4
+ data.tar.gz: 7a206b57ce9f47942511be89a86fbaee968aca3c
5
5
  SHA512:
6
- metadata.gz: 5d7b0a83aa735a51534bdbf14fb09588344437066d681b4f7e040090287606d26b8949a353df51b340b5a73d23e08376465dc406aa51b51729942ca9cdd3afd4
7
- data.tar.gz: 795038399e5f0da7638dd0cdfff85f1d145dd8a50f5b0b568ad4d64b11b3c7ee7342b2d93091ca5660892c0e1bb8672543be2394bf6a62d8d0cb78c72a4d886c
6
+ metadata.gz: 985c1e44237b8afa4abb5553c1820a7b8c5429133771d41683d82caa8013cb3580879f06e4759e7238e5849a6a61a8f1e3df256479af306448b52006d01e73b4
7
+ data.tar.gz: b6866944c914b6d4fe80cfd558e6d2cf264cbda799f712f221510d8cd91597c1ba1c3ef65066c5e5ca7ae5a0749595da68c52103a36dc4840cad9eb0b5779a64
data/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  <a href="https://github.com/fastlane/deliver">deliver</a> &bull;
10
10
  <b>snapshot</b> &bull;
11
11
  <a href="https://github.com/fastlane/frameit">frameit</a> &bull;
12
- <a href="https://github.com/fastlane/PEM">PEM</a> &bull;
12
+ <a href="https://github.com/fastlane/pem">pem</a> &bull;
13
13
  <a href="https://github.com/fastlane/sigh">sigh</a> &bull;
14
14
  <a href="https://github.com/fastlane/produce">produce</a> &bull;
15
15
  <a href="https://github.com/fastlane/cert">cert</a> &bull;
@@ -86,6 +86,7 @@ module Snapshot
86
86
  FastlaneCore::ConfigItem.new(key: :app_identifier,
87
87
  env_name: 'SNAPSHOT_APP_IDENTIFIER',
88
88
  short_option: "-a",
89
+ optional: true,
89
90
  description: "The bundle identifier of the app to uninstall (only needed when enabling reinstall_app)",
90
91
  default_value: ENV["SNAPSHOT_APP_IDENTITIFER"] || CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)),
91
92
 
@@ -142,6 +142,7 @@ module Snapshot
142
142
 
143
143
  def uninstall_app(device_type)
144
144
  Helper.log.debug "Uninstalling app '#{Snapshot.config[:app_identifier]}' from #{device_type}..."
145
+ Snapshot.config[:app_identifier] ||= ask("App Identifier: ")
145
146
  device_udid = TestCommandGenerator.device_udid(device_type)
146
147
 
147
148
  Helper.log.info "Launch Simulator #{device_type}".yellow
@@ -1,4 +1,4 @@
1
1
  module Snapshot
2
- VERSION = "1.4.0"
2
+ VERSION = "1.4.1"
3
3
  DESCRIPTION = "Automate taking localized screenshots of your iOS app on every device"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: snapshot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-06 00:00:00.000000000 Z
11
+ date: 2015-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastimage
@@ -250,7 +250,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
250
250
  version: '0'
251
251
  requirements: []
252
252
  rubyforge_project:
253
- rubygems_version: 2.4.6
253
+ rubygems_version: 2.4.0
254
254
  signing_key:
255
255
  specification_version: 4
256
256
  summary: Automate taking localized screenshots of your iOS app on every device