Coder Social home page Coder Social logo

tghs / licensegenerator-ios Goto Github PK

View Code? Open in Web Editor NEW

This project forked from carloe/licensegenerator-ios

0.0 3.0 0.0 47 KB

Xcode build script that recursively searches for LICENSE files and generates a Settings.bundle friendly plist.

License: Other

Python 100.00%

licensegenerator-ios's Introduction

#LicenseGenerator iOS Recursively finds all LICENSE.* files in a given directory and generates a Settings.bundle friendly plist.

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. It assumes that the parent directory of the LICENSE file is also the name of the library to be credited.

Inspired by JosephH and Sean's comments on stackoverflow.

##Usage as xcode build script

  • Copy credits.py to the your project root
  • Open your project, select your Target and select Build Phases
  • Add a new Run Script Phase after target dependencies
  • Add something like: ./credits.py -s "$SRCROOT" -o "$SRCROOT/MyProj/Settings.bundle/Credits.plist"
  • Build & profit

##Excluding Directories You can optionally tell the generator to ignore certain paths. To do so use the -e option and pass it a comma seperated list of path fragments.

##Contact Twitter: @carloeugster Email: [email protected]

##License MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.