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).
CollectionExtension
andIndexSetExtension
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).