snapshot 1.16.1 → 1.16.2

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: 7403a13791bdff288e62ceefa98ab45e01cff6a2
4
- data.tar.gz: a75084a83b4e287d8810a5ec3e5895799edc91f5
3
+ metadata.gz: e3ad1fc59ffd1ab02af78a90402ce12b944df01a
4
+ data.tar.gz: be4cf30e72841062db20b975f9634f059434e368
5
5
  SHA512:
6
- metadata.gz: b747765ac12ca68824ab3792cf4c02db4d05c63e3e6e69b15509c484f5c5a59bcbda3181f281bfae86b5c6a4c6e50f3d189cac1045b67d88bb69a3fc5f6c7259
7
- data.tar.gz: 0ae0007b48dc9cf67f9abf23646ec8fb868ed99870b54bc76240b0492bd356dd86cde2bdb4d666240e2da44ee44b76b55ea74e54638643eef455cd2a871c9e69
6
+ metadata.gz: 77dee45e008632c86027469876ad35bbe86d595cb1603389493442a37b2e19aa721147aa9e0bf254b9fb15b18e49c985d8322783c2f9a321b158759a1dd952d2
7
+ data.tar.gz: c2ad763fa57e76a9e4e32a8229343934d4f59a9463b4b0322997744315a536106cbf002810f60104e8810b0cdcce612706c304ce227e8850c115bfdf3e3a717d
@@ -5,9 +5,8 @@
5
5
  # "iPhone 6",
6
6
  # "iPhone 6 Plus",
7
7
  # "iPhone 5",
8
- # "iPhone 4s",
9
- # "iPad Retina",
10
- # "iPad Pro"
8
+ # "iPad Pro (12.9 inch)",
9
+ # "iPad Pro (9.7 inch)"
11
10
  # ])
12
11
 
13
12
  languages([
@@ -17,9 +16,6 @@ languages([
17
16
  ["pt", "pt_BR"] # Portuguese with Brazilian locale
18
17
  ])
19
18
 
20
- # Arguments to pass to the app on launch. See https://github.com/fastlane/snapshot#launch-arguments
21
- # launch_arguments(["-favColor red"])
22
-
23
19
  # The name of the scheme which contains the UI Tests
24
20
  # scheme "SchemeName"
25
21
 
@@ -32,5 +28,8 @@ languages([
32
28
  # project "./Project.xcodeproj"
33
29
  # workspace "./Project.xcworkspace"
34
30
 
31
+ # Arguments to pass to the app on launch. See https://github.com/fastlane/snapshot#launch-arguments
32
+ # launch_arguments(["-favColor red"])
33
+
35
34
  # For more information about all available options run
36
35
  # snapshot --help
@@ -59,7 +59,9 @@ module Snapshot
59
59
  'iPhone6' => "iPhone6 (4.7-Inch)",
60
60
  'iPhone5' => "iPhone5 (4-Inch)",
61
61
  'iPhone4' => "iPhone4 (3.5-Inch)",
62
- 'iPadPro' => "iPad Pro",
62
+ 'iPadPro(9.7inch)' => "iPad Pro (9.7 inch)",
63
+ 'iPadPro(12.9inch)' => "iPad Pro (12.9 inch)",
64
+ 'iPad Pro' => "iPad Pro",
63
65
  'iPad' => "iPad",
64
66
  'Mac' => "Mac"
65
67
  }
@@ -1,4 +1,4 @@
1
1
  module Snapshot
2
- VERSION = "1.16.1".freeze
2
+ VERSION = "1.16.2".freeze
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.16.1
4
+ version: 1.16.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Felix Krause
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-03 00:00:00.000000000 Z
11
+ date: 2016-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fastimage
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - ">="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.52.0
33
+ version: 0.52.1
34
34
  - - "<"
35
35
  - !ruby/object:Gem::Version
36
36
  version: 1.0.0
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 0.52.0
43
+ version: 0.52.1
44
44
  - - "<"
45
45
  - !ruby/object:Gem::Version
46
46
  version: 1.0.0