functional-objc
functional-objc copied to clipboard
Fix SPM installation
Original Package.swift is missing products property. This leads to package 'FBLFunctional' contains no products error in Xcode. I updated Package.swift file and included missing property. This allows FBLFunctional to be properly integrated in any Xcode project using SPM.
Another user has already created an issue here