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 c950604 commit fb68f02Copy full SHA for fb68f02
GoInfoGame/GoInfoGame/Login/View/PosmLogin.swift
@@ -218,8 +218,7 @@ struct PosmLoginView: View {
218
219
var appVersionText: Text {
220
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))")
+ return Text("Version \(version)")
223
.font(FontFamily.Lato.medium.swiftUIFont(size: 16))
224
.foregroundColor(Asset.Colors._83879BTextFiledTitle.swiftUIColor)
225
}
0 commit comments