LinkedInAttic / LayoutKit

LayoutKit is a fast view layout library for iOS, macOS, and tvOS.
http://layoutkit.org
Apache License 2.0
3.16k stars 267 forks source link

Fix target membership for extensions defined in tests #216

Closed cooksimo closed 6 years ago

cooksimo commented 6 years ago

CollectionExtension and IndexSetExtension were members of the framework targets, even though they are declared as part of the tests. This PR changes the targets of those files from the frameworks to the tests.

This fixes an issue when installing via Carthage that meant those extensions were unexpectedly included in the framework (and this differs from the files included when using CocoaPods).

staguer commented 6 years ago

Thank you for contributing this fix, @cooksimo 👍