| File | Date | Author | Commit |
|---|---|---|---|
| .github | 2023-09-04 |
|
[25b644] Create SECURITY.md |
| data | 2023-03-16 |
|
[672488] Added new patches for Mac OS and Windows |
| js | 2023-03-17 |
|
[e82ba9] FileSaver.js included |
| macOS | 2023-11-10 |
|
[04ed9c] Create errorfix.sh |
| style | 2023-03-02 |
|
[f9f371] Updated Thumbnail |
| LICENSE | 2023-03-01 |
|
[5769d7] Cleanup |
| README.md | 2023-11-11 |
|
[dd5995] Update README.md |
| index.html | 2023-10-16 |
|
[dc9f16] Added Snap Lens Tool web link |
| manifest.json | 2023-03-01 |
|
[5769d7] Cleanup |
Unlocks all Snap Lenses with Snap Camera Server v3
TL;DR
Snap lens.lns files come with a Signature preventing anyone from distributing or modifying lenses.
This patch will disable all Signature checks of your Snap Camera application to use modified Snap Lenses.
Enabling you to
Now with Windows and Mac OS support đ
Use the web based online patch tool
Mac OS users will also have to run these commands inside the Terminal application after applying the patch.
chmod +x "/Applications/Snap Camera.app/Contents/MacOS/Snap Camera"
sudo codesign --remove-signature "/Applications/Snap Camera.app"
sudo xattr -cr "/Applications/Snap Camera.app"
Make sure to check your Mac OS security settings if the application can't be opened.

You can try to fix the error by running the command:
sudo spctl --add "/Applications/Snap Camera.app"
Or by running the command:
sudo codesign --force --deep --sign - "/Applications/Snap Camera.app"
Read this if you still have problems opening the application.
đ Troubleshooting Mac OS - Snap Camera can't be opened
And also watch the Mac OS video guide below.
If you like my work and want to support me, feel free to invite me for a virtual coffee â
You can also become my GitHub Sponsor