We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent add12fc commit 6838302Copy full SHA for 6838302
Sources/Segment/Plugins/Context.swift
@@ -73,7 +73,7 @@ public class Context: PlatformPlugin {
73
}
74
if app.count != 0 {
75
staticContext["app"] = [
76
- "name": app["CFBundleDisplayName"] ?? "",
+ "name": app["CFBundleDisplayName"] ?? app["CFBundleName"] ?? "" ,
77
"version": app["CFBundleShortVersionString"] ?? "",
78
"build": app["CFBundleVersion"] ?? "",
79
"namespace": Bundle.main.bundleIdentifier ?? ""
0 commit comments