Skip to content

Commit

Permalink
🚀 Version 7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoverbruggen committed Feb 12, 2024
2 parents b26fc3b + 7b10973 commit 5104a86
Show file tree
Hide file tree
Showing 9 changed files with 70 additions and 12 deletions.
24 changes: 12 additions & 12 deletions PHP Monitor.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3655,7 +3655,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1422;
CURRENT_PROJECT_VERSION = 1425;
DEAD_CODE_STRIPPING = YES;
DEBUG = YES;
DEVELOPMENT_TEAM = 8M54J5J787;
Expand All @@ -3668,7 +3668,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MARKETING_VERSION = 7.0;
MARKETING_VERSION = 7.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
PRODUCT_MODULE_NAME = PHP_Monitor;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand All @@ -3686,7 +3686,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1422;
CURRENT_PROJECT_VERSION = 1425;
DEAD_CODE_STRIPPING = YES;
DEBUG = NO;
DEVELOPMENT_TEAM = 8M54J5J787;
Expand All @@ -3699,7 +3699,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MARKETING_VERSION = 7.0;
MARKETING_VERSION = 7.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
PRODUCT_MODULE_NAME = PHP_Monitor;
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -3927,7 +3927,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1422;
CURRENT_PROJECT_VERSION = 1425;
DEAD_CODE_STRIPPING = YES;
DEBUG = NO;
DEVELOPMENT_TEAM = 8M54J5J787;
Expand All @@ -3940,7 +3940,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MARKETING_VERSION = 7.0;
MARKETING_VERSION = 7.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon.dev;
PRODUCT_MODULE_NAME = PHP_Monitor;
PRODUCT_NAME = "$(TARGET_NAME) DEV";
Expand Down Expand Up @@ -4044,7 +4044,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1422;
CURRENT_PROJECT_VERSION = 1425;
DEAD_CODE_STRIPPING = YES;
DEBUG = YES;
DEVELOPMENT_TEAM = 8M54J5J787;
Expand All @@ -4057,7 +4057,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MARKETING_VERSION = 7.0;
MARKETING_VERSION = 7.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon.dev;
PRODUCT_MODULE_NAME = PHP_Monitor;
PRODUCT_NAME = "$(TARGET_NAME) DEV";
Expand Down Expand Up @@ -4161,7 +4161,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1422;
CURRENT_PROJECT_VERSION = 1425;
DEAD_CODE_STRIPPING = YES;
DEBUG = YES;
DEVELOPMENT_TEAM = 8M54J5J787;
Expand All @@ -4174,7 +4174,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MARKETING_VERSION = 7.0;
MARKETING_VERSION = 7.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon.eap;
PRODUCT_MODULE_NAME = PHP_Monitor;
PRODUCT_NAME = "$(TARGET_NAME) EAP";
Expand Down Expand Up @@ -4343,7 +4343,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1422;
CURRENT_PROJECT_VERSION = 1425;
DEAD_CODE_STRIPPING = YES;
DEBUG = NO;
DEVELOPMENT_TEAM = 8M54J5J787;
Expand All @@ -4356,7 +4356,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 12.4;
MARKETING_VERSION = 7.0;
MARKETING_VERSION = 7.0.1;
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon.eap;
PRODUCT_MODULE_NAME = PHP_Monitor;
PRODUCT_NAME = "$(TARGET_NAME) EAP";
Expand Down
4 changes: 4 additions & 0 deletions phpmon/Common/Core/Paths.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,10 @@ public class Paths {
}

public static var tapPath: String {
if shared.baseDir == .usr {
return "\(shared.baseDir.rawValue)/homebrew/Library/Taps"
}

return "\(shared.baseDir.rawValue)/Library/Taps"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ struct PhpExtensionManagerView: View {
}
}
.frame(width: 600, height: 600)
.onAppear {
Task {
await delay(seconds: 1)
if self.manager.extensions.isEmpty {
self.presentErrorAlert(
title: "phpextman.errors.not_found.title".localized,
description: "phpextman.errors.not_found.desc".localized,
button: "generic.ok".localized
)
}
}
}
}

// MARK: View Variables
Expand Down
6 changes: 6 additions & 0 deletions phpmon/de.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@
"phpextman.list.status.dependent" = "Sie können diese nicht deinstallieren, bevor Sie %@ deinstallieren.";
"phpextman.list.status.can_manage" = "Diese Erweiterung ist installiert und kann von PHP Monitor verwaltet werden.";

"phpextman.errors.not_found.title" = "Oh oh. Keine Erweiterungen gefunden!";
"phpextman.errors.not_found.desc" = "Das sollte eigentlich nicht passieren. Sie müssen möglicherweise den folgenden Befehl in Ihrem Terminal ausführen:

`brew tap shivammathur/extensions`

und PHP Monitor neu starten, damit die Erweiterungen sichtbar werden. Wenn das Problem nach Ausführen des Befehls und Neustart von PHP Monitor weiterhin besteht, ziehen Sie bitte in Erwägung, ein Issue auf GitHub zu eröffnen.";

// PHPMAN

Expand Down
7 changes: 7 additions & 0 deletions phpmon/en.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,13 @@
"phpextman.list.status.dependent" = "You cannot uninstall this before uninstalling %@.";
"phpextman.list.status.can_manage" = "This extension is installed and can be managed by PHP Monitor.";

"phpextman.errors.not_found.title" = "Uh oh. No extensions discovered!";
"phpextman.errors.not_found.desc" = "This is not supposed to happen. You may need to run the following command in your terminal:

`brew tap shivammathur/extensions`

and restart PHP Monitor for extensions to become visible. If the problem persists after running the command and restarting PHP Monitor, please consider opening an issue on GitHub.";

// PHPMAN

"phpman.busy.title" = "Checking for updates!";
Expand Down
8 changes: 8 additions & 0 deletions phpmon/fr.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@
"phpextman.list.status.dependent" = "Vous ne pouvez pas désinstaller ceci avant de désinstaller %@.";
"phpextman.list.status.can_manage" = "Cette extension est installée et peut être gérée par PHP Monitor.";

"phpextman.errors.not_found.title" = "Oh là là. Aucune extension découverte !";
"phpextman.errors.not_found.desc" = "Ceci n'est pas censé se produire. Vous devrez peut-être exécuter la commande suivante dans votre terminal :

`brew tap shivammathur/extensions`

et redémarrer PHP Monitor pour que les extensions deviennent visibles. Si le problème persiste après avoir exécuté la commande et redémarré PHP Monitor, veuillez envisager d'ouvrir un problème sur GitHub.";


// PHPMAN

"phpman.busy.title" = "Vérification des mises à jour en cours !";
Expand Down
7 changes: 7 additions & 0 deletions phpmon/nl.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@
"phpextman.list.status.dependent" = "U kunt dit niet deïnstalleren voordat u %@ deïnstalleert.";
"phpextman.list.status.can_manage" = "Deze extensie is geïnstalleerd en kan worden beheerd door PHP Monitor.";

"phpextman.errors.not_found.title" = "Oeps. Geen extensies gevonden!";
"phpextman.errors.not_found.desc" = "Dit zou niet moeten gebeuren. Mogelijk moet je het volgende commando in je terminal uitvoeren:

`brew tap shivammathur/extensions`

en PHP Monitor herstarten om de extensies zichtbaar te maken. Als het probleem zich blijft voordoen na het uitvoeren van het commando en het herstarten van PHP Monitor, overweeg dan om een issue te openen op GitHub.";

// PHPMAN

"phpman.busy.title" = "Bezig met zoeken naar updates!";
Expand Down
7 changes: 7 additions & 0 deletions phpmon/pt-PT.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
"phpextman.list.status.dependent" = "Você não pode desinstalar isso antes de desinstalar %@.";
"phpextman.list.status.can_manage" = "Esta extensão está instalada e pode ser gerenciada pelo PHP Monitor.";

"phpextman.errors.not_found.title" = "Uh oh. Nenhuma extensão descoberta!";
"phpextman.errors.not_found.desc" = "Isto não deveria acontecer. Pode ser necessário executar o seguinte comando no seu terminal:

`brew tap shivammathur/extensions`

e reiniciar o PHP Monitor para que as extensões se tornem visíveis. Se o problema persistir após executar o comando e reiniciar o PHP Monitor, por favor considere abrir um problema no GitHub.";

// PHPMAN

"phpman.busy.title" = "Procurando atualizações!";
Expand Down
7 changes: 7 additions & 0 deletions phpmon/vi.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
"phpextman.list.status.dependent" = "Bạn không thể gỡ cài đặt điều này trước khi gỡ cài đặt %@.";
"phpextman.list.status.can_manage" = "Tiện ích mở rộng này đã được cài đặt và có thể được quản lý bởi PHP Monitor.";

"phpextman.errors.not_found.title" = "Ồ. Không phát hiện thấy tiện ích mở rộng nào!";
"phpextman.errors.not_found.desc" = "Điều này không nên xảy ra. Bạn có thể cần chạy lệnh sau trong terminal của mình:

`brew tap shivammathur/extensions`

và khởi động lại PHP Monitor để các tiện ích mở rộng trở nên hiển thị. Nếu vấn đề vẫn tiếp diễn sau khi chạy lệnh và khởi động lại PHP Monitor, xin hãy xem xét mở một vấn đề trên GitHub.";

// PHPMAN

"phpman.busy.title" = "Đang kiểm tra cập nhật!";
Expand Down

0 comments on commit 5104a86

Please sign in to comment.