DataDog / dd-sdk-ios

Datadog SDK for iOS - Swift and Objective-C.
Apache License 2.0
219 stars 127 forks source link

fix: Benchmark UIKitCatalog auto version #2018

Closed maxep closed 2 months ago

maxep commented 2 months ago

What and why?

DYLIB_CURRENT_VERSION only support digits. Use the commit SHA for the app marketing version CFBundleShortVersionString instead of build version.

Review checklist