CombineCommunity / CombineExt

CombineExt provides a collection of operators, publishers and utilities for Combine, that are not provided by Apple themselves, but are common in other Reactive Frameworks and standards.
https://combine.community
MIT License
1.72k stars 151 forks source link

Issues with the xcodeproj file #134

Closed jasdeepsaini closed 2 years ago

jasdeepsaini commented 2 years ago

I have a PR that fixes several issues with CombineEXT.xcodeproj. I forked the project to investigate a bug with CurrentValueRelay and could not run tests until I made these changes. Tests do run fine from the command line.

Fixes to get the project and tests to build:

Project cleanup

Missing library and test files added to the project:

freak4pc commented 2 years ago

Hey, there's no need to open an issue in addition to the PR. Let's keep a discussion there. Thanks.