outware / Scenarios

Human-oriented testing in Swift
Apache License 2.0
20 stars 5 forks source link

Remove the workspace file #22

Closed sharplet closed 8 years ago

sharplet commented 8 years ago

When Scenarios is built as part of an application, Carthage was selecting the workspace instead of the project file when building the framework. From what I could tell that meant transitive dependencies were being linked against the built products from the workspace, rather than Carthage's binaries. I believe this was causing some installation problems, or at least just slowing down Carthage builds.

sharplet commented 8 years ago

:tada: