Skip to content

Commit

Permalink
update readme and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsondave committed Mar 17, 2023
1 parent 02c232a commit 024be26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ A command-line tool to generate a JSON, PLIST, Settings.bundle or PDF file with
This includes all the `Package.resolved` informations and the license from the checkouts.
Additionally there is a Swift Package to read the generated package-list file from the application's bundle with a top-level function or pre-build UI.

## Brightec Fork

The fork adds a plugin product to the package that allow the executable to be called as a build tool plugin. This can then be used by an XCode project to auto generate a 3rd party licenses view for use in iOS or macOS projects.

AcknowledmentsList has also been updated to allow modification of the screen title. It also allows you to additionally append a list of packages to the packages found in the packag-list.json, this caters for the case where additional licenses need to be added that aren't in the swift package manager list.

## Command-Line Tool

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import SwiftPackageListCore
struct SwiftPackageListCommand: ParsableCommand {

static var configuration: CommandConfiguration {
return CommandConfiguration(version: "2.1.3")
return CommandConfiguration(version: "2.2.0")
}

@Argument(help: "The path to your .xcodeproj or .xcworkspace file.")
Expand Down

0 comments on commit 024be26

Please sign in to comment.