You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We started Tincta in 2011 (!). Already on macOS Monterey, we noticed an increase of app crashes. In the Ventura, Tincta sometimes would not even launch anymore. We could never really locate nor fix these crashes. Tincta’s codebase is over 10 years old and was originally built for MacOS Snow Leopard. Since then, macOS has moved on not only from cats to landmarks but also technically. But Tincta, being a free app and one of our side projects, could not keep up.
We keep Tincta’s source on GitHub as a reference and for anybody who wants to build it themselves.
Build
It should just compile with XCode. There are two caveats, though:
We have our dev certificate setup in the project so you need to remove that or replace it with your own
The App Store build includes the Sentry crash reporter. The private key is defined in the SentryConfig.h which is not included in the source. There is a SentryConfig_Example.h that you can use for your own Sentry account. Or you can delete all references to it alltogether and remove the import from Tincta-AppStore-Prefix.pch
About
Tincta is a one-window text editor for macOS with focus on speed, stability and ease of use.