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

Added Carthage Support #164

Merged
merged 4 commits into from
Mar 7, 2016
Merged

Added Carthage Support #164

merged 4 commits into from
Mar 7, 2016

Commits on Mar 2, 2016

  1. Added support for Carthage

    This is a completel reorganization of the project, but there shouldn't be any changes to the actual code.
    davbeck committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    70feac9 View commit details
    Browse the repository at this point in the history
  2. Added Swift Example

    This should have been included with the Carthage restructuring.
    davbeck committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    380a541 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Removed absolute references

    davbeck committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    84193d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2016

  1. Fixed workspace issues

    ... by removing the workspace. I'm not entirely sure if this was due to a bug in Xcode, intended behavior, a bad system configuration, or user error, but the target dependencies were not working between projects in the same workspace.
    
    However, projects can be linked from other projects without an explicit workspace. Switching to this method resolved any issues I was seeing.
    davbeck committed Mar 4, 2016
    Configuration menu
    Copy the full SHA
    41abf07 View commit details
    Browse the repository at this point in the history