fastlane 2.77.0.beta.20180117010004 → 2.77.0.beta.20180118010004
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/cert/README.md +3 -3
- data/deliver/README.md +3 -3
- data/deliver/lib/assets/DeliverfileDefault +1 -1
- data/deliver/lib/assets/DeliverfileDefault.swift +1 -1
- data/fastlane/lib/fastlane/action_collector.rb +1 -1
- data/fastlane/lib/fastlane/actions/docs/build_ios_app.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/capture_ios_screenshots.md +5 -5
- data/fastlane/lib/fastlane/actions/docs/check_app_store_metadata.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/create_app_online.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/frame_screenshots.md +2 -2
- data/fastlane/lib/fastlane/actions/docs/get_certificates.md +2 -2
- data/fastlane/lib/fastlane/actions/docs/get_provisioning_profile.md +5 -5
- data/fastlane/lib/fastlane/actions/docs/get_push_certificate.md +1 -1
- data/fastlane/lib/fastlane/actions/docs/sync_code_signing.md +3 -3
- data/fastlane/lib/fastlane/actions/docs/upload_to_app_store.md +1 -1
- data/fastlane/lib/fastlane/actions/download_dsyms.rb +1 -1
- data/fastlane/lib/fastlane/actions/opt_out_crash_reporting.rb +1 -1
- data/fastlane/lib/fastlane/actions/opt_out_usage.rb +1 -1
- data/fastlane/lib/fastlane/cli_tools_distributor.rb +5 -1
- data/fastlane/lib/fastlane/documentation/docs_generator.rb +5 -7
- data/fastlane/lib/fastlane/setup/setup.rb +76 -1
- data/fastlane/lib/fastlane/version.rb +1 -1
- data/fastlane_core/lib/fastlane_core/crash_reporter/crash_reporter.rb +1 -1
- data/fastlane_core/lib/fastlane_core/helper.rb +1 -1
- data/fastlane_core/lib/fastlane_core/ipa_file_analyser.rb +1 -1
- data/fastlane_core/lib/fastlane_core/module.rb +1 -1
- data/frameit/README.md +3 -3
- data/gym/README.md +3 -3
- data/gym/lib/gym/runner.rb +1 -1
- data/match/README.md +3 -3
- data/match/lib/assets/READMETemplate.md +8 -9
- data/pem/README.md +3 -3
- data/pilot/README.md +3 -3
- data/precheck/README.md +3 -3
- data/precheck/lib/assets/PrecheckfileTemplate +1 -1
- data/produce/README.md +3 -3
- data/scan/README.md +3 -3
- data/screengrab/README.md +3 -3
- data/sigh/README.md +3 -3
- data/snapshot/README.md +3 -3
- data/snapshot/lib/snapshot/fixes/hardware_keyboard_fix.rb +1 -1
- data/snapshot/lib/snapshot/fixes/simulator_zoom_fix.rb +1 -1
- data/snapshot/lib/snapshot/simulator_launchers/simulator_launcher_base.rb +1 -1
- data/snapshot/lib/snapshot/test_command_generator_base.rb +1 -1
- data/spaceship/README.md +14 -14
- data/spaceship/lib/spaceship/playground.rb +1 -1
- data/supply/README.md +3 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4e6bd2a71958c85f03e882daea2bb0f6b92b6bad
|
4
|
+
data.tar.gz: 9a69e0d460fee1b6ff436f32a4fe79cf7cfaaff9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5df2f298e78679a9ce2a5e9564101fab4a659bc0bbba28126cc9b8062aed342f93bd6b93bb63850b056158103874f3e9b37cfba7e8d0778a70d0af440bbf2969
|
7
|
+
data.tar.gz: 412767928430908787083a76fdbaac47d3b4cba60b1334ff45ddc2e9588fe035aa525c28daa97c24000cd72d96eefd465f0535ef276b8e0668e76862632c142d
|
data/cert/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/cert">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/cert/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/cert">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/cert/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/cert/assets/cert.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>cert</i> docs were moved to <a href='https://docs.fastlane.tools/actions/cert'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>cert</i> docs were moved to <a href='https://docs.fastlane.tools/actions/cert/'>docs.fastlane.tools</a></h3>
|
data/deliver/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/deliver">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/deliver/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/deliver">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/deliver/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/deliver/assets/deliver.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>deliver</i> docs were moved to <a href='https://docs.fastlane.tools/actions/deliver'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>deliver</i> docs were moved to <a href='https://docs.fastlane.tools/actions/deliver/'>docs.fastlane.tools</a></h3>
|
@@ -19,7 +19,7 @@ module Fastlane
|
|
19
19
|
end
|
20
20
|
|
21
21
|
def show_message
|
22
|
-
UI.message("Sending Crash/Success information. Learn more at https://
|
22
|
+
UI.message("Sending Crash/Success information. Learn more at https://docs.fastlane.tools/#metrics")
|
23
23
|
UI.message("No personal/sensitive data is sent. Only sharing the following:")
|
24
24
|
UI.message(launches)
|
25
25
|
UI.message(@error) if @error
|
@@ -232,7 +232,7 @@ _gym_ makes use of the new Xcode 7 API which allows us to specify the export opt
|
|
232
232
|
|
233
233
|
Using this method there are no workarounds for WatchKit or Swift required, as it uses the same technique Xcode uses when exporting your binary.
|
234
234
|
|
235
|
-
Note: the [xcbuild-safe.sh script](https://github.com/fastlane/fastlane/
|
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
237
|
## Use the 'Provisioning Quicklook plugin'
|
238
238
|
Download and install the [Provisioning Plugin](https://github.com/chockenberry/Provisioning).
|
@@ -10,7 +10,7 @@
|
|
10
10
|
</h4>
|
11
11
|
<hr />
|
12
12
|
|
13
|
-
_snapshot_ generates localized iOS and tvOS screenshots for different device types and languages for the App Store and can be uploaded using ([_deliver_](https://docs.fastlane.tools/actions/deliver)).
|
13
|
+
_snapshot_ generates localized iOS and tvOS screenshots for different device types and languages for the App Store and can be uploaded using ([_deliver_](https://docs.fastlane.tools/actions/deliver/)).
|
14
14
|
|
15
15
|
You have to manually create 20 (languages) x 6 (devices) x 5 (screenshots) = **600 screenshots**.
|
16
16
|
|
@@ -20,7 +20,7 @@ It's hard to get everything right!
|
|
20
20
|
- No loading indicators
|
21
21
|
- Same content / screens
|
22
22
|
- [Clean Status Bar](#use-a-clean-status-bar)
|
23
|
-
- Uploading screenshots ([_deliver_](https://docs.fastlane.tools/actions/deliver) is your friend)
|
23
|
+
- Uploading screenshots ([_deliver_](https://docs.fastlane.tools/actions/deliver/) is your friend)
|
24
24
|
|
25
25
|
More information about [creating perfect screenshots](https://krausefx.com/blog/creating-perfect-app-store-screenshots-of-your-ios-app).
|
26
26
|
|
@@ -44,7 +44,7 @@ _snapshot_ runs completely in the background - you can do something else, while
|
|
44
44
|
- Take screenshots in multiple device simulators concurrently to cut down execution time (Xcode 9 only)
|
45
45
|
- Configure it once, store the configuration in git
|
46
46
|
- Do something else, while the computer takes the screenshots for you
|
47
|
-
- Integrates with [_fastlane_](https://fastlane.tools) and [_deliver_](https://docs.fastlane.tools/actions/deliver)
|
47
|
+
- Integrates with [_fastlane_](https://fastlane.tools) and [_deliver_](https://docs.fastlane.tools/actions/deliver/)
|
48
48
|
- Generates a beautiful web page, which shows all screenshots on all devices. This is perfect to send to QA or the marketing team
|
49
49
|
- _snapshot_ automatically waits for network requests to be finished before taking a screenshot (we don't want loading images in the App Store screenshots)
|
50
50
|
|
@@ -153,7 +153,7 @@ Reinstall the app before running _snapshot_
|
|
153
153
|
fastlane snapshot --reinstall_app --app_identifier "tools.fastlane.app"
|
154
154
|
```
|
155
155
|
|
156
|
-
By default _snapshot_ automatically retries running UI Tests if they fail. This is due to randomly failing UI Tests (e.g. [#
|
156
|
+
By default _snapshot_ automatically retries running UI Tests if they fail. This is due to randomly failing UI Tests (e.g. [#2517](https://github.com/fastlane/fastlane/issues/2517)). You can adapt this number using
|
157
157
|
|
158
158
|
```no-highlight
|
159
159
|
fastlane snapshot --number_of_retries 3
|
@@ -303,7 +303,7 @@ Radar [23062925](https://openradar.appspot.com/radar?id=5056366381105152) has be
|
|
303
303
|
|
304
304
|
## Frame the screenshots
|
305
305
|
|
306
|
-
If you want to add frames around the screenshots and even put a title on top, check out [frameit](https://docs.fastlane.tools/actions/frameit).
|
306
|
+
If you want to add frames around the screenshots and even put a title on top, check out [frameit](https://docs.fastlane.tools/actions/frameit/).
|
307
307
|
|
308
308
|
## Available language codes
|
309
309
|
```ruby
|
@@ -72,7 +72,7 @@ custom_text(data: ["chrome", "webos"],
|
|
72
72
|
|
73
73
|
### Use with [_fastlane_](https://fastlane.tools)
|
74
74
|
|
75
|
-
_precheck_ is fully integrated with [_deliver_](https://docs.fastlane.tools/actions/deliver) another [_fastlane_](https://fastlane.tools) tool.
|
75
|
+
_precheck_ is fully integrated with [_deliver_](https://docs.fastlane.tools/actions/deliver/) another [_fastlane_](https://fastlane.tools) tool.
|
76
76
|
|
77
77
|
Update your `Fastfile` to contain the following code:
|
78
78
|
|
@@ -224,7 +224,7 @@ apple_id ENV['PRODUCE_APPLE_ID']
|
|
224
224
|
|
225
225
|
This will tell _deliver_, which `App ID` to use, since the app is not yet available in the App Store.
|
226
226
|
|
227
|
-
You'll still have to fill out the remaining information (like screenshots, app description and pricing). You can use [deliver](https://docs.fastlane.tools/actions/deliver) to upload your app metadata using a CLI
|
227
|
+
You'll still have to fill out the remaining information (like screenshots, app description and pricing). You can use [deliver](https://docs.fastlane.tools/actions/deliver/) to upload your app metadata using a CLI
|
228
228
|
|
229
229
|
## How is my password stored?
|
230
230
|
|
@@ -150,7 +150,7 @@ The `keyword.strings` and `title.strings` are standard `.strings` file you alrea
|
|
150
150
|
|
151
151
|
#### Uploading screenshots to iTC
|
152
152
|
|
153
|
-
Use [deliver](https://docs.fastlane.tools/actions/deliver) to upload all screenshots to iTunes Connect completely automatically 🚀
|
153
|
+
Use [deliver](https://docs.fastlane.tools/actions/deliver/) to upload all screenshots to iTunes Connect completely automatically 🚀
|
154
154
|
|
155
155
|
### Mac
|
156
156
|
|
@@ -189,7 +189,7 @@ Check out the [MindNode example project](https://github.com/fastlane/examples/tr
|
|
189
189
|
# Tips
|
190
190
|
|
191
191
|
## Generate localized screenshots
|
192
|
-
Check out [_snapshot_](https://docs.fastlane.tools/actions/snapshot) to automatically generate screenshots using ```UI Automation```.
|
192
|
+
Check out [_snapshot_](https://docs.fastlane.tools/actions/snapshot/) to automatically generate screenshots using ```UI Automation```.
|
193
193
|
|
194
194
|
## Alternative location to store device_frames
|
195
195
|
|
@@ -56,9 +56,9 @@ Keep in mind, there is no way for _cert_ to download existing certificates + pri
|
|
56
56
|
|
57
57
|
Run `fastlane action cert` to get a list of all available environment variables.
|
58
58
|
|
59
|
-
## Use with [_sigh_](https://docs.fastlane.tools/actions/sigh)
|
59
|
+
## Use with [_sigh_](https://docs.fastlane.tools/actions/sigh/)
|
60
60
|
|
61
|
-
_cert_ becomes really interesting when used in [_fastlane_](https://fastlane.tools) in combination with [_sigh_](https://docs.fastlane.tools/actions/sigh).
|
61
|
+
_cert_ becomes really interesting when used in [_fastlane_](https://fastlane.tools) in combination with [_sigh_](https://docs.fastlane.tools/actions/sigh/).
|
62
62
|
|
63
63
|
Update your `Fastfile` to contain the following code:
|
64
64
|
|
@@ -28,7 +28,7 @@ _sigh_ can create, renew, download and repair provisioning profiles (with one co
|
|
28
28
|
- Support for **multiple Teams**
|
29
29
|
- Support for **Enterprise Profiles**
|
30
30
|
|
31
|
-
To automate iOS Push profiles you can use [pem](https://docs.fastlane.tools/actions/pem).
|
31
|
+
To automate iOS Push profiles you can use [pem](https://docs.fastlane.tools/actions/pem/).
|
32
32
|
|
33
33
|
|
34
34
|
### Why not let Xcode do the work?
|
@@ -44,7 +44,7 @@ See _sigh_ in action:
|
|
44
44
|
|
45
45
|
# Usage
|
46
46
|
|
47
|
-
**Note**: It is recommended to use [match](https://docs.fastlane.tools/actions/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.
|
47
|
+
**Note**: It is recommended to use [match](https://docs.fastlane.tools/actions/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.
|
48
48
|
|
49
49
|
```no-highlight
|
50
50
|
fastlane sigh
|
@@ -109,7 +109,7 @@ For a list of available parameters and commands run
|
|
109
109
|
|
110
110
|
### Use with [_fastlane_](https://fastlane.tools)
|
111
111
|
|
112
|
-
_sigh_ becomes really interesting when used in [_fastlane_](https://fastlane.tools) in combination with [_cert_](https://docs.fastlane.tools/actions/cert).
|
112
|
+
_sigh_ becomes really interesting when used in [_fastlane_](https://fastlane.tools) in combination with [_cert_](https://docs.fastlane.tools/actions/cert/).
|
113
113
|
|
114
114
|
Update your `Fastfile` to contain the following code:
|
115
115
|
|
@@ -160,7 +160,7 @@ Or delete all `iOS Team Provisioning Profile` by using a regular expression
|
|
160
160
|
|
161
161
|
Run `fastlane action sigh` to get a list of all available environment variables.
|
162
162
|
|
163
|
-
If you're using [cert](https://docs.fastlane.tools/actions/cert) in combination with [fastlane](https://fastlane.tools) the signing certificate will automatically be selected for you. (make sure to run _cert_ before _sigh_)
|
163
|
+
If you're using [cert](https://docs.fastlane.tools/actions/cert/) in combination with [fastlane](https://fastlane.tools) the signing certificate will automatically be selected for you. (make sure to run _cert_ before _sigh_)
|
164
164
|
|
165
165
|
# How does it work?
|
166
166
|
|
@@ -180,7 +180,7 @@ It will show you the `mobileprovision` files like this:
|
|
180
180
|
|
181
181
|
## App Identifier couldn't be found
|
182
182
|
|
183
|
-
If you also want to create a new App Identifier on the Apple Developer Portal, check out [produce](https://docs.fastlane.tools/actions/produce), which does exactly that.
|
183
|
+
If you also want to create a new App Identifier on the Apple Developer Portal, check out [produce](https://docs.fastlane.tools/actions/produce/), which does exactly that.
|
184
184
|
|
185
185
|
## What happens to my Xcode managed profiles?
|
186
186
|
|
@@ -10,7 +10,7 @@ _pem_ does all that for you, just by simply running _pem_.
|
|
10
10
|
|
11
11
|
_pem_ creates new .pem, .cer, and .p12 files to be uploaded to your push server if a valid push notification profile is needed. _pem_ does not cover uploading the file to your server.
|
12
12
|
|
13
|
-
To automate iOS Provisioning profiles you can use [match](https://docs.fastlane.tools/actions/match).
|
13
|
+
To automate iOS Provisioning profiles you can use [match](https://docs.fastlane.tools/actions/match/).
|
14
14
|
|
15
15
|
-------
|
16
16
|
|
@@ -56,7 +56,7 @@ Before starting to use _match_, make sure to read the [codesigning.guide](https:
|
|
56
56
|
💥 | Easily reset your existing profiles and certificates if your current account has expired or invalid profiles
|
57
57
|
♻️ | Automatically renew your provisioning profiles to include all your devices using the `--force` option
|
58
58
|
👥 | Support for multiple Apple accounts and multiple teams
|
59
|
-
✨ | Tightly integrated with [fastlane](https://fastlane.tools) to work seamlessly with [gym](https://docs.fastlane.tools/actions/gym) and other build tools
|
59
|
+
✨ | Tightly integrated with [fastlane](https://fastlane.tools) to work seamlessly with [gym](https://docs.fastlane.tools/actions/gym/) and other build tools
|
60
60
|
|
61
61
|
For more information about the concept, visit [codesigning.guide](https://codesigning.guide).
|
62
62
|
|
@@ -83,7 +83,7 @@ This will create a `Matchfile` in your current directory (or in your `./fastlane
|
|
83
83
|
Example content (for more advanced setups check out the [fastlane section](#fastlane)):
|
84
84
|
|
85
85
|
```ruby-skip-tests
|
86
|
-
git_url "https://github.com/fastlane/
|
86
|
+
git_url "https://github.com/fastlane/certificates"
|
87
87
|
|
88
88
|
app_identifier "tools.fastlane.app"
|
89
89
|
username "user@fastlane.tools"
|
@@ -350,4 +350,4 @@ Because of the potentially dangerous nature of In-House profiles please use _mat
|
|
350
350
|
- Even if your certificates are leaked, they can't be used to cause any harm without your iTunes Connect login credentials
|
351
351
|
- Use In-House enterprise profile with _match_ with caution
|
352
352
|
- If you use GitHub or Bitbucket we encourage enabling 2 factor authentication for all accounts that have access to the certificates repo
|
353
|
-
- The complete source code of _match_ is fully open source on [GitHub](https://docs.fastlane.tools/actions/match)
|
353
|
+
- The complete source code of _match_ is fully open source on [GitHub](https://docs.fastlane.tools/actions/match/)
|
@@ -635,7 +635,7 @@ In this case, default values for keywords, urls, name and release notes are used
|
|
635
635
|
|
636
636
|
## Automatically create screenshots
|
637
637
|
|
638
|
-
If you want to integrate _deliver_ with [snapshot](https://docs.fastlane.tools/actions/snapshot), check out [fastlane](https://fastlane.tools)!
|
638
|
+
If you want to integrate _deliver_ with [snapshot](https://docs.fastlane.tools/actions/snapshot/), check out [fastlane](https://fastlane.tools)!
|
639
639
|
|
640
640
|
## Jenkins integration
|
641
641
|
Detailed instructions about how to set up _deliver_ and _fastlane_ in `Jenkins` can be found in the [fastlane README](https://docs.fastlane.tools/best-practices/continuous-integration/#jenkins-integration).
|
@@ -14,7 +14,7 @@ module Fastlane
|
|
14
14
|
[
|
15
15
|
"By default, fastlane will send a report when it crashes",
|
16
16
|
"The stack trace is sanitized so no personal information is sent.",
|
17
|
-
"Learn more at https://
|
17
|
+
"Learn more at https://docs.fastlane.tools/actions/opt_out_crash_reporting/",
|
18
18
|
"Add `opt_out_crash_reporting` at the top of your Fastfile to disable crash reporting"
|
19
19
|
].join(' ')
|
20
20
|
end
|
@@ -14,7 +14,7 @@ module Fastlane
|
|
14
14
|
[
|
15
15
|
"By default, fastlane will track what actions are being used",
|
16
16
|
"No personal/sensitive information is recorded.",
|
17
|
-
"Learn more at https://
|
17
|
+
"Learn more at https://docs.fastlane.tools/#metrics",
|
18
18
|
"Add `opt_out_usage` at the top of your Fastfile to disable metrics collection"
|
19
19
|
].join(' ')
|
20
20
|
end
|
@@ -12,6 +12,10 @@ module Fastlane
|
|
12
12
|
ARGV.include?('-h') || ARGV.include?('--help')
|
13
13
|
end
|
14
14
|
|
15
|
+
def running_init_command?
|
16
|
+
ARGV.include?("init")
|
17
|
+
end
|
18
|
+
|
15
19
|
def take_off
|
16
20
|
before_import_time = Time.now
|
17
21
|
|
@@ -37,7 +41,7 @@ module Fastlane
|
|
37
41
|
require "fastlane"
|
38
42
|
end
|
39
43
|
# We want to avoid printing output other than the version number if we are running `fastlane -v`
|
40
|
-
unless running_version_command?
|
44
|
+
unless running_version_command? || running_init_command?
|
41
45
|
print_bundle_exec_warning(is_slow: (Time.now - before_import_time > 3))
|
42
46
|
end
|
43
47
|
|
@@ -14,13 +14,11 @@ module Fastlane
|
|
14
14
|
output << "xcode-select --install"
|
15
15
|
output << "```"
|
16
16
|
output << ""
|
17
|
-
output << "
|
18
|
-
output << ""
|
19
|
-
output << "
|
20
|
-
output << "
|
21
|
-
output << "
|
22
|
-
output << "| Installer Script | macOS | [Download the zip file](https://download.fastlane.tools). Then double click on the `install` script (or run it in a terminal window). |"
|
23
|
-
output << "| RubyGems | macOS or Linux with Ruby 2.0.0 or above | `sudo gem install fastlane -NV` |"
|
17
|
+
output << "Install _fastlane_ using"
|
18
|
+
output << "```"
|
19
|
+
output << "[sudo] gem install fastlane -NV"
|
20
|
+
output << "```"
|
21
|
+
output << "or alternatively using `brew cask install fastlane`"
|
24
22
|
output << ""
|
25
23
|
output << "# Available Actions"
|
26
24
|
|
@@ -40,7 +40,10 @@ module Fastlane
|
|
40
40
|
UI.important("------------------")
|
41
41
|
UI.important("fastlane is already set up at path `#{FastlaneCore::FastlaneFolder.path}`, see the available lanes above")
|
42
42
|
UI.message("")
|
43
|
-
|
43
|
+
|
44
|
+
setup_ios = self.new
|
45
|
+
setup_ios.add_or_update_gemfile(update_gemfile_if_needed: false)
|
46
|
+
setup_ios.suggest_next_steps
|
44
47
|
return
|
45
48
|
end
|
46
49
|
|
@@ -170,15 +173,87 @@ module Fastlane
|
|
170
173
|
|
171
174
|
File.write(appfile_path, self.appfile_content)
|
172
175
|
|
176
|
+
add_or_update_gemfile(update_gemfile_if_needed: true)
|
177
|
+
|
173
178
|
UI.header("✅ Successfully generated fastlane configuration")
|
174
179
|
UI.message("Generated Fastfile at path `#{fastfile_path}`")
|
175
180
|
UI.message("Generated Appfile at path `#{appfile_path}`")
|
181
|
+
UI.message("Gemfile and Gemfile.lock at path `#{gemfile_path}`")
|
176
182
|
|
177
183
|
UI.message("Please check the newly generated configuration files into git along with your project")
|
178
184
|
UI.message("This way everyone in your team can benefit from your fastlane setup")
|
179
185
|
continue_with_enter
|
180
186
|
end
|
181
187
|
|
188
|
+
def gemfile_path
|
189
|
+
"Gemfile"
|
190
|
+
end
|
191
|
+
|
192
|
+
# Gemfile related code:
|
193
|
+
def gemfile_exists?
|
194
|
+
return File.exist?(gemfile_path)
|
195
|
+
end
|
196
|
+
|
197
|
+
def setup_gemfile!
|
198
|
+
# No Gemfile yet
|
199
|
+
gemfile_content = []
|
200
|
+
gemfile_content << "source \"https://rubygems.org\""
|
201
|
+
gemfile_content << ""
|
202
|
+
gemfile_content << 'gem "fastlane"'
|
203
|
+
gemfile_content << ""
|
204
|
+
File.write(gemfile_path, gemfile_content.join("\n"))
|
205
|
+
|
206
|
+
UI.message("Installing dependencies for you...")
|
207
|
+
FastlaneCore::CommandExecutor.execute(
|
208
|
+
command: "bundle update",
|
209
|
+
print_all: FastlaneCore::Globals.verbose?,
|
210
|
+
print_command: true,
|
211
|
+
error: proc do |error_output|
|
212
|
+
UI.error("Something went wrong when running `bundle update` for you")
|
213
|
+
UI.error("Please take a look at your Gemfile at path `#{gemfile_path}`")
|
214
|
+
UI.error("and make sure you can run `bundle update` on your machine.")
|
215
|
+
end
|
216
|
+
)
|
217
|
+
end
|
218
|
+
|
219
|
+
def ensure_gemfile_valid!(update_gemfile_if_needed: false)
|
220
|
+
gemfile_content = File.read(gemfile_path)
|
221
|
+
unless gemfile_content.include?("https://rubygems.org")
|
222
|
+
UI.error("You have a local Gemfile, but RubyGems isn't defined as source")
|
223
|
+
UI.error("Please update your Gemfile at path `#{gemfile_path}` to include")
|
224
|
+
UI.important("")
|
225
|
+
UI.important("source \"https://rubygems.org\"")
|
226
|
+
UI.important("")
|
227
|
+
UI.error("Update your Gemfile, and run `bundle update` afterwards")
|
228
|
+
end
|
229
|
+
|
230
|
+
unless gemfile_content.include?("fastlane")
|
231
|
+
if update_gemfile_if_needed
|
232
|
+
gemfile_content << "\n\ngem \"fastlane\""
|
233
|
+
UI.message("Adding `fastlane` to your existing Gemfile at path '#{gemfile_path}'")
|
234
|
+
|
235
|
+
File.write(gemfile_path, gemfile_content)
|
236
|
+
else
|
237
|
+
UI.error("You have a local Gemfile, but it doesn't include \"fastlane\" as a dependency")
|
238
|
+
UI.error("Please add `gem \"fastlane\"` to your Gemfile")
|
239
|
+
end
|
240
|
+
end
|
241
|
+
end
|
242
|
+
|
243
|
+
# This method is responsible for ensuring there is a working
|
244
|
+
# Gemfile, and that `fastlane` is defined as a dependency
|
245
|
+
# while also having `rubygems` as a gem source
|
246
|
+
def add_or_update_gemfile(update_gemfile_if_needed: false)
|
247
|
+
if gemfile_exists?
|
248
|
+
ensure_gemfile_valid!(update_gemfile_if_needed: update_gemfile_if_needed)
|
249
|
+
else
|
250
|
+
if update_gemfile_if_needed || UI.confirm("It is recommended to run fastlane with a Gemfile set up, do you want fastlane to create one for you?")
|
251
|
+
setup_gemfile!
|
252
|
+
end
|
253
|
+
end
|
254
|
+
return gemfile_path
|
255
|
+
end
|
256
|
+
|
182
257
|
def finish_up
|
183
258
|
write_fastfile!
|
184
259
|
setup_swift_support if is_swift_fastfile
|
@@ -1,5 +1,5 @@
|
|
1
1
|
module Fastlane
|
2
|
-
VERSION = '2.77.0.beta.
|
2
|
+
VERSION = '2.77.0.beta.20180118010004'.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
|
@@ -62,7 +62,7 @@ module FastlaneCore
|
|
62
62
|
UI.message("Sending crash report...")
|
63
63
|
UI.message("The stack trace is sanitized so no personal information is sent.")
|
64
64
|
UI.message("To see what we are sending, look here: #{crash_report_path}")
|
65
|
-
UI.message("Learn more at https://
|
65
|
+
UI.message("Learn more at https://docs.fastlane.tools/actions/opt_out_crash_reporting/")
|
66
66
|
UI.message("You can disable crash reporting by adding `opt_out_crash_reporting` at the top of your Fastfile")
|
67
67
|
end
|
68
68
|
|
@@ -10,7 +10,7 @@ require_relative 'env'
|
|
10
10
|
module FastlaneCore
|
11
11
|
module Helper
|
12
12
|
# This method is deprecated, use the `UI` class
|
13
|
-
# https://
|
13
|
+
# https://docs.fastlane.tools/advanced/#user-input-and-output
|
14
14
|
def self.log
|
15
15
|
UI.deprecated("Helper.log is deprecated. Use `UI` class instead")
|
16
16
|
UI.current.log
|
@@ -31,7 +31,7 @@ module FastlaneCore
|
|
31
31
|
plist = self.fetch_info_plist_file(path)
|
32
32
|
platform = "ios"
|
33
33
|
platform = plist['DTPlatformName'] if plist
|
34
|
-
platform = "ios" if platform == "iphoneos" # via https://github.com/fastlane/
|
34
|
+
platform = "ios" if platform == "iphoneos" # via https://github.com/fastlane/fastlane/issues/3484
|
35
35
|
return platform
|
36
36
|
end
|
37
37
|
|
@@ -10,7 +10,7 @@ module FastlaneCore
|
|
10
10
|
# If you opt out, we will not send anything.
|
11
11
|
# You can confirm this by observing how we use the environment variable: FASTLANE_OPT_OUT_USAGE
|
12
12
|
# Specifically, in AnalyticsSession.finalize_session
|
13
|
-
# Learn more at https://
|
13
|
+
# Learn more at https://docs.fastlane.tools/#metrics
|
14
14
|
def self.session
|
15
15
|
@session ||= AnalyticsSession.new
|
16
16
|
end
|
data/frameit/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/frameit">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/frameit/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/frameit">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/frameit/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/frameit/assets/frameit.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>frameit</i> docs were moved to <a href='https://docs.fastlane.tools/actions/frameit'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>frameit</i> docs were moved to <a href='https://docs.fastlane.tools/actions/frameit/'>docs.fastlane.tools</a></h3>
|
data/gym/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/gym">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/gym/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/gym">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/gym/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/gym/assets/gym.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>gym</i> docs were moved to <a href='https://docs.fastlane.tools/actions/gym'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>gym</i> docs were moved to <a href='https://docs.fastlane.tools/actions/gym/'>docs.fastlane.tools</a></h3>
|
data/gym/lib/gym/runner.rb
CHANGED
@@ -105,7 +105,7 @@ module Gym
|
|
105
105
|
|
106
106
|
# Makes sure the archive is there and valid
|
107
107
|
def verify_archive
|
108
|
-
# from https://github.com/fastlane/
|
108
|
+
# from https://github.com/fastlane/fastlane/issues/3179
|
109
109
|
if (Dir[BuildCommandGenerator.archive_path + "/*"]).count == 0
|
110
110
|
ErrorHandler.handle_empty_archive
|
111
111
|
end
|
data/match/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/match">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/match/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/match">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/match/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/match/assets/match.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>match</i> docs were moved to <a href='https://docs.fastlane.tools/actions/match'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>match</i> docs were moved to <a href='https://docs.fastlane.tools/actions/match/'>docs.fastlane.tools</a></h3>
|
@@ -1,4 +1,4 @@
|
|
1
|
-
## [fastlane match](https://docs.fastlane.tools/actions/match)
|
1
|
+
## [fastlane match](https://docs.fastlane.tools/actions/match/)
|
2
2
|
|
3
3
|
This repository contains all your certificates and provisioning profiles needed to build and sign your applications. They are encrypted using OpenSSL via a passphrase.
|
4
4
|
|
@@ -14,14 +14,13 @@ Make sure you have the latest version of the Xcode command line tools installed:
|
|
14
14
|
xcode-select --install
|
15
15
|
```
|
16
16
|
|
17
|
-
|
17
|
+
Install _fastlane_ using
|
18
18
|
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
| Installer Script | macOS | [Download the zip file](https://download.fastlane.tools). Then double click on the `install` script (or run it in a terminal window). |
|
23
|
-
| RubyGems | macOS or Linux with Ruby 2.0.0 or above | `sudo gem install fastlane -NV` |
|
19
|
+
```
|
20
|
+
[sudo] gem install fastlane -NV
|
21
|
+
```
|
24
22
|
|
23
|
+
or alternatively using `brew cask install fastlane`
|
25
24
|
|
26
25
|
### Usage
|
27
26
|
|
@@ -40,7 +39,7 @@ fastlane match development
|
|
40
39
|
fastlane match enterprise
|
41
40
|
```
|
42
41
|
|
43
|
-
For more information open [fastlane match git repo](https://docs.fastlane.tools/actions/match)
|
42
|
+
For more information open [fastlane match git repo](https://docs.fastlane.tools/actions/match/)
|
44
43
|
|
45
44
|
### Content
|
46
45
|
|
@@ -54,4 +53,4 @@ This directory contains all provisioning profiles
|
|
54
53
|
|
55
54
|
------------------------------------
|
56
55
|
|
57
|
-
For more information open [fastlane match git repo](https://docs.fastlane.tools/actions/match)
|
56
|
+
For more information open [fastlane match git repo](https://docs.fastlane.tools/actions/match/)
|
data/pem/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/pem">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/pem/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/pem">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/pem/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/pem/assets/pem.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>pem</i> docs were moved to <a href='https://docs.fastlane.tools/actions/pem'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>pem</i> docs were moved to <a href='https://docs.fastlane.tools/actions/pem/'>docs.fastlane.tools</a></h3>
|
data/pilot/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/pilot">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/pilot/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/pilot">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/pilot/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/pilot/assets/PilotTextTransparent.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>pilot</i> docs were moved to <a href='https://docs.fastlane.tools/actions/pilot'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>pilot</i> docs were moved to <a href='https://docs.fastlane.tools/actions/pilot/'>docs.fastlane.tools</a></h3>
|
data/precheck/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/precheck">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/precheck/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/precheck">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/precheck/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/precheck/assets/precheck.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>precheck</i> docs were moved to <a href='https://docs.fastlane.tools/actions/precheck'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>precheck</i> docs were moved to <a href='https://docs.fastlane.tools/actions/precheck/'>docs.fastlane.tools</a></h3>
|
data/produce/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/produce">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/produce/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/produce">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/produce/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/produce/assets/produce.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>produce</i> docs were moved to <a href='https://docs.fastlane.tools/actions/produce'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>produce</i> docs were moved to <a href='https://docs.fastlane.tools/actions/produce/'>docs.fastlane.tools</a></h3>
|
data/scan/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/scan">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/scan/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/scan">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/scan/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/scan/assets/scan.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>scan</i> docs were moved to <a href='https://docs.fastlane.tools/actions/scan'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>scan</i> docs were moved to <a href='https://docs.fastlane.tools/actions/scan/'>docs.fastlane.tools</a></h3>
|
data/screengrab/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/screengrab">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/screengrab/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/screengrab">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/screengrab/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/screengrab/assets/screengrab.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>screengrab</i> docs were moved to <a href='https://docs.fastlane.tools/actions/screengrab'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>screengrab</i> docs were moved to <a href='https://docs.fastlane.tools/actions/screengrab/'>docs.fastlane.tools</a></h3>
|
data/sigh/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/sigh">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/sigh/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/sigh">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/sigh/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/sigh/assets/sigh.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>sigh</i> docs were moved to <a href='https://docs.fastlane.tools/actions/sigh'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>sigh</i> docs were moved to <a href='https://docs.fastlane.tools/actions/sigh/'>docs.fastlane.tools</a></h3>
|
data/snapshot/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/snapshot">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/snapshot/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/snapshot">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/snapshot/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/snapshot/assets/snapshot.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>snapshot</i> docs were moved to <a href='https://docs.fastlane.tools/actions/snapshot'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>snapshot</i> docs were moved to <a href='https://docs.fastlane.tools/actions/snapshot/'>docs.fastlane.tools</a></h3>
|
@@ -3,7 +3,7 @@ require_relative '../module'
|
|
3
3
|
module Snapshot
|
4
4
|
module Fixes
|
5
5
|
# Having "Connect Hardware Keyboard" enabled causes issues with entering text in secure textfields
|
6
|
-
# Fixes https://github.com/fastlane/
|
6
|
+
# Fixes https://github.com/fastlane/fastlane/issues/2494
|
7
7
|
|
8
8
|
class HardwareKeyboardFix
|
9
9
|
def self.patch
|
@@ -4,7 +4,7 @@ module Snapshot
|
|
4
4
|
module Fixes
|
5
5
|
# This fix is needed due to a bug in UI Tests that creates invalid screenshots when the
|
6
6
|
# simulator is not scaled to a 100%
|
7
|
-
# Issue: https://github.com/fastlane/
|
7
|
+
# Issue: https://github.com/fastlane/fastlane/issues/2578
|
8
8
|
# Radar: https://openradar.appspot.com/radar?id=6127019184095232
|
9
9
|
|
10
10
|
class SimulatorZoomFix
|
@@ -45,7 +45,7 @@ module Snapshot
|
|
45
45
|
def prepare_simulators_for_launch(device_types, language: nil, locale: nil)
|
46
46
|
# Kill and shutdown all currently running simulators so that the following settings
|
47
47
|
# changes will be picked up when they are started again.
|
48
|
-
Snapshot.kill_simulator # because of https://github.com/fastlane/
|
48
|
+
Snapshot.kill_simulator # because of https://github.com/fastlane/fastlane/issues/2533
|
49
49
|
`xcrun simctl shutdown booted &> /dev/null`
|
50
50
|
|
51
51
|
Fixes::SimulatorZoomFix.patch
|
@@ -43,7 +43,7 @@ module Snapshot
|
|
43
43
|
actions << "test-without-building"
|
44
44
|
else
|
45
45
|
actions << :clean if Snapshot.config[:clean]
|
46
|
-
actions << :build # https://github.com/fastlane/
|
46
|
+
actions << :build # https://github.com/fastlane/fastlane/issues/2581
|
47
47
|
actions << :test
|
48
48
|
end
|
49
49
|
return actions
|
data/spaceship/README.md
CHANGED
@@ -1,25 +1,25 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://
|
2
|
+
<a href="https://docs.fastlane.tools">
|
3
3
|
<img src="../fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
6
6
|
</a>
|
7
7
|
</h3>
|
8
8
|
<p align="center">
|
9
|
-
<a href="https://
|
10
|
-
<a href="https://
|
11
|
-
<a href="https://
|
12
|
-
<a href="https://
|
13
|
-
<a href="https://
|
14
|
-
<a href="https://
|
15
|
-
<a href="https://
|
9
|
+
<a href="https://docs.fastlane.tools/actions/deliver/">deliver</a> •
|
10
|
+
<a href="https://docs.fastlane.tools/actions/snapshot/">snapshot</a> •
|
11
|
+
<a href="https://docs.fastlane.tools/actions/frameit/">frameit</a> •
|
12
|
+
<a href="https://docs.fastlane.tools/actions/pem/">pem</a> •
|
13
|
+
<a href="https://docs.fastlane.tools/actions/sigh/">sigh</a> •
|
14
|
+
<a href="https://docs.fastlane.tools/actions/produce/">produce</a> •
|
15
|
+
<a href="https://docs.fastlane.tools/actions/cert/">cert</a> •
|
16
16
|
<b>spaceship</b> •
|
17
|
-
<a href="https://
|
17
|
+
<a href="https://docs.fastlane.tools/actions/pilot/">pilot</a> •
|
18
18
|
<a href="https://github.com/fastlane/boarding">boarding</a> •
|
19
|
-
<a href="https://
|
20
|
-
<a href="https://
|
21
|
-
<a href="https://
|
22
|
-
<a href="https://
|
19
|
+
<a href="https://docs.fastlane.tools/actions/gym/">gym</a> •
|
20
|
+
<a href="https://docs.fastlane.tools/actions/scan/">scan</a> •
|
21
|
+
<a href="https://docs.fastlane.tools/actions/match/">match</a> •
|
22
|
+
<a href="https://docs.fastlane.tools/actions/precheck/">precheck</a>
|
23
23
|
</p>
|
24
24
|
|
25
25
|
-------
|
@@ -55,7 +55,7 @@ Get in contact with the creators on Twitter: [@FastlaneTools](https://twitter.co
|
|
55
55
|
|
56
56
|
Up until now, the [fastlane tools](https://fastlane.tools) used web scraping to interact with Apple's web services. With spaceship it is possible to directly access the underlying APIs using a simple HTTP client only.
|
57
57
|
|
58
|
-
Using spaceship, the execution time of [sigh](https://
|
58
|
+
Using spaceship, the execution time of [sigh](https://docs.fastlane.tools/actions/sigh/) was reduced from over 1 minute to less than 5 seconds.
|
59
59
|
|
60
60
|
spaceship uses a combination of 3 different API endpoints, used by the Apple Developer Portal and Xcode. As no API offers everything we need, spaceship combines all APIs for you. [More details about the APIs](#technical-details).
|
61
61
|
|
data/supply/README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
<h3 align="center">
|
2
|
-
<a href="https://docs.fastlane.tools/actions/supply">
|
2
|
+
<a href="https://docs.fastlane.tools/actions/supply/">
|
3
3
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/fastlane/assets/fastlane.png" width="100" />
|
4
4
|
<br />
|
5
5
|
fastlane
|
@@ -9,9 +9,9 @@
|
|
9
9
|
------
|
10
10
|
|
11
11
|
<p align="center">
|
12
|
-
<a href="https://docs.fastlane.tools/actions/supply">
|
12
|
+
<a href="https://docs.fastlane.tools/actions/supply/">
|
13
13
|
<img src="https://raw.githubusercontent.com/fastlane/fastlane/master/supply/assets/supply.png" height="110">
|
14
14
|
</a>
|
15
15
|
</p>
|
16
16
|
|
17
|
-
<h3 align="center">The <i>supply</i> docs were moved to <a href='https://docs.fastlane.tools/actions/supply'>docs.fastlane.tools</a></h3>
|
17
|
+
<h3 align="center">The <i>supply</i> docs were moved to <a href='https://docs.fastlane.tools/actions/supply/'>docs.fastlane.tools</a></h3>
|
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.77.0.beta.
|
4
|
+
version: 2.77.0.beta.20180118010004
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Helmut Januschka
|
@@ -25,7 +25,7 @@ authors:
|
|
25
25
|
autorequire:
|
26
26
|
bindir: bin
|
27
27
|
cert_chain: []
|
28
|
-
date: 2018-01-
|
28
|
+
date: 2018-01-18 00:00:00.000000000 Z
|
29
29
|
dependencies:
|
30
30
|
- !ruby/object:Gem::Dependency
|
31
31
|
name: slack-notifier
|