Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 652 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 652 Bytes

GRDBCombineX

GRDBCombine with lower version system support.

Requirements

  • Swift 5.0 (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 GRDBCombine.