SwiftHTTPStatusCodes icon indicating copy to clipboard operation
SwiftHTTPStatusCodes copied to clipboard

Make Library Compilable on Linux

Open jaderfeijo opened this issue 3 years ago • 0 comments

Description

The changes in the PR allow the library to be compiled under linux.

The following changes were made to accomplish that:

  • All @objc interfaces were removed as ObjC is not supported when running Swift on Linux
  • Import FoundationNetworking module when compiling for linux
  • Added a GitHub workflow which runs unit tests using a Ubuntu image

jaderfeijo avatar Jun 28 '22 09:06 jaderfeijo