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.
2 parents a8b72e9 + a7e5ead commit 6dfc4c1Copy full SHA for 6dfc4c1
Source/WebViewConfiguration.swift
@@ -6,7 +6,7 @@ public class WebViewConfiguration: WKWebViewConfiguration {
6
let appName = Bundle.main.infoDictionary?["CFBundleName"] as? String ?? ""
7
let bundleVersion = Bundle.main.object(forInfoDictionaryKey: kCFBundleVersionKey as String) as? String ?? ""
8
let appVersion = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "0"
9
- return "/Version/\(appVersion)(\(bundleVersion)) Mobile/\(appName)/Neeman iOS"
+ return "/Version/\(appVersion)(\(bundleVersion)) Mobile/\(appName)/Neeman iOS - \(Bundle.main.bundleIdentifier)"
10
}
11
12
/**
0 commit comments