Skip to content

Commit 6dfc4c1

Browse files
Merge branch 'master' of github.com:intellum/neeman
2 parents a8b72e9 + a7e5ead commit 6dfc4c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/WebViewConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public class WebViewConfiguration: WKWebViewConfiguration {
66
let appName = Bundle.main.infoDictionary?["CFBundleName"] as? String ?? ""
77
let bundleVersion = Bundle.main.object(forInfoDictionaryKey: kCFBundleVersionKey as String) as? String ?? ""
88
let appVersion = Bundle.main.object(forInfoDictionaryKey: "CFBundleShortVersionString") as? String ?? "0"
9-
return "/Version/\(appVersion)(\(bundleVersion)) Mobile/\(appName)/Neeman iOS"
9+
return "/Version/\(appVersion)(\(bundleVersion)) Mobile/\(appName)/Neeman iOS - \(Bundle.main.bundleIdentifier)"
1010
}
1111

1212
/**

0 commit comments

Comments
 (0)