Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Library Compilable on Linux #18

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jaderfeijo
Copy link

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 and others added 3 commits July 25, 2017 18:41
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant