|
1 | 1 | # FIX Log Viewer
|
2 | 2 | [](https://github.com/apptastic-software/fix-log-viewer/releases/latest)
|
3 | 3 |
|
4 |
| -FIX Log Viewer allows you to view FIX engine logs in a much more readable format. This helps you find, analyze, and fix issues faster. |
| 4 | +FIX Log Viewer is a cross-platform tool for viewing FIX engine logs in a much more readable format. This helps you find, analyze, and fix issues faster. |
5 | 5 |
|
6 |
| -Available for Windows, Linux and Mac. |
| 6 | +Available for Windows, Linux and MacOS. |
7 | 7 |
|
8 | 8 | 
|
9 | 9 |
|
@@ -47,10 +47,19 @@ Available for Windows, Linux and Mac.
|
47 | 47 | * Coloring and conditional formatting
|
48 | 48 | * Resolves currency codes, MIC codes, and LEI codes
|
49 | 49 |
|
50 |
| -## Download |
| 50 | + |
| 51 | + |
| 52 | +## Installation |
| 53 | + |
51 | 54 | [](https://github.com/apptastic-software/fix-log-viewer/releases/latest) [](https://github.com/apptastic-software/fix-log-viewer/releases/latest) [](https://github.com/apptastic-software/fix-log-viewer/releases/latest)
|
52 | 55 |
|
53 |
| -Download the [latest release][1] for Windows, Linux and MacOS. |
| 56 | +Download the installer for Windows, Linux and MacOS from [Releases][1]. |
| 57 | + |
| 58 | +### Note for MacOS users |
| 59 | +Changes to the security model used in the latest versions of **MacOS 10.14 (Mojave)** and **10.15 (Catalina)** mean that the operating system will show an error message ('"FIX Log Viewer" is damaged and can’t be opened. You should move it to the Bin.') when trying to install the application. To work around this, run the following command in a terminal before installing: |
| 60 | + |
| 61 | +`sudo xattr -rd com.apple.quarantine /Applications/FIX\ Log\ Viewer.app` |
| 62 | + |
54 | 63 |
|
55 | 64 | ## Demo
|
56 | 65 | 
|
|
0 commit comments