Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
peazip committed Dec 18, 2022
1 parent 128f115 commit 0693092
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion peazip-sources/res/share/readme/readme_macOS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ TO INSTALL PEAZIP ON MACOS
1) Open PeaZip's DMG and drop peazip.app in Applications directory
2) Open Terminal, paste and run the following command:

xattr -dr com.apple.quarantine /Applications/peazip.app
or
sudo xattr -dr com.apple.quarantine /Applications/peazip.app
if current user is not allowed to use xattr command

Running the aforementioned xattr command is needed to remove the "quarantine" attribute which is automatically applied by Safari to unsigned app packages downloaded from the web; otherwise running PeaZip will result in one of the following error messages:

Expand All @@ -25,4 +28,4 @@ The application's binaries are not signed by a registered Apple developer accoun
M1 SoC can run bot aarch64 (native) and Intel (using Rosetta 2 emulation layer), Intel-based Macintosh systems can only run Intel version.

PeaZip sources https://peazip.github.io/peazip-sources.html can be built with Lazarus for macOS, sources are tested for Cocoa widget set.
To manually select the target architecture open main menu, Project > Project Options, Configuration and Target, set Darwin as destination OS, and aarch64 as destination CPU family if compiling for machines with M1 Apple Silicon chip, or x86_64 if compiling for Intel-based Apple machines.
To manually select the target architecture open main menu, Project > Project Options, Configuration and Target, set Darwin as destination OS, and aarch64 as destination CPU family if compiling for machines with M1 Apple Silicon chip, or x86_64 if compiling for Intel-based Apple machines.

0 comments on commit 0693092

Please sign in to comment.