-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Description
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:
- Deleted the missing
MapToandMapToTestsfiles. - Changed the deployment target to iOS 13 to match the minimum target of the Package file.
- Updated the CombineSchedulers package to 0.5.3 to match the Package file.
- The Package.resolved file automatically got updated to v2 since I am using Xcode 13.
Project cleanup
- Deleted the missing
CarthageandCHANGELOG.MDfiles.
Missing library and test files added to the project:
MapToValue.swiftMapToValueTests.swiftMapToResult.swiftMapToResultTests.swiftEnumerated.swiftEnumeratedTests.swift
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels