Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrumpis authored Mar 18, 2023
1 parent e82ba97 commit a9cddd8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,19 @@ Now with Windows and Mac OS support 👍
Use the web based online patch tool
- [Web based online Patch Tool](https://ptrumpis.github.io/snap-camera-signature-patch/)

### 🍏 Additional steps on Mac OS
Mac OS users will also have to run these commands inside the Terminal application after applying the patch.

1. Make the binary executable:
```sh
chmod +x "/Applications/Snap Camera.app/Contents/Mac OS/Snap Camera"
```

2. Remove the Mac OS code signing:
```sh
sudo codesign --remove-signature "/Applications/Snap Camera.app/"
```

## ❤️ Support
If you like my work and want to support me, feel free to invite me for a virtual coffee ☕

Expand Down

0 comments on commit a9cddd8

Please sign in to comment.