fastlane 2.85.0.beta.20180306050019 → 2.85.0.beta.20180307050101
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e8222870b89efb466a42ac7f9ae27ad7e7e3ad98
|
4
|
+
data.tar.gz: 99bc40935d93dad0ac97c1adbf2aa4b22006f68d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5172954d4d361d256578b18d671861b41122886b64e396d0b454fe4d56ad5a99cbb7392ed8f5878d244675fc4fcd30363ec92938ea6fbf4f9ec5d930c8a6e750
|
7
|
+
data.tar.gz: e2e8fe74b574ff951c2c852272cf7eb48bb16ef2f8f89822e58fb2a87ab0966c68c12a8f7483da53aba901ab2a695dd9c994c8d1e48a5fd778fc03b69aeb721e
|
@@ -119,7 +119,8 @@ module Fastlane
|
|
119
119
|
[
|
120
120
|
'backup_xcarchive(
|
121
121
|
xcarchive: "/path/to/file.xcarchive", # Optional if you use the `xcodebuild` action
|
122
|
-
destination: "/somewhere/else/
|
122
|
+
destination: "/somewhere/else/", # Where the backup should be created
|
123
|
+
zip_filename: "file.xcarchive", # The name of the backup file
|
123
124
|
zip: false, # Enable compression of the archive. Defaults to `true`.
|
124
125
|
versioned: true # Create a versioned (date and app version) subfolder where to put the archive
|
125
126
|
)'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.85.0.beta.
|
2
|
+
VERSION = '2.85.0.beta.20180307050101'.freeze
|
3
3
|
DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
|
4
4
|
MINIMUM_XCODE_RELEASE = "7.0".freeze
|
5
5
|
RUBOCOP_REQUIREMENT = '0.49.1'.freeze
|
@@ -53,7 +53,7 @@ module FastlaneCore
|
|
53
53
|
# As this method is very often used to wait for a build, and then do something
|
54
54
|
# with it, we have to be sure that the build actually is ready
|
55
55
|
if build.nil?
|
56
|
-
UI.message("Build doesn't show up in the build list anymore, waiting for it to appear again")
|
56
|
+
UI.message("Build doesn't show up in the build list anymore, waiting for it to appear again (check your email for processing issues if this continues)")
|
57
57
|
elsif build.active?
|
58
58
|
UI.success("Build #{build.train_version} - #{build.build_version} is already being tested")
|
59
59
|
elsif build.ready_to_submit? || build.export_compliance_missing? || build.review_rejected?
|
@@ -92,11 +92,7 @@ module Pilot
|
|
92
92
|
end
|
93
93
|
end
|
94
94
|
|
95
|
-
|
96
|
-
build.auto_notify_enabled = config[:notify_external_testers]
|
97
|
-
else
|
98
|
-
build.auto_notify_enabled = true
|
99
|
-
end
|
95
|
+
build.auto_notify_enabled = config[:notify_external_testers]
|
100
96
|
|
101
97
|
return if config[:skip_submission]
|
102
98
|
distribute_build(build, options)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.85.0.beta.
|
4
|
+
version: 2.85.0.beta.20180307050101
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Manu Wallner
|
@@ -27,7 +27,7 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2018-03-
|
30
|
+
date: 2018-03-07 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -1613,24 +1613,24 @@ metadata:
|
|
1613
1613
|
post_install_message:
|
1614
1614
|
rdoc_options: []
|
1615
1615
|
require_paths:
|
1616
|
-
-
|
1617
|
-
-
|
1616
|
+
- spaceship/lib
|
1617
|
+
- fastlane_core/lib
|
1618
|
+
- pem/lib
|
1619
|
+
- pilot/lib
|
1618
1620
|
- frameit/lib
|
1619
|
-
-
|
1621
|
+
- match/lib
|
1620
1622
|
- scan/lib
|
1621
|
-
-
|
1622
|
-
- cert/lib
|
1623
|
-
- precheck/lib
|
1623
|
+
- deliver/lib
|
1624
1624
|
- screengrab/lib
|
1625
|
-
-
|
1626
|
-
- produce/lib
|
1625
|
+
- sigh/lib
|
1627
1626
|
- fastlane/lib
|
1628
|
-
-
|
1627
|
+
- precheck/lib
|
1628
|
+
- produce/lib
|
1629
|
+
- supply/lib
|
1629
1630
|
- gym/lib
|
1631
|
+
- cert/lib
|
1630
1632
|
- snapshot/lib
|
1631
|
-
-
|
1632
|
-
- pilot/lib
|
1633
|
-
- spaceship/lib
|
1633
|
+
- credentials_manager/lib
|
1634
1634
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1635
1635
|
requirements:
|
1636
1636
|
- - ">="
|