@@ -9,28 +9,34 @@ compile_guide: https://github.com/xournalpp/xournalpp/blob/master/readme/MacBuil
9
9
10
10
version_class : windows-macos
11
11
versions :
12
- - name : Stable
13
- subtitle : (Recommended)
14
- description : Suits most users with its focus on stability .
12
+ - name : Stable Intel
13
+ subtitle : (Recommended for MacOS Intel users )
14
+ description : Suits most users of older MacOS devices .
15
15
links : macos.stable
16
16
extras_ver : latest_stable
17
+ - name : Stable ARM
18
+ subtitle : (Recommended for MacOS ARM users)
19
+ description : Suits most users with newer MacOS devices (M1, M2, M3).
20
+ links : macos.stable-arm
21
+ extras_ver : latest_stable
17
22
- name : Nightly
18
23
subtitle : (Unstable)
19
24
description : Get new features as soon as they're implemented, in exchange for stability.
20
25
links : nightly
21
26
extras_ver : latest_unstable
22
27
---
23
28
24
- 1 . Download the zip file.
25
- 2 . Copy the Xournal++ program contained in the zip file to the Applications
29
+ 1 . Download the zip or dmg file.
30
+ 2 . Copy the Xournal++ program contained in the zip/dmg file to the Applications
26
31
folder.
27
- 3 . Two-finger click (or right-click) the Xournal++ program and choose "Open"
32
+ 3 . In case of the dmg file run ` xattr -d com.apple.quarantine /Applications/Xournal++.app ` to remove quarantine.
33
+ 4 . Two-finger click (or right-click) the Xournal++ program and choose "Open"
28
34
from the menu that appears.
29
- 4 . Read the prompt and confirm that you want to open the program. If there is no
35
+ 5 . Read the prompt and confirm that you want to open the program. If there is no
30
36
button to open the program, choose "Cancel" and try again from the previous
31
37
step. The "Open" button should appear on the second attempt.
32
- 5 . Run Xournal++ like any other program.
33
- 6 . Success!
38
+ 6 . Run Xournal++ like any other program.
39
+ 7 . Success!
34
40
35
41
For a video demonstration of how to install Xournal++, see
36
42
[ this comment on GitHub] [ video-demo ] .
0 commit comments