Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
IMA-7642 #6
IMA-7642 #6
Conversation
|
We should likely rename Sample-App into xcparse-visualizer or something snazzier. We're using it for tests of the XCResults but other folks will likely be installing it just to visualize the XCResult file. Also, it looks like we're using an xcparse.framework? How are we managing our dependency on it? Seems like we should write the visualizer app into the Package.swift file in order to have it depend on the XCParseCore framework that we use within the xcparse command line tool. |
…les to support xcparse-visualizer app's functionality
Change Description:
Added macOS sample app to visualize the models contained in xcresult test reports. Also created several test plans with multiple configurations to generate different xcresult files for analysis. Added xcparser framework used with sample app.
Test Plan/Testing Performed:
App runs with minimum required functionality.