fastlane 2.89.0.beta.20180401050120 → 2.89.0.beta.20180402050042
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/fastlane/lib/fastlane/actions/docs/build_ios_app.md +6 -2
- data/fastlane/lib/fastlane/actions/docs/get_certificates.md +6 -2
- data/fastlane/lib/fastlane/actions/docs/get_provisioning_profile.md +4 -4
- data/fastlane/lib/fastlane/actions/docs/get_push_certificate.md +0 -8
- data/fastlane/lib/fastlane/version.rb +1 -1
- 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: 13b4b2dfdb29f65986fddb2140cf991907e5189f
|
4
|
+
data.tar.gz: 5059297e5554a4c3e81bec07bd0d7cd50b8c274b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a28a7490aeba94c6023064d310befc6ccd193c80c3f8d67063d08c173b69336ad91f92afa34b553aaee6601e7d6dbd0d26382f67d6eacb5f886205672ba4f006
|
7
|
+
data.tar.gz: 47d440805b63293e13d71dfbef2980a2d96df7b4e7e3815178f00e0bb3a67efb0b18a3c8550263c68e338782f1bb14e61ddee497d0a45bfc6e45e29b58354f00
|
@@ -234,5 +234,9 @@ Using this method there are no workarounds for WatchKit or Swift required, as it
|
|
234
234
|
|
235
235
|
Note: the [xcbuild-safe.sh script](https://github.com/fastlane/fastlane/blob/master/gym/lib/assets/wrap_xcodebuild/xcbuild-safe.sh) wraps around xcodebuild to workaround some incompatibilities.
|
236
236
|
|
237
|
-
## Use
|
238
|
-
|
237
|
+
## Use 'ProvisionQL' for advanced Quick Look in Finder
|
238
|
+
|
239
|
+
Install [ProvisionQL](https://github.com/ealeksandrov/ProvisionQL).
|
240
|
+
|
241
|
+
It will show you `ipa` files like this:
|
242
|
+
![img/actions/QuickLookScreenshot-App.png](/img/actions/QuickLookScreenshot-App.png)
|
@@ -78,5 +78,9 @@ _cert_ uses the [password manager](https://github.com/fastlane/fastlane/tree/mas
|
|
78
78
|
|
79
79
|
# Tips
|
80
80
|
|
81
|
-
## Use
|
82
|
-
|
81
|
+
## Use 'ProvisionQL' for advanced Quick Look in Finder
|
82
|
+
|
83
|
+
Install [ProvisionQL](https://github.com/ealeksandrov/ProvisionQL).
|
84
|
+
|
85
|
+
It will show you `mobileprovision` files like this:
|
86
|
+
![img/actions/QuickLookScreenshot-Provision.png](/img/actions/QuickLookScreenshot-Provision.png)
|
@@ -171,12 +171,12 @@ _sigh_ uses the [CredentialsManager](https://github.com/fastlane/fastlane/tree/m
|
|
171
171
|
|
172
172
|
# Tips
|
173
173
|
|
174
|
+
## Use 'ProvisionQL' for advanced Quick Look in Finder
|
174
175
|
|
175
|
-
|
176
|
-
Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
|
176
|
+
Install [ProvisionQL](https://github.com/ealeksandrov/ProvisionQL).
|
177
177
|
|
178
|
-
It will show you
|
179
|
-
![img/actions/QuickLookScreenshot.png](/img/actions/QuickLookScreenshot.png)
|
178
|
+
It will show you `mobileprovision` files like this:
|
179
|
+
![img/actions/QuickLookScreenshot-Provision.png](/img/actions/QuickLookScreenshot-Provision.png)
|
180
180
|
|
181
181
|
## App Identifier couldn't be found
|
182
182
|
|
@@ -108,11 +108,3 @@ _pem_ uses [_spaceship_](https://spaceship.airforce) to communicate with the App
|
|
108
108
|
|
109
109
|
## How is my password stored?
|
110
110
|
``_pem_`` uses the [password manager](https://github.com/fastlane/fastlane/tree/master/credentials_manager) from _fastlane_. Take a look the [CredentialsManager README](https://github.com/fastlane/fastlane/tree/master/credentials_manager) for more information.
|
111
|
-
|
112
|
-
# Tips
|
113
|
-
|
114
|
-
## Use the 'Provisioning Quicklook plugin'
|
115
|
-
Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
|
116
|
-
|
117
|
-
It will show you the ``_pem_`` files like this:
|
118
|
-
![img/actions/QuickLookScreenshot.png](/img/actions/QuickLookScreenshot.png)
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.89.0.beta.
|
2
|
+
VERSION = '2.89.0.beta.20180402050042'.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,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fastlane
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.89.0.beta.
|
4
|
+
version: 2.89.0.beta.20180402050042
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Kohki Miki
|
@@ -27,7 +27,7 @@ authors:
|
|
27
27
|
autorequire:
|
28
28
|
bindir: bin
|
29
29
|
cert_chain: []
|
30
|
-
date: 2018-04-
|
30
|
+
date: 2018-04-02 00:00:00.000000000 Z
|
31
31
|
dependencies:
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: slack-notifier
|
@@ -1622,24 +1622,24 @@ metadata:
|
|
1622
1622
|
post_install_message:
|
1623
1623
|
rdoc_options: []
|
1624
1624
|
require_paths:
|
1625
|
-
-
|
1626
|
-
- frameit/lib
|
1627
|
-
- sigh/lib
|
1628
|
-
- scan/lib
|
1629
|
-
- pilot/lib
|
1625
|
+
- match/lib
|
1630
1626
|
- fastlane/lib
|
1627
|
+
- pem/lib
|
1631
1628
|
- fastlane_core/lib
|
1629
|
+
- pilot/lib
|
1632
1630
|
- cert/lib
|
1633
|
-
-
|
1634
|
-
- match/lib
|
1635
|
-
- gym/lib
|
1636
|
-
- produce/lib
|
1637
|
-
- supply/lib
|
1631
|
+
- precheck/lib
|
1638
1632
|
- snapshot/lib
|
1639
|
-
- credentials_manager/lib
|
1640
1633
|
- spaceship/lib
|
1641
|
-
-
|
1634
|
+
- credentials_manager/lib
|
1635
|
+
- sigh/lib
|
1642
1636
|
- deliver/lib
|
1637
|
+
- gym/lib
|
1638
|
+
- screengrab/lib
|
1639
|
+
- produce/lib
|
1640
|
+
- scan/lib
|
1641
|
+
- supply/lib
|
1642
|
+
- frameit/lib
|
1643
1643
|
required_ruby_version: !ruby/object:Gem::Requirement
|
1644
1644
|
requirements:
|
1645
1645
|
- - ">="
|