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

[TargetDefinition] Safe access for bool values #301

Merged
merged 2 commits into from
Jan 29, 2016

Conversation

mrackwitz
Copy link
Member

false values were set to nil, when they were read, so that use_frameworks? would be evaluated to true on the next access.

mrackwitz added a commit that referenced this pull request Jan 29, 2016
it was explicitly set to `false`, so that it would be evaluated as `true` on
the next access.
[Marius Rackwitz](https://github.com/mrackwitz)
[Core#301](https://github.com/CocoaPods/Core/issues/301)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

301 isn't an issue

mrackwitz added a commit that referenced this pull request Jan 29, 2016
[TargetDefinition] Safe access for bool values
@mrackwitz mrackwitz merged commit c14ba4b into master Jan 29, 2016
@mrackwitz mrackwitz deleted the mr-fix-target-definition branch January 29, 2016 14:38
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