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.
- checksums.yaml +5 -5
- data/README.md +74 -74
- data/fastlane/lib/fastlane/actions/.slack.rb.swp +0 -0
- data/fastlane/lib/fastlane/actions/.update_project_provisioning.rb.swp +0 -0
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane/swift/Deliverfile.swift +1 -1
- data/fastlane/swift/Fastlane.swift +290 -284
- data/fastlane/swift/FastlaneSwiftRunner/FastlaneSwiftRunner.xcodeproj/project.xcworkspace/xcuserdata/josh.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- data/fastlane/swift/Gymfile.swift +1 -1
- data/fastlane/swift/GymfileProtocol.swift +3 -3
- data/fastlane/swift/Matchfile.swift +1 -1
- data/fastlane/swift/Precheckfile.swift +1 -1
- data/fastlane/swift/Scanfile.swift +1 -1
- data/fastlane/swift/ScanfileProtocol.swift +3 -3
- data/fastlane/swift/Screengrabfile.swift +1 -1
- data/fastlane/swift/Snapshotfile.swift +1 -1
- data/pilot/lib/pilot/.manager.rb.swp +0 -0
- data/spaceship/lib/spaceship/connect_api/.DS_Store +0 -0
- metadata +36 -32
Binary file
|
@@ -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:
|
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:
|
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.
|
87
|
+
// FastlaneRunnerAPIVersion [0.9.4]
|
@@ -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:
|
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:
|
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.
|
117
|
+
// FastlaneRunnerAPIVersion [0.9.12]
|
Binary file
|
Binary file
|
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
|
4
|
+
version: 2.129.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
8
|
-
- Andrew McBurney
|
9
|
-
- Danielle Tomlinson
|
10
|
-
- Kohki Miki
|
11
|
-
- Manu Wallner
|
7
|
+
- Jorge Revuelta H
|
12
8
|
- Olivier Halligon
|
13
|
-
-
|
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
|
-
-
|
19
|
+
- Jérôme Lacoste
|
17
20
|
- Iulian Onofrei
|
18
|
-
-
|
19
|
-
-
|
21
|
+
- Danielle Tomlinson
|
22
|
+
- Manu Wallner
|
20
23
|
- Felix Krause
|
21
|
-
-
|
22
|
-
-
|
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
|
-
-
|
1746
|
-
- deliver/lib
|
1747
|
-
- produce/lib
|
1748
|
-
- spaceship/lib
|
1750
|
+
- credentials_manager/lib
|
1749
1751
|
- pem/lib
|
1750
|
-
-
|
1751
|
-
- screengrab/lib
|
1752
|
+
- snapshot/lib
|
1752
1753
|
- frameit/lib
|
1753
|
-
-
|
1754
|
-
-
|
1755
|
-
-
|
1756
|
-
-
|
1754
|
+
- match/lib
|
1755
|
+
- fastlane_core/lib
|
1756
|
+
- deliver/lib
|
1757
|
+
- scan/lib
|
1757
1758
|
- supply/lib
|
1758
|
-
-
|
1759
|
-
-
|
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
|
-
-
|
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:
|
1777
|
+
version: '0'
|
1773
1778
|
requirements: []
|
1774
|
-
|
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
|