DataDog / dd-sdk-ios

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

fix: Increment the `CURRENT_PROJECT_VERSION` only #2021

Closed maxep closed 1 month ago

maxep commented 1 month ago

What and why?

Updates in Info.plist were not used in the .app build

How?

Use agvtool new-version to update the CURRENT_PROJECT_VERSION from the Runner target only. The CURRENT_PROJECT_VERSION will translate to CFBundleVersion in app bundle which will be used as metric tag.

Review checklist