Application Appears Damaged
This occurs because the application isn't signed by Apple (which requires a $99/year developer fee).
Solutions:
For Mac Users Installing PakePlus:
If you see the "App is Damaged" warning during installation:- Click "Cancel"
- Run this command in Terminal, then reopen the app:
shsudo xattr -r -d com.apple.quarantine /Applications/PakePlus.app
For Developers Packaging Apps:
If your users encounter the warning:- Instruct them to click "Cancel"
- Have them run this command (replacing
YourAppName.app
):
shsudo xattr -r -d com.apple.quarantine /Applications/YourAppName.app
Note: These commands remove macOS's quarantine flag, allowing unsigned apps to run. Image paths updated to
../../static
.