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

Add dynamic framework target #17

Merged
merged 1 commit into from Apr 27, 2016
Merged

Add dynamic framework target #17

merged 1 commit into from Apr 27, 2016

Conversation

pizthewiz
Copy link
Contributor

Sorry for the rather large diff but there isn't much middle ground. The project should continue to be usable by source / CocoaPods (though someone should verify the podfile tweaks are accurate) but now also offers a dynamic framework (iOS 8+) for easy integration via Carthage. The PR reorganizes the files a bit and makes a couple fixes. Zxcvbn.xcodeproj and /Zxcvbn now only contain the primary source files and the example project has been moved to iOS Example.xcodepoj and /Example.

In addition to file moving, two small fixes were made:

The zxcvbn Xcode project and /Zxcvbn folder now only contain the primary source files, the example project source has been moved into /Example. The project should continue to be usable by source / CocoaPods (though someone should verify the podfile tweaks are accurate) but now also offers a dynamic framework (iOS 8+) for easy integration via Carthage.

In addition to file moving, two small fixes were made:
- The JSON resources are fetched from the bundle by class rather than main bundle
- A couple of imports were missing that were previously provided via precompiled header
@leah leah merged commit 32d9cb0 into dropbox:master Apr 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants