xcparse icon indicating copy to clipboard operation
xcparse copied to clipboard

[Feature request] Linux support

Open endanke opened this issue 3 years ago • 1 comments

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: https://github.com/endanke/xcparse/commit/85c31b303af0d12466f080b4053167bb74cb5d0c

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 avatar Oct 24 '22 13:10 endanke

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: https://github.com/ChargePoint/xcparse/blob/61bfe78c55e2e0fc2bc3d3d49add3dbd3829a56b/Sources/XCParseCore/XCResultToolCommand.swift#L13

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

endanke avatar Oct 25 '22 06:10 endanke