Skip to content
Snippets Groups Projects
Commit 8fa4527e authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

misc: update version name to Eleutheria

Change-Id: I519767ff6af2a7cca3b2e99d5b40e27abf4acd87
parent 5a00a1b6
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ class AppInfoHelper { ...@@ -38,7 +38,7 @@ class AppInfoHelper {
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? "" let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String ?? ""
let versionName = "Világfa" let versionName = "Eleutheria"
let alert = UIAlertController(title: "\nJami\nversion: \(appVersion)(\(compileDate))\n\(versionName)", message: "", preferredStyle: .alert) let alert = UIAlertController(title: "\nJami\nversion: \(appVersion)(\(compileDate))\n\(versionName)", message: "", preferredStyle: .alert)
alert.addAction(UIAlertAction(title: L10n.Global.ok, style: .default, handler: nil)) alert.addAction(UIAlertAction(title: L10n.Global.ok, style: .default, handler: nil))
let image = UIImageView(image: UIImage(asset: Asset.jamiIcon)) let image = UIImageView(image: UIImage(asset: Asset.jamiIcon))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment