Skip to content

Commit fb68f02

Browse files
committed
removed displaying build number in login screen
1 parent c950604 commit fb68f02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

GoInfoGame/GoInfoGame/Login/View/PosmLogin.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ struct PosmLoginView: View {
218218

219219
var appVersionText: Text {
220220
let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "N/A"
221-
let build = Bundle.main.infoDictionary?["CFBundleVersion"] as? String ?? "N/A"
222-
return Text("Version \(version) (\(build))")
221+
return Text("Version \(version)")
223222
.font(FontFamily.Lato.medium.swiftUIFont(size: 16))
224223
.foregroundColor(Asset.Colors._83879BTextFiledTitle.swiftUIColor)
225224
}

0 commit comments

Comments
 (0)