Reader.md v1.0.1
Patch release fixing the "damaged and can't be opened" error teammates hit after extracting the shared app.
What's fixed
- The
.appis now ad-hoc code-signed, so a downloaded copy is no longer flagged as damaged. - App resources moved to
Contents/Resourcesso a packaged build loads them correctly (previously only worked on the dev machine).
Install
- Download
Reader.md.zipbelow and unzip. - First launch shows "Apple cannot check it for malicious software" (it isn't notarized). Clear it once:
- Right-click the app → Open → Open, or
- Terminal:
xattr -dr com.apple.quarantine "/path/to/Reader.md.app"
Requires macOS 13+.