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: 43e6179cc19f6bc8535094a357b6a8c9027adba7
4
- data.tar.gz: bc31a759a7718cb8c9eaefabfbb982b591226e64
3
+ metadata.gz: 9e6e7aa6ec2f47bb78417d81f43ee4a722ec17c4
4
+ data.tar.gz: c8bb84168848f5aa82e3cff87cfd98952ce72034
5
5
  SHA512:
6
- metadata.gz: d66d89f92c4506eca6186aa8ba6aaa1c561fdb74dd3a4e8512027f97b826b7ea96986f2c6110fc0feee8ec8f7de613de336205d107a2c174992c0d0c6be61008
7
- data.tar.gz: e3d687aaeaff9f9b0ac03e789d55a51ef5dc96e2db7eb1bd498351186cbc6b0285c8a5191c7de9ce1f55a4445a495ff3b095320a6fbd2a20524fafd911149b52
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 [fastlane](https://github.com/fastlane/fastlane) plugin. To get started with `<%= gem_name %>`, add it to your project by running:
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 `fastlane` Plugins
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 `fastlane`
50
+ ## About _fastlane_
51
51
 
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).
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).
@@ -1,4 +1,4 @@
1
1
  module Fastlane
2
- VERSION = '2.24.0.beta.20170329010023'.freeze
2
+ VERSION = '2.24.0.beta.20170330010023'.freeze
3
3
  DESCRIPTION = "The easiest way to automate beta deployments and releases for your iOS and Android apps".freeze
4
4
  end
@@ -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.20170329010023
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-29 00:00:00.000000000 Z
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
- - credentials_manager/lib
1301
- - scan/lib
1302
- - snapshot/lib
1303
- - sigh/lib
1304
- - pilot/lib
1305
- - screengrab/lib
1300
+ - frameit/lib
1301
+ - fastlane/lib
1302
+ - cert/lib
1306
1303
  - produce/lib
1307
- - fastlane_core/lib
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
- - match/lib
1314
- - frameit/lib
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
  - - ">="