fastlane 2.21.0.beta.20170316010039 → 2.21.0.beta.20170317010039
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -2
- data/cert/README.md +1 -0
- data/deliver/README.md +2 -0
- data/fastlane/README.md +5 -3
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane_core/README.md +1 -0
- data/frameit/README.md +3 -1
- data/gym/README.md +4 -2
- data/match/README.md +4 -2
- data/pem/README.md +2 -0
- data/pilot/README.md +2 -0
- data/produce/README.md +2 -0
- data/scan/README.md +4 -2
- data/screengrab/README.md +1 -0
- data/sigh/README.md +2 -0
- data/snapshot/README.md +2 -0
- data/spaceship/README.md +3 -0
- data/supply/README.md +2 -0
- metadata +14 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 14660ec86a7c837c4af194e13d45ca43a2edb577
|
4
|
+
data.tar.gz: 20b8bf0f36a430d17a90e03d1a6f138fa6d87891
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a2d377be037bb99627288492447c8745092b62aff45a3088e8f5558bc9a7a166a110ee764d70dbf412eae40ce6b6d3facbed5c6597103feb817f82a557a2549
|
7
|
+
data.tar.gz: a26aca690b83378df9544082f5e0d5a0bc74e10da65521000b90b258828f562ee073d3c4706d50dc35645ac27965ece4f8792d9538efb0d2dcf54ffae3d08dc1
|
data/README.md
CHANGED
@@ -30,8 +30,10 @@ end
|
|
30
30
|
Then to deploy a new 'beta' version of your app just run
|
31
31
|
`fastlane beta` :rocket:
|
32
32
|
|
33
|
-
|
34
|
-
|
33
|
+
|
34
|
+
|
35
|
+
| | fastlane |
|
36
|
+
|----------|------------|
|
35
37
|
:sparkles: | Connect iOS, Mac, and Android build tools into one workflow (both _fastlane_ tools and third party tools)
|
36
38
|
:monorail: | Define different `deployment lanes` for App Store deployment, beta builds, or testing
|
37
39
|
:ship: | Deploy from any computer, including a CI server
|
data/cert/README.md
CHANGED
data/deliver/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -40,6 +41,7 @@ deliver
|
|
40
41
|
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
41
42
|
|
42
43
|
-------
|
44
|
+
|
43
45
|
<p align="center">
|
44
46
|
<a href="#features">Features</a> •
|
45
47
|
<a href="#installation">Installation</a> •
|
data/fastlane/README.md
CHANGED
@@ -16,6 +16,7 @@
|
|
16
16
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
17
17
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
18
18
|
</p>
|
19
|
+
|
19
20
|
-------
|
20
21
|
|
21
22
|
fastlane
|
@@ -25,11 +26,12 @@ fastlane
|
|
25
26
|
[![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/fastlane/fastlane/blob/master/fastlane/LICENSE)
|
26
27
|
[![Gem](https://img.shields.io/gem/v/fastlane.svg?style=flat)](https://rubygems.org/gems/fastlane)
|
27
28
|
|
28
|
-
|
29
|
+
###### *fastlane* lets you define and run your deployment pipelines for different environments. It helps you unify your apps release process and automate the whole process. fastlane connects all fastlane tools and third party tools, like [CocoaPods](https://cocoapods.org/) and [Slack](https://slack.com).
|
29
30
|
|
30
31
|
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
31
32
|
|
32
33
|
-------
|
34
|
+
|
33
35
|
<p align="center">
|
34
36
|
<a href="#features">Features</a> •
|
35
37
|
<a href="#installation">Installation</a> •
|
@@ -73,8 +75,8 @@ To launch the `appstore` lane, just run:
|
|
73
75
|
fastlane release
|
74
76
|
```
|
75
77
|
|
76
|
-
|
77
|
-
|
78
|
+
| | fastlane |
|
79
|
+
|----------|------------|
|
78
80
|
:sparkles: | Connect all iOS and Android build tools into one workflow (both `fastlane` tools and third party tools)
|
79
81
|
:monorail: | Define different `deployment lanes` for App Store deployment, beta builds or testing
|
80
82
|
:ship: | Deploy from any computer, including a CI-server
|
data/fastlane_core/README.md
CHANGED
data/frameit/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -40,8 +41,8 @@ frameit
|
|
40
41
|
|
41
42
|
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
42
43
|
|
43
|
-
|
44
44
|
-------
|
45
|
+
|
45
46
|
<p align="center">
|
46
47
|
<a href="#features">Features</a> •
|
47
48
|
<a href="#installation">Installation</a> •
|
@@ -51,6 +52,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
|
|
51
52
|
</p>
|
52
53
|
|
53
54
|
-------
|
55
|
+
|
54
56
|
<h5 align="center"><code>frameit</code> is part of <a href="https://fastlane.tools">fastlane</a>: The easiest way to automate beta deployments and releases for your iOS and Android apps.</h5>
|
55
57
|
|
56
58
|
|
data/gym/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -38,6 +39,7 @@ gym
|
|
38
39
|
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
39
40
|
|
40
41
|
-------
|
42
|
+
|
41
43
|
<p align="center">
|
42
44
|
<a href="#whats-gym">Features</a> •
|
43
45
|
<a href="#installation">Installation</a> •
|
@@ -78,8 +80,8 @@ fastlane gym
|
|
78
80
|
|
79
81
|
`gym` uses the latest APIs to build and sign your application which results in much faster build times.
|
80
82
|
|
81
|
-
|
82
|
-
|
83
|
+
| | Gym Features |
|
84
|
+
|----------|----------------|
|
83
85
|
:rocket: | `gym` builds 30% faster than other build tools like [shenzhen](https://github.com/nomad/shenzhen)
|
84
86
|
:checkered_flag: | Beautiful inline build output
|
85
87
|
:book: | Helps you resolve common build errors like code signing issues
|
data/match/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<b>match</b>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -42,6 +43,7 @@ A new approach to iOS code signing: Share one code signing identity across your
|
|
42
43
|
[More information on how to get started with codesigning](/fastlane/docs/Codesigning)
|
43
44
|
|
44
45
|
-------
|
46
|
+
|
45
47
|
<p align="center">
|
46
48
|
<a href="#why-match">Why?</a> •
|
47
49
|
<a href="#installation">Installation</a> •
|
@@ -77,8 +79,8 @@ Before starting to use `match`, make sure to read the [codesigning.guide](https:
|
|
77
79
|
|
78
80
|
### What does `match` do for you?
|
79
81
|
|
80
|
-
|
81
|
-
|
82
|
+
| | match |
|
83
|
+
|----------|---------|
|
82
84
|
:arrows_counterclockwise: | Automatically sync your iOS keys and profiles across all your team members using git
|
83
85
|
:package: | Handle all the heavy lifting of creating and storing your certificates and profiles
|
84
86
|
:computer: | Setup codesigning on a new machine in under a minute
|
data/pem/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -44,6 +45,7 @@ Tired of manually creating and maintaining your push notification profiles for y
|
|
44
45
|
To automate iOS Provisioning profiles you can use [match](https://github.com/fastlane/fastlane/tree/master/match).
|
45
46
|
|
46
47
|
-------
|
48
|
+
|
47
49
|
<p align="center">
|
48
50
|
<a href="#features">Features</a> •
|
49
51
|
<a href="#installation">Installation</a> •
|
data/pilot/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -47,6 +48,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
|
|
47
48
|
`pilot` uses [spaceship.airforce](https://spaceship.airforce) to interact with iTunes Connect :rocket:
|
48
49
|
|
49
50
|
-------
|
51
|
+
|
50
52
|
<p align="center">
|
51
53
|
<a href="#installation">Installation</a> •
|
52
54
|
<a href="#usage">Usage</a> •
|
data/produce/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -40,6 +41,7 @@ produce
|
|
40
41
|
Get in contact with the developers on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
41
42
|
|
42
43
|
-------
|
44
|
+
|
43
45
|
<p align="center">
|
44
46
|
<a href="#features">Features</a> •
|
45
47
|
<a href="#installation">Installation</a> •
|
data/scan/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<b>scan</b> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -40,6 +41,7 @@ scan
|
|
40
41
|
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
41
42
|
|
42
43
|
-------
|
44
|
+
|
43
45
|
<p align="center">
|
44
46
|
<a href="#whats-scan">Features</a> •
|
45
47
|
<a href="#installation">Installation</a> •
|
@@ -101,8 +103,8 @@ scan
|
|
101
103
|
|
102
104
|
`scan` uses the latest APIs and tools to make running tests plain simple and offer a great integration into your existing workflow, like [fastlane](https://fastlane.tools) or Jenkins.
|
103
105
|
|
104
|
-
|
105
|
-
|
106
|
+
| | scan Features |
|
107
|
+
|----------|-----------------|
|
106
108
|
:checkered_flag: | Beautiful inline build output while running the tests
|
107
109
|
:mountain_cableway: | Sensible defaults: Automatically detect the project, schemes and more
|
108
110
|
:bar_chart: | Support for HTML, JSON and JUnit reports
|
data/screengrab/README.md
CHANGED
data/sigh/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -40,6 +41,7 @@ sigh
|
|
40
41
|
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
41
42
|
|
42
43
|
-------
|
44
|
+
|
43
45
|
<p align="center">
|
44
46
|
<a href="#features">Features</a> •
|
45
47
|
<a href="#installation">Installation</a> •
|
data/snapshot/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -60,6 +61,7 @@ _snapshot_ runs completely in the background - you can do something else, while
|
|
60
61
|
Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.com/FastlaneTools)
|
61
62
|
|
62
63
|
-------
|
64
|
+
|
63
65
|
<p align="center">
|
64
66
|
<a href="#features">Features</a> •
|
65
67
|
<a href="#installation">Installation</a> •
|
data/spaceship/README.md
CHANGED
@@ -20,11 +20,13 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
26
27
|
<img src="assets/spaceship.png" width="470">
|
27
28
|
</p>
|
29
|
+
|
28
30
|
-------
|
29
31
|
|
30
32
|
[![Twitter: @FastlaneTools](https://img.shields.io/badge/contact-@FastlaneTools-blue.svg?style=flat)](https://twitter.com/FastlaneTools)
|
@@ -36,6 +38,7 @@
|
|
36
38
|
Get in contact with the creators on Twitter: [@FastlaneTools](https://twitter.com/fastlanetools)
|
37
39
|
|
38
40
|
-------
|
41
|
+
|
39
42
|
<p align="center">
|
40
43
|
<a href="#whats-spaceship">Why?</a> •
|
41
44
|
<a href="#usage">Usage</a> •
|
data/supply/README.md
CHANGED
@@ -20,6 +20,7 @@
|
|
20
20
|
<a href="https://github.com/fastlane/fastlane/tree/master/scan">scan</a> •
|
21
21
|
<a href="https://github.com/fastlane/fastlane/tree/master/match">match</a>
|
22
22
|
</p>
|
23
|
+
|
23
24
|
-------
|
24
25
|
|
25
26
|
<p align="center">
|
@@ -41,6 +42,7 @@ Get in contact with the developer on Twitter: [@FastlaneTools](https://twitter.c
|
|
41
42
|
|
42
43
|
|
43
44
|
-------
|
45
|
+
|
44
46
|
<p align="center">
|
45
47
|
<a href="#features">Features</a> •
|
46
48
|
<a href="#installation">Installation</a> •
|
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.21.0.beta.
|
4
|
+
version: 2.21.0.beta.20170317010039
|
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-17 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: slack-notifier
|
@@ -1296,23 +1296,23 @@ metadata:
|
|
1296
1296
|
post_install_message:
|
1297
1297
|
rdoc_options: []
|
1298
1298
|
require_paths:
|
1299
|
+
- produce/lib
|
1300
|
+
- deliver/lib
|
1301
|
+
- cert/lib
|
1302
|
+
- fastlane/lib
|
1303
|
+
- spaceship/lib
|
1304
|
+
- sigh/lib
|
1305
|
+
- credentials_manager/lib
|
1306
|
+
- frameit/lib
|
1307
|
+
- snapshot/lib
|
1308
|
+
- gym/lib
|
1299
1309
|
- scan/lib
|
1300
|
-
- fastlane_core/lib
|
1301
1310
|
- screengrab/lib
|
1302
|
-
- gym/lib
|
1303
|
-
- cert/lib
|
1304
|
-
- deliver/lib
|
1305
1311
|
- match/lib
|
1312
|
+
- supply/lib
|
1306
1313
|
- pilot/lib
|
1307
|
-
-
|
1308
|
-
- produce/lib
|
1309
|
-
- snapshot/lib
|
1314
|
+
- fastlane_core/lib
|
1310
1315
|
- pem/lib
|
1311
|
-
- supply/lib
|
1312
|
-
- fastlane/lib
|
1313
|
-
- frameit/lib
|
1314
|
-
- spaceship/lib
|
1315
|
-
- sigh/lib
|
1316
1316
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1317
1317
|
requirements:
|
1318
1318
|
- - ">="
|