snapshot 1.4.0 → 1.4.1
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 +4 -4
- data/README.md +1 -1
- data/lib/snapshot/options.rb +1 -0
- data/lib/snapshot/runner.rb +1 -0
- data/lib/snapshot/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db3ce6c9d6f26b06837afca256da0a7b30a2d27c
|
|
4
|
+
data.tar.gz: 7a206b57ce9f47942511be89a86fbaee968aca3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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> •
|
|
10
10
|
<b>snapshot</b> •
|
|
11
11
|
<a href="https://github.com/fastlane/frameit">frameit</a> •
|
|
12
|
-
<a href="https://github.com/fastlane/
|
|
12
|
+
<a href="https://github.com/fastlane/pem">pem</a> •
|
|
13
13
|
<a href="https://github.com/fastlane/sigh">sigh</a> •
|
|
14
14
|
<a href="https://github.com/fastlane/produce">produce</a> •
|
|
15
15
|
<a href="https://github.com/fastlane/cert">cert</a> •
|
data/lib/snapshot/options.rb
CHANGED
|
@@ -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
|
|
data/lib/snapshot/runner.rb
CHANGED
|
@@ -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
|
data/lib/snapshot/version.rb
CHANGED
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.
|
|
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-
|
|
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.
|
|
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
|