mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 02:58:07 +00:00
Remove build number from version info
This commit is contained in:
parent
140f6d5e2b
commit
92aada9537
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ class HelpViewModel: ObservableObject {
|
|||
let versionTmp = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String
|
||||
let build = Bundle.main.infoDictionary?["CFBundleVersion"] as? String
|
||||
|
||||
self.version = (versionTmp ?? "6.0.0") + (build ?? "0")
|
||||
self.version = (versionTmp ?? "6.0.0")
|
||||
|
||||
self.sdkVersion = Core.getVersion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue