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: ae169a64e977f08705f166d8e5a1bf78ef545243
4
- data.tar.gz: 36c3eacdd8cb8bbf35d6e78a6e0152c9153a9887
3
+ metadata.gz: d8895f4b79b883b5e6426b7a6aae56eb3cc34a6c
4
+ data.tar.gz: 42ed1face8908c8f55ce58edc3f99398957ee0e4
5
5
  SHA512:
6
- metadata.gz: 18f8255c670c0505ac77f7b3b4899fd0fb86d6a99d6e2b97f568f752a7764e542364aa2fa62471bedf3fd280da4dfbd56aa6fd4cf1db589dad65a136ffc04764
7
- data.tar.gz: f732417a560c426c16f1812dc408b5c20b392611b7afca71d907a72b3a2194ea248ed59a9950c83d624d9ed3060184aea624b5990fcd870edfebe69d900f1b1e
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
- fastlane cert
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
@@ -127,7 +127,7 @@ module Fastlane
127
127
  end
128
128
 
129
129
  def self.category
130
- :misc
130
+ :beta
131
131
  end
132
132
 
133
133
  def self.output
@@ -1,5 +1,5 @@
1
1
  module Fastlane
2
- VERSION = '2.54.0.beta.20170811010002'.freeze
2
+ VERSION = '2.54.0.beta.20170812010002'.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
  end
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
- fastlane sigh
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
- ```sigh``` will create, repair and download profiles for the App Store by default.
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.20170811010002
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-11 00:00:00.000000000 Z
18
+ date: 2017-08-12 00:00:00.000000000 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: slack-notifier