fastlane 2.54.0.beta.20170811010002 → 2.54.0.beta.20170812010002
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: d8895f4b79b883b5e6426b7a6aae56eb3cc34a6c
|
4
|
+
data.tar.gz: 42ed1face8908c8f55ce58edc3f99398957ee0e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 025ffb984332ad26aedf0fe39c24faf5a212cfe80902966d925c0be1862c02e2232c2e31c3a441eff14d84391f8764481930082d299088ed573e00c231939649
|
7
|
+
data.tar.gz: 6961459a0b676b6e72ec2c0505f1c13ea7732b64f5cd4790d2020e965212dd631ba5490a6e19eae65faa96e6d0873ab9a033bd9a7828abc1275ab44bd4d3c142
|
data/cert/README.md
CHANGED
@@ -80,7 +80,11 @@ In the gif I used `cert && sigh`, which will first create an iOS code signing ce
|
|
80
80
|
|
81
81
|
# Usage
|
82
82
|
|
83
|
-
|
83
|
+
**Note**: It is recommended to use [match](https://github.com/fastlane/fastlane/tree/master/match) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your certificates. Use `cert` directly only if you want full control over what's going on and know more about codesigning.
|
84
|
+
|
85
|
+
```
|
86
|
+
fastlane cert
|
87
|
+
```
|
84
88
|
|
85
89
|
This will check if any of the available signing certificates is installed on your local machine.
|
86
90
|
|
@@ -30,7 +30,7 @@ module Fastlane
|
|
30
30
|
|
31
31
|
def self.details
|
32
32
|
"If building your app requires a specific version of Xcode, you can invoke this command before using gym.\n
|
33
|
-
For example, to ensure that a beta version is not accidentally selected to build, which would make uploading to TestFlight fail."
|
33
|
+
For example, to ensure that a beta version of Xcode is not accidentally selected to build, which would make uploading to TestFlight fail."
|
34
34
|
end
|
35
35
|
|
36
36
|
def self.available_options
|
data/sigh/README.md
CHANGED
@@ -94,11 +94,15 @@ Make sure, you have the latest version of the Xcode command line tools installed
|
|
94
94
|
|
95
95
|
# Usage
|
96
96
|
|
97
|
-
|
97
|
+
**Note**: It is recommended to use [match](https://github.com/fastlane/fastlane/tree/master/match) according to the [codesigning.guide](https://codesigning.guide) for generating and maintaining your provisioning profiles. Use `sigh` directly only if you want full control over what's going on and know more about codesigning.
|
98
|
+
|
99
|
+
```
|
100
|
+
fastlane sigh
|
101
|
+
```
|
98
102
|
|
99
103
|
Yes, that's the whole command!
|
100
104
|
|
101
|
-
|
105
|
+
`sigh` will create, repair and download profiles for the App Store by default.
|
102
106
|
|
103
107
|
You can pass your bundle identifier and username like this:
|
104
108
|
|
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.54.0.beta.
|
4
|
+
version: 2.54.0.beta.20170812010002
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Felix Krause
|
@@ -15,7 +15,7 @@ authors:
|
|
15
15
|
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date: 2017-08-
|
18
|
+
date: 2017-08-12 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: slack-notifier
|