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

[Feature request] Linux support #77

Open
endanke opened this issue Oct 24, 2022 · 1 comment
Open

[Feature request] Linux support #77

endanke opened this issue Oct 24, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@endanke
Copy link

endanke commented Oct 24, 2022

Having support for Linux would be useful to parse results on a separate machine.

I've tried using Xcparse on Ubuntu, almost everything seems to build fine except for some missing imports and the missing support for UTTypeConformsTo. You can find a WIP commit in my fork which builds, but I had to comment out some of the attachment filters: endanke@85c31b3

I wonder if it would be possible to replace that function with a custom implementation? I haven't tested the rest of the functionality otherwise, but it's a good sign that it's building with only slight changes.

@endanke endanke added the bug Something isn't working label Oct 24, 2022
@endanke
Copy link
Author

endanke commented Oct 25, 2022

After some testing I noticed it might not be possible to get it working on Linux in it's current state, as it depends on the xcode toolchain:

let xcresultToolArguments = ["xcrun", "xcresulttool"]

Feel free to close this ticket, unless you have other suggestions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant