Skip to content

Commit

Permalink
Disable MacOS quarantine for unsigned application
Browse files Browse the repository at this point in the history
  • Loading branch information
Snuffy2 committed Feb 16, 2024
1 parent 5e3e11f commit 482a96b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@ to use **Bed Leveler 5000**.
```
chmod +x BedLeveler5000 PrinterInfoWizard InspectorG-code PrinterTester
```
8) Run desired application
8) Disable quarantine as the application is unsigned
```
xattr -d com.apple.quarantine -r .
```
9) Run desired application
- Bed Leveler 5000
```
./BedLeveler5000
Expand Down Expand Up @@ -122,4 +126,4 @@ GPLv3
[pylint]: <https://github.com/pylint-dev/pylint>
[Pillow]: <https://github.com/python-pillow/Pillow>
[GnuPG]: <https://www.gnupg.org>
[03E565C3F0C71CB2]: <https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0A55C210C62C5A0AE461C36503E565C3F0C71CB2>
[03E565C3F0C71CB2]: <https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x0A55C210C62C5A0AE461C36503E565C3F0C71CB2>

0 comments on commit 482a96b

Please sign in to comment.