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

Is XCLogParser available as a library? #137

Closed
kazuhiro4949 opened this issue Jun 4, 2021 · 1 comment
Closed

Is XCLogParser available as a library? #137

kazuhiro4949 opened this issue Jun 4, 2021 · 1 comment

Comments

@kazuhiro4949
Copy link

I'm making a log system which stores xcode build logs.
I'd like to integrate XCLogParser into the source code with Swift Package Manager.
Does XCLogParser have an Interface to integrate other source code?

@BalestraPatrick
Copy link
Collaborator

For sure! You should be able to depend on it:

.target(
name: "XCLogParser",
dependencies: ["Gzip", "XcodeHasher", "PathKit"]
),

If you're looking for an example, our other project XCMetrics depends on XCLogParser via SPM: https://github.com/spotify/XCMetrics/blob/8edfcfec4e8aebf374ee1d323d46b52dfa54e7ab/Package.swift#L18

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

No branches or pull requests

2 participants