Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new functions for adding folders recursively #32

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jun 20, 2014

  1. new functions for adding folders recursively

    Add folder and its content recursively. Creates pbxgroup for each sub
    folder to resolve header inclusion across project. Equivalent with
    Xcode IDE add files… with create groups for folders option.
    lordAtticus committed Jun 20, 2014
    Configuration menu
    Copy the full SHA
    be0f756 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2014

  1. addStaticLibrary fixed for Xcode 5.1

    Xcode 5.1 requires static libraries added to framework group as well
    lordAtticus committed Jun 27, 2014
    Configuration menu
    Copy the full SHA
    fb98d92 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2015

  1. Added quotes to handle folders with whitespace chars

    lordAtticus committed Feb 26, 2015
    Configuration menu
    Copy the full SHA
    2b798df View commit details
    Browse the repository at this point in the history