1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-08-07 12:00:09 +02:00

📝 Added build instructions

This commit is contained in:
2021-01-09 13:46:45 +01:00
parent 7408da2a91
commit 0f6e47a594
2 changed files with 13 additions and 0 deletions

View File

@ -44,6 +44,19 @@ I wanted to be able to see at a glance which version of PHP was linked, and hand
Initially, I had an Alfred workflow for this. But this does the job as well, while also showing me at all times which version of PHP is linked (which is the main benefit over e.g. an Alfred workflow). Initially, I had an Alfred workflow for this. But this does the job as well, while also showing me at all times which version of PHP is linked (which is the main benefit over e.g. an Alfred workflow).
## 🔧 Build instructions
<img src="./docs/build.png" width="320px" alt="build button in Xcode"/>
If you'd like to build PHP Monitor yourself, you need:
* Xcode (usually the latest version)
* The contents of this repository
Once you have downloaded this repository, open `PHP Monitor.xcodeproj`, and you should be able to immediately build the app for your system by pressing Cmd-R. This will create a debug build. (If Xcode complains about code signing, you can turn it off.)
If you'd like to create a production build, choose "Any Mac" as the target and select Product > Archive.
## 🚜 How it works ## 🚜 How it works
### Version detection ### Version detection

BIN
docs/build.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB