Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 683 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 683 Bytes

Combine Expectations

CombineExpectations with lower version system support.

Requirements

  • Swift 5.1 (Xcode 11.0)

Note system Combine requires iOS 13.0 / macOS 10.15. For lower version system, open-source Combine can be used.

$ export CX_COMBINE_IMPLEMENTATION="CombineX"

# for CLI tools, execute with env variable
$ swift ...
$ xcodebuild ...

# for Xcode GUI, reopen Xcode with env variable
$ killall Xcode
$ open Package.swift

See Combine Compatible Package

Usage

See CombineExpectations.