fastlane 2.76.0.beta.20180112010003 → 2.76.0.beta.20180113010004
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +90 -0
- data/fastlane/lib/fastlane/actions/register_devices.rb +2 -2
- data/fastlane/lib/fastlane/version.rb +1 -1
- metadata +19 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c64307bdbf73277007cda6d67bda3a02550d0b12
|
4
|
+
data.tar.gz: d388f7785109980eb791a85da7223602ddd64768
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6aa8321aac648f7f726ae44f07f4ef2b3fae251d81786a3af6429f7576a10c155f3d04d413d1b2e41d8543f72d1ba13890ca9aa09336e3401860f62826fb0548
|
7
|
+
data.tar.gz: 80c7b8932506949b9d8bb47211103a23d82fd20fcffa3ff124eff0656e66f1a8b6f1eb5c0de991cdb43af1aab3417eebd398c6acb1c1f0579ef2d5127199a7ee
|
data/README.md
CHANGED
@@ -26,6 +26,90 @@ If the above doesn't help, please [submit an issue](https://github.com/fastlane/
|
|
26
26
|
|
27
27
|
**Note**: If you want to report a regression in _fastlane_ (something that has worked before, but broke with a new release), please mark your issue title as such using `[Regression] Your title here`. This enables us to quickly detect and fix regressions.
|
28
28
|
|
29
|
+
## _fastlane_ team
|
30
|
+
|
31
|
+
<table>
|
32
|
+
<tr>
|
33
|
+
<td>
|
34
|
+
<img src='https://github.com/KrauseFx.png?size=200' width=140>
|
35
|
+
<h4 align='center'><a href='https://twitter.com/KrauseFx'>Felix Krause</a></h4>
|
36
|
+
</td>
|
37
|
+
<td>
|
38
|
+
<img src='https://github.com/janpio.png?size=200' width=140>
|
39
|
+
<h4 align='center'><a href='https://twitter.com/Sujan'>Jan Piotrowski</a></h4>
|
40
|
+
</td>
|
41
|
+
<td>
|
42
|
+
<img src='https://github.com/joshdholtz.png?size=200' width=140>
|
43
|
+
<h4 align='center'><a href='https://twitter.com/joshdholtz'>Josh Holtz</a></h4>
|
44
|
+
</td>
|
45
|
+
<td>
|
46
|
+
<img src='https://github.com/matthewellis.png?size=200' width=140>
|
47
|
+
<h4 align='center'><a href='https://twitter.com/mellis1995'>Matthew Ellis</a></h4>
|
48
|
+
</td>
|
49
|
+
<td>
|
50
|
+
<img src='https://github.com/giginet.png?size=200' width=140>
|
51
|
+
<h4 align='center'><a href='https://twitter.com/giginet'>Kohki Miki</a></h4>
|
52
|
+
</td>
|
53
|
+
</tr>
|
54
|
+
<tr>
|
55
|
+
<td>
|
56
|
+
<img src='https://github.com/lmirosevic.png?size=200' width=140>
|
57
|
+
<h4 align='center'><a href='https://twitter.com/lmirosevic'>Luka Mirosevic</a></h4>
|
58
|
+
</td>
|
59
|
+
<td>
|
60
|
+
<img src='https://github.com/milch.png?size=200' width=140>
|
61
|
+
<h4 align='center'><a href='https://twitter.com/acrooow'>Manu Wallner</a></h4>
|
62
|
+
</td>
|
63
|
+
<td>
|
64
|
+
<img src='https://github.com/lacostej.png?size=200' width=140>
|
65
|
+
<h4 align='center'><a href='https://twitter.com/lacostej'>Jérôme Lacoste</a></h4>
|
66
|
+
</td>
|
67
|
+
<td>
|
68
|
+
<img src='https://github.com/getaaron.png?size=200' width=140>
|
69
|
+
<h4 align='center'><a href='https://twitter.com/getaaron'>Aaron Brager</a></h4>
|
70
|
+
</td>
|
71
|
+
<td>
|
72
|
+
<img src='https://github.com/nafu.png?size=200' width=140>
|
73
|
+
<h4 align='center'><a href='https://twitter.com/nafu003'>Fumiya Nakamura</a></h4>
|
74
|
+
</td>
|
75
|
+
</tr>
|
76
|
+
<tr>
|
77
|
+
<td>
|
78
|
+
<img src='https://github.com/revolter.png?size=200' width=140>
|
79
|
+
<h4 align='center'><a href='https://twitter.com/Revolt666'>Iulian Onofrei</a></h4>
|
80
|
+
</td>
|
81
|
+
<td>
|
82
|
+
<img src='https://github.com/jdee.png?size=200' width=140>
|
83
|
+
<h4 align='center'>Jimmy Dee</h4>
|
84
|
+
</td>
|
85
|
+
<td>
|
86
|
+
<img src='https://github.com/hjanuschka.png?size=200' width=140>
|
87
|
+
<h4 align='center'><a href='https://twitter.com/hjanuschka'>Helmut Januschka</a></h4>
|
88
|
+
</td>
|
89
|
+
<td>
|
90
|
+
<img src='https://github.com/snatchev.png?size=200' width=140>
|
91
|
+
<h4 align='center'><a href='https://twitter.com/snatchev'>Stefan Natchev</a></h4>
|
92
|
+
</td>
|
93
|
+
<td>
|
94
|
+
<img src='https://github.com/DanToml.png?size=200' width=140>
|
95
|
+
<h4 align='center'><a href='https://twitter.com/DanToml'>Danielle Tomlinson</a></h4>
|
96
|
+
</td>
|
97
|
+
</tr>
|
98
|
+
<tr>
|
99
|
+
<td>
|
100
|
+
<img src='https://github.com/mgrebenets.png?size=200' width=140>
|
101
|
+
<h4 align='center'><a href='https://twitter.com/mgrebenets'>Maksym Grebenets</a></h4>
|
102
|
+
</td>
|
103
|
+
<td>
|
104
|
+
<img src='https://github.com/AliSoftware.png?size=200' width=140>
|
105
|
+
<h4 align='center'><a href='https://twitter.com/aligatr'>Olivier Halligon</a></h4>
|
106
|
+
</td>
|
107
|
+
<td>
|
108
|
+
<img src='https://github.com/taquitos.png?size=200' width=140>
|
109
|
+
<h4 align='center'><a href='https://twitter.com/taquitos'>Joshua Liebowitz</a></h4>
|
110
|
+
</td>
|
111
|
+
</table>
|
112
|
+
|
29
113
|
## Contribute to _fastlane_
|
30
114
|
|
31
115
|
Check out [CONTRIBUTING.md](CONTRIBUTING.md) for more information on how to help with _fastlane_.
|
@@ -39,3 +123,9 @@ Help us keep `fastlane` open and inclusive. Please read and follow our [Code of
|
|
39
123
|
This project is licensed under the terms of the MIT license. See the [LICENSE](LICENSE) file.
|
40
124
|
|
41
125
|
> This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.
|
126
|
+
|
127
|
+
<hr />
|
128
|
+
<h2 align="center">
|
129
|
+
✨ All fastlane docs were moved to <a href="https://docs.fastlane.tools/">docs.fastlane.tools</a> ✨
|
130
|
+
</h2>
|
131
|
+
<hr />
|
@@ -36,7 +36,7 @@ module Fastlane
|
|
36
36
|
device_objs = devices_file.drop(1).map do |device|
|
37
37
|
next if existing_devices.map(&:udid).include?(device[0])
|
38
38
|
|
39
|
-
UI.user_error!("Invalid device line, please provide a file according to the Apple Sample UDID file (
|
39
|
+
UI.user_error!("Invalid device line, please provide a file according to the Apple Sample UDID file (http://devimages.apple.com/downloads/devices/Multiple-Upload-Samples.zip)") unless device.count == 2
|
40
40
|
UI.user_error!("Passed invalid UDID: #{device[0]} for device: #{device[1]}") unless UDID_REGEXP =~ device[0]
|
41
41
|
|
42
42
|
Spaceship::Device.create!(name: device[1], udid: device[0])
|
@@ -118,7 +118,7 @@ module Fastlane
|
|
118
118
|
) # Simply provide a list of devices as a Hash',
|
119
119
|
'register_devices(
|
120
120
|
devices_file: "./devices.txt"
|
121
|
-
) # Alternatively provide a standard UDID export .txt file, see the Apple Sample (
|
121
|
+
) # Alternatively provide a standard UDID export .txt file, see the Apple Sample (http://devimages.apple.com/downloads/devices/Multiple-Upload-Samples.zip)',
|
122
122
|
'register_devices(
|
123
123
|
devices_file: "./devices.txt", # You must pass in either `devices_file` or `devices`.
|
124
124
|
team_id: "XXXXXXXXXX", # Optional, if you"re a member of multiple teams, then you need to pass the team ID here.
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.76.0.beta.
|
2
|
+
VERSION = '2.76.0.beta.20180113010004'.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
|
metadata
CHANGED
@@ -1,21 +1,31 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.76.0.beta.
|
4
|
+
version: 2.76.0.beta.20180113010004
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Felix Krause
|
8
|
-
- Michael Furtak
|
9
|
-
- Andrea Falcone
|
10
|
-
- David Ohayon
|
11
|
-
- Mark Pirri
|
12
|
-
- Hemal Shah
|
13
|
-
- Manuel Wallner
|
14
7
|
- Joshua Liebowitz
|
8
|
+
- Aaron Brager
|
9
|
+
- Luka Mirosevic
|
10
|
+
- Jérôme Lacoste
|
11
|
+
- Matthew Ellis
|
12
|
+
- Helmut Januschka
|
13
|
+
- Jan Piotrowski
|
14
|
+
- Olivier Halligon
|
15
|
+
- Iulian Onofrei
|
16
|
+
- Danielle Tomlinson
|
17
|
+
- Jimmy Dee
|
18
|
+
- Josh Holtz
|
19
|
+
- Stefan Natchev
|
20
|
+
- Kohki Miki
|
21
|
+
- Manu Wallner
|
22
|
+
- Fumiya Nakamura
|
23
|
+
- Felix Krause
|
24
|
+
- Maksym Grebenets
|
15
25
|
autorequire:
|
16
26
|
bindir: bin
|
17
27
|
cert_chain: []
|
18
|
-
date: 2018-01-
|
28
|
+
date: 2018-01-13 00:00:00.000000000 Z
|
19
29
|
dependencies:
|
20
30
|
- !ruby/object:Gem::Dependency
|
21
31
|
name: slack-notifier
|