From c6f49de70c7a32f70b795cddf4adc93d320b373a Mon Sep 17 00:00:00 2001 From: Nico Verbruggen Date: Sat, 13 May 2023 13:06:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20New=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PHP Monitor.xcodeproj/project.pbxproj | 12 ++++++------ phpmon/Localizable.strings | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/PHP Monitor.xcodeproj/project.pbxproj b/PHP Monitor.xcodeproj/project.pbxproj index ba1f1af..bca9b82 100644 --- a/PHP Monitor.xcodeproj/project.pbxproj +++ b/PHP Monitor.xcodeproj/project.pbxproj @@ -3357,7 +3357,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1215; + CURRENT_PROJECT_VERSION = 1230; DEAD_CODE_STRIPPING = YES; DEBUG = YES; DEVELOPMENT_TEAM = 8M54J5J787; @@ -3387,7 +3387,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1215; + CURRENT_PROJECT_VERSION = 1230; DEAD_CODE_STRIPPING = YES; DEBUG = NO; DEVELOPMENT_TEAM = 8M54J5J787; @@ -3616,7 +3616,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1215; + CURRENT_PROJECT_VERSION = 1230; DEBUG = NO; DEVELOPMENT_TEAM = 8M54J5J787; ENABLE_HARDENED_RUNTIME = YES; @@ -3727,7 +3727,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1215; + CURRENT_PROJECT_VERSION = 1230; DEBUG = YES; DEVELOPMENT_TEAM = 8M54J5J787; ENABLE_HARDENED_RUNTIME = YES; @@ -3838,7 +3838,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1215; + CURRENT_PROJECT_VERSION = 1230; DEBUG = YES; DEVELOPMENT_TEAM = 8M54J5J787; ENABLE_HARDENED_RUNTIME = YES; @@ -4011,7 +4011,7 @@ CODE_SIGN_IDENTITY = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1215; + CURRENT_PROJECT_VERSION = 1230; DEBUG = NO; DEVELOPMENT_TEAM = 8M54J5J787; ENABLE_HARDENED_RUNTIME = YES; diff --git a/phpmon/Localizable.strings b/phpmon/Localizable.strings index 64239f4..2ea472e 100644 --- a/phpmon/Localizable.strings +++ b/phpmon/Localizable.strings @@ -100,8 +100,8 @@ "phpman.buttons.update" = "Update"; "phpman.title" = "PHP Version Manager"; -"phpman.description" = "**PHP Version Manager** lets you install different PHP versions via Homebrew."; -"phpman.disclaimer" = "Please note that installing or upgrading PHP versions may cause other Homebrew packages to be upgraded as well. Installing or updating PHP versions may take some time, so please be patient."; +"phpman.description" = "**PHP Version Manager** lets you install, upgrade and delete different PHP versions via Homebrew without needing to run the commands in the terminal yourself."; +"phpman.disclaimer" = "Please note that installing or upgrading PHP versions may cause other Homebrew packages to be upgraded as well. Most installation steps usually take some time, so please be patient while Homebrew does its job."; "phpman.refresh.button" = "Search for Updates"; "phpman.refresh.button.description" = "You can press the refresh button to check if any updates are available to installed PHP versions."; @@ -120,7 +120,7 @@ You may be asked for your password during the uninstallation process if file per "phpman.warnings.removal.button" = "Uninstall"; "phpman.failures.install.title" = "Installation failed!"; -"phpman.failures.install.desc" = "Unfortunately, the installation or upgrade failed for some reason. I can't do much about this, but I will show you the last messages that were returned by Homebrew: +"phpman.failures.install.desc" = "Unfortunately, the operation returned an error code for some reason. You may find that the formulae have been correctly installed or upgraded. Unfortunately, I can't do much about this. Please check out the last few messages from Homebrew here for more information on what happened: %@";