Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carloe authored Nov 9, 2017
1 parent 4b934ed commit fcbd59c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# LicenseGenerator iOS

[![Build](https://travis-ci.org/carloe/LicenseGenerator-iOS.svg?branch=master)](https://travis-ci.org/carloe/LicenseGenerator-iOS)
[![Build](https://img.shields.io/travis/carloe/LicenseGenerator-iOS.svg?style=flat)](https://travis-ci.org/carloe/LicenseGenerator-iOS)
[![Version](https://img.shields.io/cocoapods/v/LicensesViewController.svg?style=flat)](http://cocoapods.org/pods/LicensesViewController)
[![License](https://img.shields.io/cocoapods/l/LicensesViewController.svg?style=flat)](http://cocoapods.org/pods/LicensesViewController)
[![Swift](https://img.shields.io/badge/Swift-4.0.x-orange.svg)](https://swift.org/blog/swift-4-0-released/)
[![Swift](https://img.shields.io/badge/Swift-4.0.x-orange.svg?style=flat)](https://swift.org/blog/swift-4-0-released/)
[![Platform](https://img.shields.io/cocoapods/p/LicensesViewController.svg?style=flat)](http://cocoapods.org/pods/LicensesViewController)
[![Downloads](https://img.shields.io/cocoapods/dt/LicensesViewController.svg?style=flat)](http://cocoapods.org/pods/LicensesViewController)

Recursively finds all `LICENSE.*` files in a directory and generates a plist that can be displayed in `Settings.bundle` or the provided view controller.

![](screenshot.png)
![Screenshot](screenshot.png)

The script can help ensure that the license section of your app is always up to date. Since it searches recursively the script works well with cocoapods projects.

Expand Down

0 comments on commit fcbd59c

Please sign in to comment.