fastlane 2.129.0.beta.20190813200016 → 2.129.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,4 +18,4 @@ class Gymfile: GymfileProtocol {
18
18
 
19
19
 
20
20
 
21
- // Generated with fastlane 2.128.1
21
+ // Generated with fastlane 2.129.0
@@ -28,7 +28,7 @@ protocol GymfileProtocol: class {
28
28
  var exportTeamId: String? { get }
29
29
  var xcargs: String? { get }
30
30
  var xcconfig: String? { get }
31
- var suppressXcodeOutput: String? { get }
31
+ var suppressXcodeOutput: Bool? { get }
32
32
  var disableXcpretty: String? { get }
33
33
  var xcprettyTestFormat: String? { get }
34
34
  var xcprettyFormatter: String? { get }
@@ -70,7 +70,7 @@ extension GymfileProtocol {
70
70
  var exportTeamId: String? { return nil }
71
71
  var xcargs: String? { return nil }
72
72
  var xcconfig: String? { return nil }
73
- var suppressXcodeOutput: String? { return nil }
73
+ var suppressXcodeOutput: Bool? { return nil }
74
74
  var disableXcpretty: String? { return nil }
75
75
  var xcprettyTestFormat: String? { return nil }
76
76
  var xcprettyFormatter: String? { return nil }
@@ -84,4 +84,4 @@ extension GymfileProtocol {
84
84
 
85
85
  // Please don't remove the lines below
86
86
  // They are used to detect outdated files
87
- // FastlaneRunnerAPIVersion [0.9.3]
87
+ // FastlaneRunnerAPIVersion [0.9.4]
@@ -18,4 +18,4 @@ class Matchfile: MatchfileProtocol {
18
18
 
19
19
 
20
20
 
21
- // Generated with fastlane 2.128.1
21
+ // Generated with fastlane 2.129.0
@@ -18,4 +18,4 @@ class Precheckfile: PrecheckfileProtocol {
18
18
 
19
19
 
20
20
 
21
- // Generated with fastlane 2.128.1
21
+ // Generated with fastlane 2.129.0
@@ -18,4 +18,4 @@ class Scanfile: ScanfileProtocol {
18
18
 
19
19
 
20
20
 
21
- // Generated with fastlane 2.128.1
21
+ // Generated with fastlane 2.129.0
@@ -25,7 +25,7 @@ protocol ScanfileProtocol: class {
25
25
  var outputFiles: String? { get }
26
26
  var buildlogPath: String { get }
27
27
  var includeSimulatorLogs: Bool { get }
28
- var suppressXcodeOutput: String? { get }
28
+ var suppressXcodeOutput: Bool? { get }
29
29
  var formatter: String? { get }
30
30
  var xcprettyArgs: String? { get }
31
31
  var derivedDataPath: String? { get }
@@ -82,7 +82,7 @@ extension ScanfileProtocol {
82
82
  var outputFiles: String? { return nil }
83
83
  var buildlogPath: String { return "~/Library/Logs/scan" }
84
84
  var includeSimulatorLogs: Bool { return false }
85
- var suppressXcodeOutput: String? { return nil }
85
+ var suppressXcodeOutput: Bool? { return nil }
86
86
  var formatter: String? { return nil }
87
87
  var xcprettyArgs: String? { return nil }
88
88
  var derivedDataPath: String? { return nil }
@@ -114,4 +114,4 @@ extension ScanfileProtocol {
114
114
 
115
115
  // Please don't remove the lines below
116
116
  // They are used to detect outdated files
117
- // FastlaneRunnerAPIVersion [0.9.11]
117
+ // FastlaneRunnerAPIVersion [0.9.12]
@@ -18,4 +18,4 @@ class Screengrabfile: ScreengrabfileProtocol {
18
18
 
19
19
 
20
20
 
21
- // Generated with fastlane 2.128.1
21
+ // Generated with fastlane 2.129.0
@@ -18,4 +18,4 @@ class Snapshotfile: SnapshotfileProtocol {
18
18
 
19
19
 
20
20
 
21
- // Generated with fastlane 2.128.1
21
+ // Generated with fastlane 2.129.0
metadata CHANGED
@@ -1,29 +1,29 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fastlane
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.129.0.beta.20190813200016
4
+ version: 2.129.0
5
5
  platform: ruby
6
6
  authors:
7
- - Luka Mirosevic
8
- - Andrew McBurney
9
- - Danielle Tomlinson
10
- - Kohki Miki
11
- - Manu Wallner
7
+ - Jorge Revuelta H
12
8
  - Olivier Halligon
13
- - Stefan Natchev
9
+ - Aaron Brager
10
+ - Joshua Liebowitz
11
+ - Fumiya Nakamura
12
+ - Kohki Miki
14
13
  - Jan Piotrowski
14
+ - Jimmy Dee
15
+ - Andrew McBurney
16
+ - Maksym Grebenets
17
+ - Stefan Natchev
15
18
  - Matthew Ellis
16
- - Aaron Brager
19
+ - Jérôme Lacoste
17
20
  - Iulian Onofrei
18
- - Jimmy Dee
19
- - Helmut Januschka
21
+ - Danielle Tomlinson
22
+ - Manu Wallner
20
23
  - Felix Krause
21
- - Fumiya Nakamura
22
- - Jorge Revuelta H
23
- - Jérôme Lacoste
24
- - Joshua Liebowitz
24
+ - Luka Mirosevic
25
+ - Helmut Januschka
25
26
  - Josh Holtz
26
- - Maksym Grebenets
27
27
  autorequire:
28
28
  bindir: bin
29
29
  cert_chain: []
@@ -986,6 +986,8 @@ files:
986
986
  - fastlane/lib/fastlane.rb
987
987
  - fastlane/lib/fastlane/action.rb
988
988
  - fastlane/lib/fastlane/action_collector.rb
989
+ - fastlane/lib/fastlane/actions/.slack.rb.swp
990
+ - fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp
989
991
  - fastlane/lib/fastlane/actions/README.md
990
992
  - fastlane/lib/fastlane/actions/actions_helper.rb
991
993
  - fastlane/lib/fastlane/actions/adb.rb
@@ -1310,6 +1312,7 @@ files:
1310
1312
  - fastlane/swift/Fastlane.swift
1311
1313
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.pbxproj
1312
1314
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
1315
+ - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate
1313
1316
  - fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/xcshareddata/xcschemes/FastlaneRunner.xcscheme
1314
1317
  - fastlane/swift/FastlaneSwiftRunner/README.txt
1315
1318
  - fastlane/swift/Gymfile.swift
@@ -1463,6 +1466,7 @@ files:
1463
1466
  - pem/lib/pem/options.rb
1464
1467
  - pilot/README.md
1465
1468
  - pilot/lib/pilot.rb
1469
+ - pilot/lib/pilot/.manager.rb.swp
1466
1470
  - pilot/lib/pilot/build_manager.rb
1467
1471
  - pilot/lib/pilot/commands_generator.rb
1468
1472
  - pilot/lib/pilot/features.rb
@@ -1594,6 +1598,7 @@ files:
1594
1598
  - spaceship/lib/spaceship/client.rb
1595
1599
  - spaceship/lib/spaceship/commands_generator.rb
1596
1600
  - spaceship/lib/spaceship/connect_api.rb
1601
+ - spaceship/lib/spaceship/connect_api/.DS_Store
1597
1602
  - spaceship/lib/spaceship/connect_api/client.rb
1598
1603
  - spaceship/lib/spaceship/connect_api/model.rb
1599
1604
  - spaceship/lib/spaceship/connect_api/models/app.rb
@@ -1742,24 +1747,24 @@ metadata:
1742
1747
  post_install_message:
1743
1748
  rdoc_options: []
1744
1749
  require_paths:
1745
- - scan/lib
1746
- - deliver/lib
1747
- - produce/lib
1748
- - spaceship/lib
1750
+ - credentials_manager/lib
1749
1751
  - pem/lib
1750
- - match/lib
1751
- - screengrab/lib
1752
+ - snapshot/lib
1752
1753
  - frameit/lib
1753
- - credentials_manager/lib
1754
- - pilot/lib
1755
- - fastlane/lib
1756
- - cert/lib
1754
+ - match/lib
1755
+ - fastlane_core/lib
1756
+ - deliver/lib
1757
+ - scan/lib
1757
1758
  - supply/lib
1758
- - precheck/lib
1759
- - snapshot/lib
1759
+ - cert/lib
1760
+ - fastlane/lib
1761
+ - spaceship/lib
1762
+ - pilot/lib
1760
1763
  - gym/lib
1764
+ - precheck/lib
1765
+ - screengrab/lib
1761
1766
  - sigh/lib
1762
- - fastlane_core/lib
1767
+ - produce/lib
1763
1768
  required_ruby_version: !ruby/object:Gem::Requirement
1764
1769
  requirements:
1765
1770
  - - ">="
@@ -1767,12 +1772,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
1767
1772
  version: 2.0.0
1768
1773
  required_rubygems_version: !ruby/object:Gem::Requirement
1769
1774
  requirements:
1770
- - - ">"
1775
+ - - ">="
1771
1776
  - !ruby/object:Gem::Version
1772
- version: 1.3.1
1777
+ version: '0'
1773
1778
  requirements: []
1774
- rubyforge_project:
1775
- rubygems_version: 2.6.8
1779
+ rubygems_version: 3.0.3
1776
1780
  signing_key:
1777
1781
  specification_version: 4
1778
1782
  summary: The easiest way to automate beta deployments and releases for your iOS and