From 3f1e8c866c12bfaa6ec075c12210185d4e8ab151 Mon Sep 17 00:00:00 2001 From: Martin Pfundmair Date: Mon, 29 Aug 2022 09:35:05 +0900 Subject: [PATCH] Update docs --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a762eb9..3f05fb4 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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