Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinP7r committed Aug 29, 2022
1 parent 4cf2501 commit 3f1e8c8
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Simple **Ack**nowledgements **Gen**erator for SPM package license information.
AckGen automatically generates a `plist` file containing the title and license information for all Swift packages used in your project.
This can be used to feed a SwiftUI List or UITableView dataSource in your app.

|||
|---|---|
| ![](docs/sample_plist.png) | ![](docs/ui_sample.gif)|
| | |
| -------------------------- | ----------------------- |
| ![](docs/sample_plist.png) | ![](docs/ui_sample.gif) |

## Requirements

Expand All @@ -19,6 +19,9 @@ This can be used to feed a SwiftUI List or UITableView dataSource in your app.

1. Add AckGen as a dependency for your project in Xcode.

> **Warning**
> Leave the checkbox for executable unchecked
2. Add the following as a Run Script for your target in Xcode

```sh
Expand Down

0 comments on commit 3f1e8c8

Please sign in to comment.