Skip to content

Commit dac0129

Browse files
committed
6.1.2
1 parent b8b5898 commit dac0129

18 files changed

+20
-6710
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ unzipping the archive into any directory, although the `C:\qp\` folder is the
5858
recommended default.
5959

6060
> NOTE: It is generally not recommended to install QM in such standard
61-
locations as "Program Files" or "Program Files (x86)", because these
61+
locations as "Program Files" or "Program Files (x86)" because these
6262
directories have access limitations and don't allow you to modify the
6363
QM Style Sheets (`qm_dark.qss` and `qm_light.qss`) or the model templates.
6464

@@ -91,11 +91,19 @@ chmod u+x qm.sh
9191

9292
### Installing QM on macOS
9393
Go to the [QM releases](https://github.com/QuantumLeaps/qm/releases) and
94-
download the disk image for MacOS (`qm_<ver>-macos.dmg`). Double click
95-
on `.dmg` file. This will mount and open the disk image. To install the
96-
QM tool, you simply drag the qm.app image into the Applications folder
97-
(typically visible in the Dock). If you wish, you might also create the
98-
alias of the qm.app and place it on your Desktop.
94+
download the disk image for macOS (`qm_<ver>-macos.dmg`). Because the `.dmg`
95+
file is not coming from the Apple Store, after downloading you need to launch
96+
a console and change the attribute of this file:
97+
98+
```sh
99+
xattr -c qm_<ver>-macos.dmg
100+
```
101+
102+
Only after changing the file attribute, you can install QM on your macOS.
103+
Double click on `.dmg` file. This will mount and open the disk image.
104+
To install the QM tool, you simply drag the qm.app image into the
105+
Applications folder (typically visible in the Dock). If you wish, you might
106+
also create the alias of the qm.app and place it on your Desktop.
99107

100108
To uninstall QM, simply delete the qm.app file and the examples.
101109

macos/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# NOTE for macOS Users
2+
Because the file `qm_<ver>-macos.dmg` is not coming from the Apple Store, after downloading you need to launch a console and change the attribute of this file:
3+
```
4+
$ xattr -c qm_<ver>-macos.dmg
5+
```
6+
Only after changing the file attribute, you can install QM on your macOS.

macos/Resources/qm.icns

-228 KB
Binary file not shown.

macos/Resources/qm_dark.qss

Lines changed: 0 additions & 132 deletions
This file was deleted.

macos/Resources/qm_light.qss

Lines changed: 0 additions & 133 deletions
This file was deleted.

macos/Resources/qpc/.blinky_console

Lines changed: 0 additions & 64 deletions
This file was deleted.

0 commit comments

Comments
 (0)