spotify / XCMetrics

XCMetrics is the easiest way to collect Xcode build metrics and improve developer productivity.
https://xcmetrics.io
Other
1.1k stars 77 forks source link

XCMetricsBackendLib: Support build host, metadata and xcode version. #64

Closed byohay closed 2 years ago

byohay commented 2 years ago

The build metadata and xcode version were always set to nil, and the build host was initialized with fake data. Adding the real data was a matter of passing the data from metricsRequest. In addition, some refactoring was done to extract the build identifier once.