fastlane 2.24.0.beta.20170329010023 → 2.24.0.beta.20170330010023
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9e6e7aa6ec2f47bb78417d81f43ee4a722ec17c4
|
4
|
+
data.tar.gz: c8bb84168848f5aa82e3cff87cfd98952ce72034
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bd9b8e15e0e56a2436787db736962af5eee6546feaee4cad92e50eb0d8bcdf762d78e4be41c6789983936715f94e47cbd5bddc4d504bc3dc37cf3075444f49ff
|
7
|
+
data.tar.gz: d8d3c3428373e5535ee0b05d0b80cca8cea1717e8a21452a91dc85e6ed9eac6a3a3d590c6913a6c75342316f44d756aa32c158bcea1d18459a965d7795dfbf46
|
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
## Getting Started
|
6
6
|
|
7
|
-
This project is a [
|
7
|
+
This project is a [_fastlane_](https://github.com/fastlane/fastlane) plugin. To get started with `<%= gem_name %>`, add it to your project by running:
|
8
8
|
|
9
9
|
```bash
|
10
10
|
fastlane add_plugin <%= plugin_name %>
|
@@ -43,10 +43,10 @@ For any other issues and feedback about this plugin, please submit it to this re
|
|
43
43
|
|
44
44
|
If you have trouble using plugins, check out the [Plugins Troubleshooting](https://docs.fastlane.tools/plugins/plugins-troubleshooting/) guide.
|
45
45
|
|
46
|
-
## Using
|
46
|
+
## Using _fastlane_ Plugins
|
47
47
|
|
48
48
|
For more information about how the `fastlane` plugin system works, check out the [Plugins documentation](https://docs.fastlane.tools/plugins/create-plugin/).
|
49
49
|
|
50
|
-
## About
|
50
|
+
## About _fastlane_
|
51
51
|
|
52
|
-
|
52
|
+
_fastlane_ is the easiest way to automate beta deployments and releases for your iOS and Android apps. To learn more, check out [fastlane.tools](https://fastlane.tools).
|
@@ -54,6 +54,7 @@ module Gym
|
|
54
54
|
print_full_log_path
|
55
55
|
print_xcode_path_instructions
|
56
56
|
print_xcode_version
|
57
|
+
raise_legacy_build_api_error(output) if Gym.config[:use_legacy_build_api]
|
57
58
|
UI.user_error!("Error building the application - see the log above", error_info: output)
|
58
59
|
end
|
59
60
|
|
@@ -139,6 +140,13 @@ module Gym
|
|
139
140
|
title: "Build environment".yellow)
|
140
141
|
end
|
141
142
|
|
143
|
+
def raise_legacy_build_api_error(output)
|
144
|
+
UI.error("You enabled the legacy build API in _gym_")
|
145
|
+
UI.error("This option has been deprecated for about a year")
|
146
|
+
UI.error("and broke with one of the most recent Xcode releases")
|
147
|
+
UI.user_error!("Build failed. Please remove the `use_legacy_build_api` option in your Fastfile and try again", error_info: output)
|
148
|
+
end
|
149
|
+
|
142
150
|
def print_xcode_path_instructions
|
143
151
|
xcode_path = File.expand_path("../..", FastlaneCore::Helper.xcode_path)
|
144
152
|
default_xcode_path = "/Applications/"
|
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.24.0.beta.
|
4
|
+
version: 2.24.0.beta.20170330010023
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2017-03-
|
17
|
+
date: 2017-03-30 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -1297,23 +1297,23 @@ metadata:
|
|
1297
1297
|
post_install_message:
|
1298
1298
|
rdoc_options: []
|
1299
1299
|
require_paths:
|
1300
|
-
-
|
1301
|
-
-
|
1302
|
-
-
|
1303
|
-
- sigh/lib
|
1304
|
-
- pilot/lib
|
1305
|
-
- screengrab/lib
|
1300
|
+
- frameit/lib
|
1301
|
+
- fastlane/lib
|
1302
|
+
- cert/lib
|
1306
1303
|
- produce/lib
|
1307
|
-
-
|
1304
|
+
- supply/lib
|
1305
|
+
- sigh/lib
|
1308
1306
|
- pem/lib
|
1307
|
+
- credentials_manager/lib
|
1309
1308
|
- deliver/lib
|
1309
|
+
- scan/lib
|
1310
|
+
- pilot/lib
|
1311
|
+
- match/lib
|
1312
|
+
- snapshot/lib
|
1310
1313
|
- spaceship/lib
|
1311
|
-
- cert/lib
|
1312
1314
|
- gym/lib
|
1313
|
-
-
|
1314
|
-
-
|
1315
|
-
- fastlane/lib
|
1316
|
-
- supply/lib
|
1315
|
+
- fastlane_core/lib
|
1316
|
+
- screengrab/lib
|
1317
1317
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1318
1318
|
requirements:
|
1319
1319
|
- - ">="
|