mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-07 20:10:08 +02:00
📝 Universal application
This commit is contained in:
@ -413,7 +413,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 2.3;
|
MARKETING_VERSION = 2.4;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
|
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
@ -437,7 +437,7 @@
|
|||||||
"$(inherited)",
|
"$(inherited)",
|
||||||
"@executable_path/../Frameworks",
|
"@executable_path/../Frameworks",
|
||||||
);
|
);
|
||||||
MARKETING_VERSION = 2.3;
|
MARKETING_VERSION = 2.4;
|
||||||
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
|
PRODUCT_BUNDLE_IDENTIFIER = com.nicoverbruggen.phpmon;
|
||||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||||
PROVISIONING_PROFILE_SPECIFIER = "";
|
PROVISIONING_PROFILE_SPECIFIER = "";
|
||||||
|
@ -14,6 +14,8 @@ It's also super convenient to switch between different versions of PHP, or to fi
|
|||||||
|
|
||||||
## 🖥 System requirements
|
## 🖥 System requirements
|
||||||
|
|
||||||
|
PHP Monitor is a universal application that runs on Apple Silicon *and* Intel-based Macs.
|
||||||
|
|
||||||
* macOS 10.15 Catalina or higher (works on macOS 11 Big Sur)
|
* macOS 10.15 Catalina or higher (works on macOS 11 Big Sur)
|
||||||
* PHP 7.4 installed with Homebrew 2.x
|
* PHP 7.4 installed with Homebrew 2.x
|
||||||
* Laravel Valet 2.x
|
* Laravel Valet 2.x
|
||||||
|
Reference in New Issue
Block a user