From b3e17c36aa74e193be3651800daf9a5e07b2c9a7 Mon Sep 17 00:00:00 2001 From: Kateryna Kostiuk Date: Fri, 7 Jun 2019 15:26:40 -0400 Subject: [PATCH] iOS: prepare for release Change-Id: I2e42818a30e5005a33e21b7fac592fa6e6b86675 --- Ring/Ring.xcodeproj/project.pbxproj | 6 +++--- Ring/Ring/Info.plist | 2 +- Ring/Ring/Resources/es.lproj/Localizable.strings | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Ring/Ring.xcodeproj/project.pbxproj b/Ring/Ring.xcodeproj/project.pbxproj index 068527d..7b7c9bc 100644 --- a/Ring/Ring.xcodeproj/project.pbxproj +++ b/Ring/Ring.xcodeproj/project.pbxproj @@ -2293,7 +2293,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = MSHYCBXK85; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -2333,7 +2333,7 @@ CODE_SIGN_IDENTITY = "iPhone Distribution"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", @@ -2498,7 +2498,7 @@ CODE_SIGN_IDENTITY = "iPhone Developer"; "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer"; CODE_SIGN_STYLE = Manual; - CURRENT_PROJECT_VERSION = 2; + CURRENT_PROJECT_VERSION = 4; DEVELOPMENT_TEAM = ""; FRAMEWORK_SEARCH_PATHS = ( "$(inherited)", diff --git a/Ring/Ring/Info.plist b/Ring/Ring/Info.plist index fb1545b..db83d2d 100644 --- a/Ring/Ring/Info.plist +++ b/Ring/Ring/Info.plist @@ -21,7 +21,7 @@ CFBundleSignature ???? CFBundleVersion - 2 + 4 LSApplicationCategoryType LSRequiresIPhoneOS diff --git a/Ring/Ring/Resources/es.lproj/Localizable.strings b/Ring/Ring/Resources/es.lproj/Localizable.strings index f000096..bfdc41a 100644 --- a/Ring/Ring/Resources/es.lproj/Localizable.strings +++ b/Ring/Ring/Resources/es.lproj/Localizable.strings @@ -87,7 +87,7 @@ "createAccount.UsernameNotRegisteredTitle" = "Error en la red"; "createAccount.UsernameNotRegisteredMessage" = "Registrado"; "createAccount.timeoutTitle" = "Cuenta creada"; -"createAccount.timeoutMessage" = "Username registration in progress... It could take a few moments."; +"createAccount.timeoutMessage" = "Registro de nombre de usuario en proceso... Puede tomar unos instantes."; //Link To Account form "linkToAccount.waitLinkToAccountTitle" = "Asociación de la cuenta"; -- GitLab