Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Jul 11, 2022
1 parent d641525 commit 464db05
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 28 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file.

## [11.0.0-beta.1](https://github.com/DenTelezhkin/DTTableViewManager/releases/tag/11.0.0-beta.1)

## **Introducing support for SwiftUI!**
### **Introducing support for SwiftUI!**

Registering SwiftUI views as content for table view cells:

Expand Down
77 changes: 50 additions & 27 deletions fastlane/README.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,86 @@
fastlane documentation
================
----

# Installation

Make sure you have the latest version of the Xcode command line tools installed:

```
```sh
xcode-select --install
```

Install _fastlane_ using
```
[sudo] gem install fastlane -NV
```
or alternatively using `brew install fastlane`
For _fastlane_ installation instructions, see [Installing _fastlane_](https://docs.fastlane.tools/#installing-fastlane)

# Available Actions
### test_ios15
```
fastlane test_ios15
```

### test_ios14
```
fastlane test_ios14
```

### test_tvos15
```sh
[bundle exec] fastlane test_ios14
```
fastlane test_tvos15



### test_ios15

```sh
[bundle exec] fastlane test_ios15
```



### test_tvos14

```sh
[bundle exec] fastlane test_tvos14
```
fastlane test_tvos14



### test_tvos15

```sh
[bundle exec] fastlane test_tvos15
```



### pod_lint
```
fastlane pod_lint

```sh
[bundle exec] fastlane pod_lint
```



### generate_code_coverage

```sh
[bundle exec] fastlane generate_code_coverage
```
fastlane generate_code_coverage
```



### build_macos_catalyst

```sh
[bundle exec] fastlane build_macos_catalyst
```
fastlane build_macos_catalyst
```



### release

```sh
[bundle exec] fastlane release
```
fastlane release
```



----

This README.md is auto-generated and will be re-generated every time [_fastlane_](https://fastlane.tools) is run.
More information about fastlane can be found on [fastlane.tools](https://fastlane.tools).
The documentation of fastlane can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

More information about _fastlane_ can be found on [fastlane.tools](https://fastlane.tools).

The documentation of _fastlane_ can be found on [docs.fastlane.tools](https://docs.fastlane.tools).

0 comments on commit 464db05

Please sign in to comment.