Alexander Botkin

Results 19 comments of Alexander Botkin

@rsukumar-cpi Seems like something we could investigate next sprint; mind writing up a ticket in our internal tracking?

Currently we are doing it manually. In this repo we are tagging the commit version & then putting a commit on the formula in its repo that just updates the...

Yeah not familiar with this error but I'll take a look this weekend. My first guess would be it is due to how xcparse has defined its dependency on SPM...

@tonyatoms Any chance you haven't set the platforms in your Package.swift to limit to only macOS? I ask as looking in SPM, [it appears like that flag should only be...

Yes, building for iOS would explain the error as xcparse & XCParseCore today only support macOS as the build target. In the blog post, xcparse isn't being added directly to...

Assigning to myself. We're looking at adding a feature in order to created animated PNGs from the test failure screenshots & to do that, we'll need to create the ordered...

Not via xcparse right now. The screenshot file names do follow a standard format so it should be possible to remove the UUIDs from the names (right now we just...

I'm looking to bring the ordered into xcparse in the next week or so. With the file naming, I want to make an extensible format string so folks can pick...

We've been a bit distracted recently, but expect to have this rolled up by end of this week.

@rsukumar-cpi This is the ticket I was talking about, if you want to take this on. xcparse will need to be able to take an argument that passes a fastlane...