TablePro is currently unsigned, which causes macOS to show a "TablePro is damaged and can't be opened" error on first launch. Users must run xattr -cr /Applications/TablePro.app to bypass Gatekeeper.
Signing the app with an Apple Developer certificate would:
- Eliminate the "damaged" error and
xattr workaround
- Allow notarization for a smoother install experience
- Build user trust with a verified developer identity
TablePro is currently unsigned, which causes macOS to show a "TablePro is damaged and can't be opened" error on first launch. Users must run
xattr -cr /Applications/TablePro.appto bypass Gatekeeper.Signing the app with an Apple Developer certificate would:
xattrworkaround