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

Fixed compile errors in Xcode 7 with Swift 2.0 #534

Merged
merged 1 commit into from
Jun 18, 2015

Conversation

tristanseifert
Copy link
Contributor

When trying to use the CocoaLumberjackSwift target inside the newly released Xcode 7, several compile-time errors occur due to syntactical changes made in Swift 2.0. I ran Xcode's automatic Swift syntax upgrading assistant, and then manually fixed the change to use OptionSetType rather than bit testing on the DDLogFlag type.

(This is the same as #533, but submitted to the correct branch per @rivera-ernesto 's suggestion.)

rivera-ernesto added a commit that referenced this pull request Jun 18, 2015
Fixed compile errors in Xcode 7 with Swift 2.0
@rivera-ernesto rivera-ernesto merged commit af40293 into CocoaLumberjack:swift_2.0 Jun 18, 2015
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